COLOR #371F09

HEX: #371F09
RGB: (55,31,9)

Color info

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

RGB color model

#371F09 color RGB value is (55,31,9).

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

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 9 of 255 = 4%

55
31
9

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

Portions of RGB colors in percentages

R + G + B =
55 + 31 + 9 = 95 (100%)
R 55 of 95 ~ 57.89%
G 31 of 95 ~ 32.63%
B 9 of 95 ~ 9.47%

%57.89
%32.63

CMYK color model

#371F09 color CMYK value is (0,44,84,78).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 83.64%
  • key color value is 78.43%
CMYK:
(0,44,84,78)
C0M44Y84K78 
(0%,44%,84%,78%)
(0.00/0.44/0.84/0.78)	

CMYK percentages

%0
%43.64
%83.64
%78.43

Codes

Color #371F09 in popluar color models

371F09
RGB55319
HSL29°71.88%12.55%
HSB/HSV29°83.64%21.57%
CMYK0.00%43.64%83.64%
78.43%

Color #371F09 in popluar number systems.

HEX371F09
Decimal55319
Binary110111111111001
Octal673711

Shades and tints

Shades of #371F09

#371F09
(55,31,9)
#321D09
(50,29,9)
#2D1B09
(45,27,9)
#281909
(40,25,9)
#231709
(35,23,9)
#1E1509
(30,21,9)
#191309
(25,19,9)
#141109
(20,17,9)
#0F0F09
(15,15,9)
#0A0D09
(10,13,9)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #371F09

#371F09
(55,31,9)
#49331F
(73,51,31)
#5B4735
(91,71,53)
#6D5B4B
(109,91,75)
#7F6F61
(127,111,97)
#918377
(145,131,119)
#A3978D
(163,151,141)
#B5ABA3
(181,171,163)
#C7BFB9
(199,191,185)
#D9D3CF
(217,211,207)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371F09 color. Also use rgb(55,31,9) instead hex code.

Text Font Color

.myTextColor { color: #371F09; }

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

This text font color is #371F09.


Background Color

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

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

This div background color is #371F09.


Border color

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

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

This div border color is #371F09.


Opacity

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

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

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

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

This text has shadow with #371F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371F09 on black background.


Color preview on white background

This text has color #371F09 on white background.



Black color preview on #371F09 background

This text has black color on #371F09 background.


White color preview on #371F09 background

This text has white color on #371F09 background.