COLOR #0C4B19

HEX: #0C4B19
RGB: (12,75,25)

Color info

#0C4B19 contains mainly green and blue colors. Web safe color of #0C4B19 is #003300 (or #030).

RGB color model

#0C4B19 color RGB value is (12,75,25).

  • red value is 12;
  • green value is 75;
  • blue value is 25.
RGB:
(12,75,25)
(5%,29%,10%)

RGB channels and saturation

R 12 of 255 = 5%
G 75 of 255 = 29%
B 25 of 255 = 10%

12
75
25

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

Portions of RGB colors in percentages

R + G + B =
12 + 75 + 25 = 112 (100%)
R 12 of 112 ~ 10.71%
G 75 of 112 ~ 66.96%
B 25 of 112 ~ 22.32%

%10.71
%66.96
%22.32

CMYK color model

#0C4B19 color CMYK value is (84,0,67,71).

  • cyan value is 84.00%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 70.59%
CMYK:
(84,0,67,71)
C84M0Y67K71 
(84%,0%,67%,71%)
(0.84/0.00/0.67/0.71)	

CMYK percentages

%84
%0
%66.67
%70.59

Codes

Color #0C4B19 in popluar color models

0C4B19
RGB127525
HSL132°72.41%17.06%
HSB/HSV132°84.00%29.41%
CMYK84.00%0.00%66.67%
70.59%

Color #0C4B19 in popluar number systems.

HEX0C4B19
Decimal127525
Binary1100100101111001
Octal1411331

Shades and tints

Shades of #0C4B19

#0C4B19
(12,75,25)
#0B4517
(11,69,23)
#0A3F15
(10,63,21)
#093913
(9,57,19)
#083311
(8,51,17)
#072D0F
(7,45,15)
#06270D
(6,39,13)
#05210B
(5,33,11)
#041B09
(4,27,9)
#031507
(3,21,7)
#020F05
(2,15,5)
#000000
(0,0,0)

Tints of #0C4B19

#0C4B19
(12,75,25)
#225B2D
(34,91,45)
#386B41
(56,107,65)
#4E7B55
(78,123,85)
#648B69
(100,139,105)
#7A9B7D
(122,155,125)
#90AB91
(144,171,145)
#A6BBA5
(166,187,165)
#BCCBB9
(188,203,185)
#D2DBCD
(210,219,205)
#E8EBE1
(232,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4B19 color. Also use rgb(12,75,25) instead hex code.

Text Font Color

.myTextColor { color: #0C4B19; }

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

This text font color is #0C4B19.


Background Color

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

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

This div background color is #0C4B19.


Border color

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

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

This div border color is #0C4B19.


Opacity

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

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

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

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

This text has shadow with #0C4B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4B19 on black background.


Color preview on white background

This text has color #0C4B19 on white background.



Black color preview on #0C4B19 background

This text has black color on #0C4B19 background.


White color preview on #0C4B19 background

This text has white color on #0C4B19 background.