COLOR #0A371D

HEX: #0A371D
RGB: (10,55,29)

Color info

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

RGB color model

#0A371D color RGB value is (10,55,29).

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

RGB channels and saturation

R 10 of 255 = 4%
G 55 of 255 = 22%
B 29 of 255 = 11%

10
55
29

R + G + B ~ 12%. #0A371D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 55 + 29 = 94 (100%)
R 10 of 94 ~ 10.64%
G 55 of 94 ~ 58.51%
B 29 of 94 ~ 30.85%

%10.64
%58.51
%30.85

CMYK color model

#0A371D color CMYK value is (82,0,47,78).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 78.43%
CMYK:
(82,0,47,78)
C82M0Y47K78 
(82%,0%,47%,78%)
(0.82/0.00/0.47/0.78)	

CMYK percentages

%81.82
%0
%47.27
%78.43

Codes

Color #0A371D in popluar color models

0A371D
RGB105529
HSL145°69.23%12.75%
HSB/HSV145°81.82%21.57%
CMYK81.82%0.00%47.27%
78.43%

Color #0A371D in popluar number systems.

HEX0A371D
Decimal105529
Binary101011011111101
Octal126735

Shades and tints

Shades of #0A371D

#0A371D
(10,55,29)
#0A321B
(10,50,27)
#0A2D19
(10,45,25)
#0A2817
(10,40,23)
#0A2315
(10,35,21)
#0A1E13
(10,30,19)
#0A1911
(10,25,17)
#0A140F
(10,20,15)
#0A0F0D
(10,15,13)
#0A0A0B
(10,10,11)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #0A371D

#0A371D
(10,55,29)
#204931
(32,73,49)
#365B45
(54,91,69)
#4C6D59
(76,109,89)
#627F6D
(98,127,109)
#789181
(120,145,129)
#8EA395
(142,163,149)
#A4B5A9
(164,181,169)
#BAC7BD
(186,199,189)
#D0D9D1
(208,217,209)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A371D; }

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

This text font color is #0A371D.


Background Color

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

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

This div background color is #0A371D.


Border color

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

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

This div border color is #0A371D.


Opacity

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

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

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

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

This text has shadow with #0A371D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A371D on black background.


Color preview on white background

This text has color #0A371D on white background.



Black color preview on #0A371D background

This text has black color on #0A371D background.


White color preview on #0A371D background

This text has white color on #0A371D background.