COLOR #371A09

HEX: #371A09
RGB: (55,26,9)

Color info

#371A09 contains red, green and blue colors in about the same proportion. Web safe color of #371A09 is #330000 (or #300).

RGB color model

#371A09 color RGB value is (55,26,9).

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

RGB channels and saturation

R 55 of 255 = 22%
G 26 of 255 = 10%
B 9 of 255 = 4%

55
26
9

R + G + B ~ 12%. #371A09 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 26 + 9 = 90 (100%)
R 55 of 90 ~ 61.11%
G 26 of 90 ~ 28.89%
B 9 of 90 ~ 10%

%61.11
%28.89
%10

CMYK color model

#371A09 color CMYK value is (0,53,84,78).

  • cyan value is 0.00%
  • magenta value is 52.73%
  • yellow value is 83.64%
  • key color value is 78.43%
CMYK:
(0,53,84,78)
C0M53Y84K78 
(0%,53%,84%,78%)
(0.00/0.53/0.84/0.78)	

CMYK percentages

%0
%52.73
%83.64
%78.43

Codes

Color #371A09 in popluar color models

371A09
RGB55269
HSL22°71.88%12.55%
HSB/HSV22°83.64%21.57%
CMYK0.00%52.73%83.64%
78.43%

Color #371A09 in popluar number systems.

HEX371A09
Decimal55269
Binary110111110101001
Octal673211

Shades and tints

Shades of #371A09

#371A09
(55,26,9)
#321809
(50,24,9)
#2D1609
(45,22,9)
#281409
(40,20,9)
#231209
(35,18,9)
#1E1009
(30,16,9)
#190E09
(25,14,9)
#140C09
(20,12,9)
#0F0A09
(15,10,9)
#0A0809
(10,8,9)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #371A09

#371A09
(55,26,9)
#492E1F
(73,46,31)
#5B4235
(91,66,53)
#6D564B
(109,86,75)
#7F6A61
(127,106,97)
#917E77
(145,126,119)
#A3928D
(163,146,141)
#B5A6A3
(181,166,163)
#C7BAB9
(199,186,185)
#D9CECF
(217,206,207)
#EBE2E5
(235,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371A09; }

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

This text font color is #371A09.


Background Color

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

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

This div background color is #371A09.


Border color

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

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

This div border color is #371A09.


Opacity

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

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

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

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

This text has shadow with #371A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371A09 on black background.


Color preview on white background

This text has color #371A09 on white background.



Black color preview on #371A09 background

This text has black color on #371A09 background.


White color preview on #371A09 background

This text has white color on #371A09 background.