COLOR #371E0B

HEX: #371E0B
RGB: (55,30,11)

Color info

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

RGB color model

#371E0B color RGB value is (55,30,11).

  • red value is 55;
  • green value is 30;
  • blue value is 11.
RGB:
(55,30,11)
(22%,12%,4%)

RGB channels and saturation

R 55 of 255 = 22%
G 30 of 255 = 12%
B 11 of 255 = 4%

55
30
11

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

Portions of RGB colors in percentages

R + G + B =
55 + 30 + 11 = 96 (100%)
R 55 of 96 ~ 57.29%
G 30 of 96 ~ 31.25%
B 11 of 96 ~ 11.46%

%57.29
%31.25
%11.46

CMYK color model

#371E0B color CMYK value is (0,45,80,78).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 80.00%
  • key color value is 78.43%
CMYK:
(0,45,80,78)
C0M45Y80K78 
(0%,45%,80%,78%)
(0.00/0.45/0.80/0.78)	

CMYK percentages

%0
%45.45
%80
%78.43

Codes

Color #371E0B in popluar color models

371E0B
RGB553011
HSL26°66.67%12.94%
HSB/HSV26°80.00%21.57%
CMYK0.00%45.45%80.00%
78.43%

Color #371E0B in popluar number systems.

HEX371E0B
Decimal553011
Binary110111111101011
Octal673613

Shades and tints

Shades of #371E0B

#371E0B
(55,30,11)
#321C0A
(50,28,10)
#2D1A09
(45,26,9)
#281808
(40,24,8)
#231607
(35,22,7)
#1E1406
(30,20,6)
#191205
(25,18,5)
#141004
(20,16,4)
#0F0E03
(15,14,3)
#0A0C02
(10,12,2)
#050A01
(5,10,1)
#000000
(0,0,0)

Tints of #371E0B

#371E0B
(55,30,11)
#493221
(73,50,33)
#5B4637
(91,70,55)
#6D5A4D
(109,90,77)
#7F6E63
(127,110,99)
#918279
(145,130,121)
#A3968F
(163,150,143)
#B5AAA5
(181,170,165)
#C7BEBB
(199,190,187)
#D9D2D1
(217,210,209)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371E0B color. Also use rgb(55,30,11) instead hex code.

Text Font Color

.myTextColor { color: #371E0B; }

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

This text font color is #371E0B.


Background Color

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

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

This div background color is #371E0B.


Border color

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

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

This div border color is #371E0B.


Opacity

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

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

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

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

This text has shadow with #371E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371E0B on black background.


Color preview on white background

This text has color #371E0B on white background.



Black color preview on #371E0B background

This text has black color on #371E0B background.


White color preview on #371E0B background

This text has white color on #371E0B background.