COLOR #0C491B

HEX: #0C491B
RGB: (12,73,27)

Color info

#0C491B contains mainly green and blue colors. Web safe color of #0C491B is #003333 (or #033).

RGB color model

#0C491B color RGB value is (12,73,27).

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

RGB channels and saturation

R 12 of 255 = 5%
G 73 of 255 = 29%
B 27 of 255 = 11%

12
73
27

R + G + B ~ 15%. #0C491B is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 73 + 27 = 112 (100%)
R 12 of 112 ~ 10.71%
G 73 of 112 ~ 65.18%
B 27 of 112 ~ 24.11%

%10.71
%65.18
%24.11

CMYK color model

#0C491B color CMYK value is (84,0,63,71).

  • cyan value is 83.56%
  • magenta value is 0.00%
  • yellow value is 63.01%
  • key color value is 71.37%
CMYK:
(84,0,63,71)
C84M0Y63K71 
(84%,0%,63%,71%)
(0.84/0.00/0.63/0.71)	

CMYK percentages

%83.56
%0
%63.01
%71.37

Codes

Color #0C491B in popluar color models

0C491B
RGB127327
HSL135°71.76%16.67%
HSB/HSV135°83.56%28.63%
CMYK83.56%0.00%63.01%
71.37%

Color #0C491B in popluar number systems.

HEX0C491B
Decimal127327
Binary1100100100111011
Octal1411133

Shades and tints

Shades of #0C491B

#0C491B
(12,73,27)
#0B4319
(11,67,25)
#0A3D17
(10,61,23)
#093715
(9,55,21)
#083113
(8,49,19)
#072B11
(7,43,17)
#06250F
(6,37,15)
#051F0D
(5,31,13)
#04190B
(4,25,11)
#031309
(3,19,9)
#020D07
(2,13,7)
#000000
(0,0,0)

Tints of #0C491B

#0C491B
(12,73,27)
#22592F
(34,89,47)
#386943
(56,105,67)
#4E7957
(78,121,87)
#64896B
(100,137,107)
#7A997F
(122,153,127)
#90A993
(144,169,147)
#A6B9A7
(166,185,167)
#BCC9BB
(188,201,187)
#D2D9CF
(210,217,207)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C491B; }

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

This text font color is #0C491B.


Background Color

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

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

This div background color is #0C491B.


Border color

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

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

This div border color is #0C491B.


Opacity

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

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

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

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

This text has shadow with #0C491B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C491B on black background.


Color preview on white background

This text has color #0C491B on white background.



Black color preview on #0C491B background

This text has black color on #0C491B background.


White color preview on #0C491B background

This text has white color on #0C491B background.