COLOR #0C4917

HEX: #0C4917 RGB: (12,73,23)

Color info

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

RGB color model

#0C4917 color RGB value is (12,73,23).

RGB: (12,73,23) (5%, 29%, 9%)

RGB channels and saturation

R 12 of 255 = 5%
G 73 of 255 = 29%
B 23 of 255 = 9%

12
73
23

R + G + B ~ 14%. #0C4917 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 73 + 23 = 108 (100%)
R 12 of 108 ~ 11.11%
G 73 of 108 ~ 67.59%
B 23 of 108 ~ 21.3'%

%11.11
%67.59
%21.3

CMYK color model

#0C4917 color CMYK value is (84,0,68,71).

  • cyan value is 83.56%
  • magenta value is 0.00%
  • yellow value is 68.49%
  • key color value is 71.37%

CMYK: (84,0,68,71)
C84M0Y68K71 (84%, 0%, 68%, 71%)
(0.84 / 0.00 / 0.68 / 0.71)

CMYK percentages

%83.56
%0
%68.49
%71.37

Codes

Color #0C4917 in popluar color models

0C 49 17
RGB 12 73 23
HSL 131° 71.76% 16.67%
HSB/HSV 131° 83.56% 28.63%
CMYK 83.56% 0.00% 68.49%
71.37%

Color #0C4917 in popluar number systems.

HEX 0C 49 17
Decimal 12 73 23
Binary 1100 1001001 10111
Octal 14 111 27

Shades and tints

Shades of #0C4917

#0C4917
(12,73,23)
#0B4315
(11,67,21)
#0A3D13
(10,61,19)
#093711
(9,55,17)
#08310F
(8,49,15)
#072B0D
(7,43,13)
#06250B
(6,37,11)
#051F09
(5,31,9)
#041907
(4,25,7)
#031305
(3,19,5)
#020D03
(2,13,3)
#000000
(0,0,0)

Tints of #0C4917

#0C4917
(12,73,23)
#22592C
(34,89,44)
#386941
(56,105,65)
#4E7956
(78,121,86)
#64896B
(100,137,107)
#7A9980
(122,153,128)
#90A995
(144,169,149)
#A6B9AA
(166,185,170)
#BCC9BF
(188,201,191)
#D2D9D4
(210,217,212)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4917; }

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

This text font color is #0C4917.

Background Color

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

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

This div background color is #0C4917.

Border color

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

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

This div border color is #0C4917.

Opacity

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

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

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

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

This text has shadow with #0C4917 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4917.

Preview

Color preview on black background

This text has color #0C4917 on black background.


Color preview on white background

This text has color #0C4917 on white background.


Black color preview on #0C4917 background

This text has black color on #0C4917 background.


White color preview on #0C4917 background

This text has white color on #0C4917 background.


Related colors

Complementary color

Complementary color for #hex is #F3B6E8.


I love getcolorcode.com

Triadic colors

1 #170C49 and #49170C with #0C4917 are triadic colors.

2 #17490C and #490C17 with #0C4917 are triadic colors.