COLOR #0C4721

HEX: #0C4721 RGB: (12,71,33)

Color info

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

RGB color model

#0C4721 color RGB value is (12,71,33).

RGB: (12,71,33) (5%, 28%, 13%)

RGB channels and saturation

R 12 of 255 = 5%
G 71 of 255 = 28%
B 33 of 255 = 13%

12
71
33

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

Portions of RGB colors in percentages

R + G + B = 12 + 71 + 33 = 116 (100%)
R 12 of 116 ~ 10.34%
G 71 of 116 ~ 61.21%
B 33 of 116 ~ 28.45'%

%61.21
%28.45

CMYK color model

#0C4721 color CMYK value is (83,0,54,72).

  • cyan value is 83.10%
  • magenta value is 0.00%
  • yellow value is 53.52%
  • key color value is 72.16%

CMYK: (83,0,54,72)
C83M0Y54K72 (83%, 0%, 54%, 72%)
(0.83 / 0.00 / 0.54 / 0.72)

CMYK percentages

%83.1
%0
%53.52
%72.16

Codes

Color #0C4721 in popluar color models

0C 47 21
RGB 12 71 33
HSL 141° 71.08% 16.27%
HSB/HSV 141° 83.10% 27.84%
CMYK 83.10% 0.00% 53.52%
72.16%

Color #0C4721 in popluar number systems.

HEX 0C 47 21
Decimal 12 71 33
Binary 1100 1000111 100001
Octal 14 107 41

Shades and tints

Shades of #0C4721

#0C4721
(12,71,33)
#0B411E
(11,65,30)
#0A3B1B
(10,59,27)
#093518
(9,53,24)
#082F15
(8,47,21)
#072912
(7,41,18)
#06230F
(6,35,15)
#051D0C
(5,29,12)
#041709
(4,23,9)
#031106
(3,17,6)
#020B03
(2,11,3)
#000000
(0,0,0)

Tints of #0C4721

#0C4721
(12,71,33)
#225735
(34,87,53)
#386749
(56,103,73)
#4E775D
(78,119,93)
#648771
(100,135,113)
#7A9785
(122,151,133)
#90A799
(144,167,153)
#A6B7AD
(166,183,173)
#BCC7C1
(188,199,193)
#D2D7D5
(210,215,213)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4721 color. Also use rgb(12,71,33) instead hex code.

Text Font Color

.myTextColor { color: #0C4721; }

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

This text font color is #0C4721.

Background Color

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

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

This div background color is #0C4721.

Border color

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

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

This div border color is #0C4721.

Opacity

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

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

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

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

This text has shadow with #0C4721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4721.

Preview

Color preview on black background

This text has color #0C4721 on black background.


Color preview on white background

This text has color #0C4721 on white background.


Black color preview on #0C4721 background

This text has black color on #0C4721 background.


White color preview on #0C4721 background

This text has white color on #0C4721 background.


Related colors

Complementary color

Complementary color for #hex is #F3B8DE.


I love getcolorcode.com

Triadic colors

1 #210C47 and #47210C with #0C4721 are triadic colors.

2 #21470C and #470C21 with #0C4721 are triadic colors.