COLOR #0C371B

HEX: #0C371B
RGB: (12,55,27)

Color info

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

RGB color model

#0C371B color RGB value is (12,55,27).

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

RGB channels and saturation

R 12 of 255 = 5%
G 55 of 255 = 22%
B 27 of 255 = 11%

12
55
27

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

Portions of RGB colors in percentages

R + G + B =
12 + 55 + 27 = 94 (100%)
R 12 of 94 ~ 12.77%
G 55 of 94 ~ 58.51%
B 27 of 94 ~ 28.72%

%12.77
%58.51
%28.72

CMYK color model

#0C371B color CMYK value is (78,0,51,78).

  • cyan value is 78.18%
  • magenta value is 0.00%
  • yellow value is 50.91%
  • key color value is 78.43%
CMYK:
(78,0,51,78)
C78M0Y51K78 
(78%,0%,51%,78%)
(0.78/0.00/0.51/0.78)	

CMYK percentages

%78.18
%0
%50.91
%78.43

Codes

Color #0C371B in popluar color models

0C371B
RGB125527
HSL141°64.18%13.14%
HSB/HSV141°78.18%21.57%
CMYK78.18%0.00%50.91%
78.43%

Color #0C371B in popluar number systems.

HEX0C371B
Decimal125527
Binary110011011111011
Octal146733

Shades and tints

Shades of #0C371B

#0C371B
(12,55,27)
#0B3219
(11,50,25)
#0A2D17
(10,45,23)
#092815
(9,40,21)
#082313
(8,35,19)
#071E11
(7,30,17)
#06190F
(6,25,15)
#05140D
(5,20,13)
#040F0B
(4,15,11)
#030A09
(3,10,9)
#020507
(2,5,7)
#000000
(0,0,0)

Tints of #0C371B

#0C371B
(12,55,27)
#22492F
(34,73,47)
#385B43
(56,91,67)
#4E6D57
(78,109,87)
#647F6B
(100,127,107)
#7A917F
(122,145,127)
#90A393
(144,163,147)
#A6B5A7
(166,181,167)
#BCC7BB
(188,199,187)
#D2D9CF
(210,217,207)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C371B color. Also use rgb(12,55,27) instead hex code.

Text Font Color

.myTextColor { color: #0C371B; }

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

This text font color is #0C371B.


Background Color

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

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

This div background color is #0C371B.


Border color

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

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

This div border color is #0C371B.


Opacity

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

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

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

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

This text has shadow with #0C371B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C371B on black background.


Color preview on white background

This text has color #0C371B on white background.



Black color preview on #0C371B background

This text has black color on #0C371B background.


White color preview on #0C371B background

This text has white color on #0C371B background.