COLOR #371B0E

HEX: #371B0E
RGB: (55,27,14)

Color info

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

RGB color model

#371B0E color RGB value is (55,27,14).

  • red value is 55;
  • green value is 27;
  • blue value is 14.
RGB:
(55,27,14)
(22%,11%,5%)

RGB channels and saturation

R 55 of 255 = 22%
G 27 of 255 = 11%
B 14 of 255 = 5%

55
27
14

R + G + B ~ 13%. #371B0E is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 27 + 14 = 96 (100%)
R 55 of 96 ~ 57.29%
G 27 of 96 ~ 28.13%
B 14 of 96 ~ 14.58%

%57.29
%28.13
%14.58

CMYK color model

#371B0E color CMYK value is (0,51,75,78).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 74.55%
  • key color value is 78.43%
CMYK:
(0,51,75,78)
C0M51Y75K78 
(0%,51%,75%,78%)
(0.00/0.51/0.75/0.78)	

CMYK percentages

%0
%50.91
%74.55
%78.43

Codes

Color #371B0E in popluar color models

371B0E
RGB552714
HSL19°59.42%13.53%
HSB/HSV19°74.55%21.57%
CMYK0.00%50.91%74.55%
78.43%

Color #371B0E in popluar number systems.

HEX371B0E
Decimal552714
Binary110111110111110
Octal673316

Shades and tints

Shades of #371B0E

#371B0E
(55,27,14)
#32190D
(50,25,13)
#2D170C
(45,23,12)
#28150B
(40,21,11)
#23130A
(35,19,10)
#1E1109
(30,17,9)
#190F08
(25,15,8)
#140D07
(20,13,7)
#0F0B06
(15,11,6)
#0A0905
(10,9,5)
#050704
(5,7,4)
#000000
(0,0,0)

Tints of #371B0E

#371B0E
(55,27,14)
#492F23
(73,47,35)
#5B4338
(91,67,56)
#6D574D
(109,87,77)
#7F6B62
(127,107,98)
#917F77
(145,127,119)
#A3938C
(163,147,140)
#B5A7A1
(181,167,161)
#C7BBB6
(199,187,182)
#D9CFCB
(217,207,203)
#EBE3E0
(235,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371B0E color. Also use rgb(55,27,14) instead hex code.

Text Font Color

.myTextColor { color: #371B0E; }

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

This text font color is #371B0E.


Background Color

.myBgColor { background-color: #371B0E; }

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

This div background color is #371B0E.


Border color

.myBorderColor { border: 1px solid #371B0E; }

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

This div border color is #371B0E.


Opacity

.myOpacity80 { color: #371B0E; opacity: 0.8; }

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

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

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

This text has shadow with #371B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371B0E on black background.


Color preview on white background

This text has color #371B0E on white background.



Black color preview on #371B0E background

This text has black color on #371B0E background.


White color preview on #371B0E background

This text has white color on #371B0E background.