COLOR #372811

HEX: #372811
RGB: (55,40,17)

Color info

#372811 contains red, green and blue colors in about the same proportion. Web safe color of #372811 is #333300 (or #330).

RGB color model

#372811 color RGB value is (55,40,17).

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

RGB channels and saturation

R 55 of 255 = 22%
G 40 of 255 = 16%
B 17 of 255 = 7%

55
40
17

R + G + B ~ 15%. #372811 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 40 + 17 = 112 (100%)
R 55 of 112 ~ 49.11%
G 40 of 112 ~ 35.71%
B 17 of 112 ~ 15.18%

%49.11
%35.71
%15.18

CMYK color model

#372811 color CMYK value is (0,27,69,78).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 69.09%
  • key color value is 78.43%
CMYK:
(0,27,69,78)
C0M27Y69K78 
(0%,27%,69%,78%)
(0.00/0.27/0.69/0.78)	

CMYK percentages

%0
%27.27
%69.09
%78.43

Codes

Color #372811 in popluar color models

372811
RGB554017
HSL36°52.78%14.12%
HSB/HSV36°69.09%21.57%
CMYK0.00%27.27%69.09%
78.43%

Color #372811 in popluar number systems.

HEX372811
Decimal554017
Binary11011110100010001
Octal675021

Shades and tints

Shades of #372811

#372811
(55,40,17)
#322510
(50,37,16)
#2D220F
(45,34,15)
#281F0E
(40,31,14)
#231C0D
(35,28,13)
#1E190C
(30,25,12)
#19160B
(25,22,11)
#14130A
(20,19,10)
#0F1009
(15,16,9)
#0A0D08
(10,13,8)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #372811

#372811
(55,40,17)
#493B26
(73,59,38)
#5B4E3B
(91,78,59)
#6D6150
(109,97,80)
#7F7465
(127,116,101)
#91877A
(145,135,122)
#A39A8F
(163,154,143)
#B5ADA4
(181,173,164)
#C7C0B9
(199,192,185)
#D9D3CE
(217,211,206)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372811; }

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

This text font color is #372811.


Background Color

.myBgColor { background-color: #372811; }

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

This div background color is #372811.


Border color

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

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

This div border color is #372811.


Opacity

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

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

Text with #372811 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 #372811;}

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

This text has shadow with #372811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372811 on black background.


Color preview on white background

This text has color #372811 on white background.



Black color preview on #372811 background

This text has black color on #372811 background.


White color preview on #372811 background

This text has white color on #372811 background.