COLOR #0A371F

HEX: #0A371F
RGB: (10,55,31)

Color info

#0A371F contains red, green and blue colors in about the same proportion. Web safe color of #0A371F is #003333 (or #033).

RGB color model

#0A371F color RGB value is (10,55,31).

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

RGB channels and saturation

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

10
55
31

R + G + B ~ 13%. #0A371F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 55 + 31 = 96 (100%)
R 10 of 96 ~ 10.42%
G 55 of 96 ~ 57.29%
B 31 of 96 ~ 32.29%

%10.42
%57.29
%32.29

CMYK color model

#0A371F color CMYK value is (82,0,44,78).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 78.43%
CMYK:
(82,0,44,78)
C82M0Y44K78 
(82%,0%,44%,78%)
(0.82/0.00/0.44/0.78)	

CMYK percentages

%81.82
%0
%43.64
%78.43

Codes

Color #0A371F in popluar color models

0A371F
RGB105531
HSL148°69.23%12.75%
HSB/HSV148°81.82%21.57%
CMYK81.82%0.00%43.64%
78.43%

Color #0A371F in popluar number systems.

HEX0A371F
Decimal105531
Binary101011011111111
Octal126737

Shades and tints

Shades of #0A371F

#0A371F
(10,55,31)
#0A321D
(10,50,29)
#0A2D1B
(10,45,27)
#0A2819
(10,40,25)
#0A2317
(10,35,23)
#0A1E15
(10,30,21)
#0A1913
(10,25,19)
#0A1411
(10,20,17)
#0A0F0F
(10,15,15)
#0A0A0D
(10,10,13)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #0A371F

#0A371F
(10,55,31)
#204933
(32,73,51)
#365B47
(54,91,71)
#4C6D5B
(76,109,91)
#627F6F
(98,127,111)
#789183
(120,145,131)
#8EA397
(142,163,151)
#A4B5AB
(164,181,171)
#BAC7BF
(186,199,191)
#D0D9D3
(208,217,211)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A371F color. Also use rgb(10,55,31) instead hex code.

Text Font Color

.myTextColor { color: #0A371F; }

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

This text font color is #0A371F.


Background Color

.myBgColor { background-color: #0A371F; }

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

This div background color is #0A371F.


Border color

.myBorderColor { border: 1px solid #0A371F; }

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

This div border color is #0A371F.


Opacity

.myOpacity80 { color: #0A371F; opacity: 0.8; }

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

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

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

This text has shadow with #0A371F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A371F on black background.


Color preview on white background

This text has color #0A371F on white background.



Black color preview on #0A371F background

This text has black color on #0A371F background.


White color preview on #0A371F background

This text has white color on #0A371F background.