COLOR #0C4C0B

HEX: #0C4C0B RGB: (12,76,11)

Color info

#0C4C0B contains mainly green color. Web safe color of #0C4C0B is #003300 (or #030).

RGB color model

#0C4C0B color RGB value is (12,76,11).

RGB: (12,76,11) (5%, 30%, 4%)

RGB channels and saturation

R 12 of 255 = 5%
G 76 of 255 = 30%
B 11 of 255 = 4%

12
76
11

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

Portions of RGB colors in percentages

R + G + B = 12 + 76 + 11 = 99 (100%)
R 12 of 99 ~ 12.12%
G 76 of 99 ~ 76.77%
B 11 of 99 ~ 11.11'%

%12.12
%76.77
%11.11

CMYK color model

#0C4C0B color CMYK value is (84,0,86,70).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 85.53%
  • key color value is 70.20%

CMYK: (84,0,86,70)
C84M0Y86K70 (84%, 0%, 86%, 70%)
(0.84 / 0.00 / 0.86 / 0.70)

CMYK percentages

%84.21
%0
%85.53
%70.2

Codes

Color #0C4C0B in popluar color models

0C 4C 0B
RGB 12 76 11
HSL 119° 74.71% 17.06%
HSB/HSV 119° 85.53% 29.80%
CMYK 84.21% 0.00% 85.53%
70.20%

Color #0C4C0B in popluar number systems.

HEX 0C 4C 0B
Decimal 12 76 11
Binary 1100 1001100 1011
Octal 14 114 13

Shades and tints

Shades of #0C4C0B

#0C4C0B
(12,76,11)
#0B460A
(11,70,10)
#0A4009
(10,64,9)
#093A08
(9,58,8)
#083407
(8,52,7)
#072E06
(7,46,6)
#062805
(6,40,5)
#052204
(5,34,4)
#041C03
(4,28,3)
#031602
(3,22,2)
#021001
(2,16,1)
#000000
(0,0,0)

Tints of #0C4C0B

#0C4C0B
(12,76,11)
#225C21
(34,92,33)
#386C37
(56,108,55)
#4E7C4D
(78,124,77)
#648C63
(100,140,99)
#7A9C79
(122,156,121)
#90AC8F
(144,172,143)
#A6BCA5
(166,188,165)
#BCCCBB
(188,204,187)
#D2DCD1
(210,220,209)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4C0B color. Also use rgb(12,76,11) instead hex code.

Text Font Color

.myTextColor { color: #0C4C0B; }

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

This text font color is #0C4C0B.

Background Color

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

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

This div background color is #0C4C0B.

Border color

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

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

This div border color is #0C4C0B.

Opacity

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

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

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

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

This text has shadow with #0C4C0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4C0B.

Preview

Color preview on black background

This text has color #0C4C0B on black background.


Color preview on white background

This text has color #0C4C0B on white background.


Black color preview on #0C4C0B background

This text has black color on #0C4C0B background.


White color preview on #0C4C0B background

This text has white color on #0C4C0B background.


Related colors

Complementary color

Complementary color for #hex is #F3B3F4.


I love getcolorcode.com

Triadic colors

1 #0B0C4C and #4C0B0C with #0C4C0B are triadic colors.

2 #0B4C0C and #4C0C0B with #0C4C0B are triadic colors.