COLOR #372826

HEX: #372826
RGB: (55,40,38)

Color info

#372826 contains red, green and blue colors in about the same proportion. Web safe color of #372826 is #333333 (or #333).

RGB color model

#372826 color RGB value is (55,40,38).

  • red value is 55;
  • green value is 40;
  • blue value is 38.
RGB:
(55,40,38)
(22%,16%,15%)

RGB channels and saturation

R 55 of 255 = 22%
G 40 of 255 = 16%
B 38 of 255 = 15%

55
40
38

R + G + B ~ 18%. #372826 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 40 + 38 = 133 (100%)
R 55 of 133 ~ 41.35%
G 40 of 133 ~ 30.08%
B 38 of 133 ~ 28.57%

%41.35
%30.08
%28.57

CMYK color model

#372826 color CMYK value is (0,27,31,78).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 30.91%
  • key color value is 78.43%
CMYK:
(0,27,31,78)
C0M27Y31K78 
(0%,27%,31%,78%)
(0.00/0.27/0.31/0.78)	

CMYK percentages

%0
%27.27
%30.91
%78.43

Codes

Color #372826 in popluar color models

372826
RGB554038
HSL18.28%18.24%
HSB/HSV30.91%21.57%
CMYK0.00%27.27%30.91%
78.43%

Color #372826 in popluar number systems.

HEX372826
Decimal554038
Binary110111101000100110
Octal675046

Shades and tints

Shades of #372826

#372826
(55,40,38)
#322523
(50,37,35)
#2D2220
(45,34,32)
#281F1D
(40,31,29)
#231C1A
(35,28,26)
#1E1917
(30,25,23)
#191614
(25,22,20)
#141311
(20,19,17)
#0F100E
(15,16,14)
#0A0D0B
(10,13,11)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #372826

#372826
(55,40,38)
#493B39
(73,59,57)
#5B4E4C
(91,78,76)
#6D615F
(109,97,95)
#7F7472
(127,116,114)
#918785
(145,135,133)
#A39A98
(163,154,152)
#B5ADAB
(181,173,171)
#C7C0BE
(199,192,190)
#D9D3D1
(217,211,209)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372826 color. Also use rgb(55,40,38) instead hex code.

Text Font Color

.myTextColor { color: #372826; }

<p style="color:#372826">This sample text font color is #372826.</p>

This text font color is #372826.


Background Color

.myBgColor { background-color: #372826; }

<div style="background-color:#372826">Inner text</div>

This div background color is #372826.


Border color

.myBorderColor { border: 1px solid #372826; }

<div style="border:3px solid #372826">Div</div>

This div border color is #372826.


Opacity

.myOpacity80 { color: #372826; opacity: 0.8; }

<p style="color:#372826;opacity:0.8;">80%</p>

Text with #372826 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #372826;}

<p style="text-shadow: 3px 3px 1px #372826">Text here.</p>

This text has shadow with #372826 color.

.textShadow {text-shadow: 3px 3px 1px #372826, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #372826, 5px 5px 20px red">Text here.</p>

This text has shadow with #372826 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#372826, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#372826, Direction=45, Strength=4)">Text</p>

This text has shadow with #372826 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #372826;
  -webkit-box-shadow:	1px 1px 3px 2px #372826;
  box-shadow:		1px 1px 3px 2px #372826;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #372826;
-webkit-box-shadow: 1px 1px 3px 2px #372826;
box-shadow:1px 1px 3px 2px #372826;">
Div content here</div>
This div box has shadow with color #372826.

Preview

Color preview on black background

This text has color #372826 on black background.


Color preview on white background

This text has color #372826 on white background.



Black color preview on #372826 background

This text has black color on #372826 background.


White color preview on #372826 background

This text has white color on #372826 background.