COLOR #0C6430

HEX: #0C6430
RGB: (12,100,48)

Color info

#0C6430 contains mainly green and blue colors. Web safe color of #0C6430 is #006633 (or #063).

RGB color model

#0C6430 color RGB value is (12,100,48).

  • red value is 12;
  • green value is 100;
  • blue value is 48.
RGB:
(12,100,48)
(5%,39%,19%)

RGB channels and saturation

R 12 of 255 = 5%
G 100 of 255 = 39%
B 48 of 255 = 19%

12
100
48

R + G + B ~ 21%. #0C6430 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 100 + 48 = 160 (100%)
R 12 of 160 ~ 7.5%
G 100 of 160 ~ 62.5%
B 48 of 160 ~ 30%

%62.5
%30

CMYK color model

#0C6430 color CMYK value is (88,0,52,61).

  • cyan value is 88.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 60.78%
CMYK:
(88,0,52,61)
C88M0Y52K61 
(88%,0%,52%,61%)
(0.88/0.00/0.52/0.61)	

CMYK percentages

%88
%0
%52
%60.78

Codes

Color #0C6430 in popluar color models

0C6430
RGB1210048
HSL145°78.57%21.96%
HSB/HSV145°88.00%39.22%
CMYK88.00%0.00%52.00%
60.78%

Color #0C6430 in popluar number systems.

HEX0C6430
Decimal1210048
Binary11001100100110000
Octal1414460

Shades and tints

Shades of #0C6430

#0C6430
(12,100,48)
#0B5B2C
(11,91,44)
#0A5228
(10,82,40)
#094924
(9,73,36)
#084020
(8,64,32)
#07371C
(7,55,28)
#062E18
(6,46,24)
#052514
(5,37,20)
#041C10
(4,28,16)
#03130C
(3,19,12)
#020A08
(2,10,8)
#000000
(0,0,0)

Tints of #0C6430

#0C6430
(12,100,48)
#227242
(34,114,66)
#388054
(56,128,84)
#4E8E66
(78,142,102)
#649C78
(100,156,120)
#7AAA8A
(122,170,138)
#90B89C
(144,184,156)
#A6C6AE
(166,198,174)
#BCD4C0
(188,212,192)
#D2E2D2
(210,226,210)
#E8F0E4
(232,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C6430 color. Also use rgb(12,100,48) instead hex code.

Text Font Color

.myTextColor { color: #0C6430; }

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

This text font color is #0C6430.


Background Color

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

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

This div background color is #0C6430.


Border color

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

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

This div border color is #0C6430.


Opacity

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

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

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

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

This text has shadow with #0C6430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6430 on black background.


Color preview on white background

This text has color #0C6430 on white background.



Black color preview on #0C6430 background

This text has black color on #0C6430 background.


White color preview on #0C6430 background

This text has white color on #0C6430 background.