COLOR #0C6833

HEX: #0C6833
RGB: (12,104,51)

Color info

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

RGB color model

#0C6833 color RGB value is (12,104,51).

  • red value is 12;
  • green value is 104;
  • blue value is 51.
RGB:
(12,104,51)
(5%,41%,20%)

RGB channels and saturation

R 12 of 255 = 5%
G 104 of 255 = 41%
B 51 of 255 = 20%

12
104
51

R + G + B ~ 22%. #0C6833 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 104 + 51 = 167 (100%)
R 12 of 167 ~ 7.19%
G 104 of 167 ~ 62.28%
B 51 of 167 ~ 30.54%

%62.28
%30.54

CMYK color model

#0C6833 color CMYK value is (88,0,51,59).

  • cyan value is 88.46%
  • magenta value is 0.00%
  • yellow value is 50.96%
  • key color value is 59.22%
CMYK:
(88,0,51,59)
C88M0Y51K59 
(88%,0%,51%,59%)
(0.88/0.00/0.51/0.59)	

CMYK percentages

%88.46
%0
%50.96
%59.22

Codes

Color #0C6833 in popluar color models

0C6833
RGB1210451
HSL145°79.31%22.75%
HSB/HSV145°88.46%40.78%
CMYK88.46%0.00%50.96%
59.22%

Color #0C6833 in popluar number systems.

HEX0C6833
Decimal1210451
Binary11001101000110011
Octal1415063

Shades and tints

Shades of #0C6833

#0C6833
(12,104,51)
#0B5F2F
(11,95,47)
#0A562B
(10,86,43)
#094D27
(9,77,39)
#084423
(8,68,35)
#073B1F
(7,59,31)
#06321B
(6,50,27)
#052917
(5,41,23)
#042013
(4,32,19)
#03170F
(3,23,15)
#020E0B
(2,14,11)
#000000
(0,0,0)

Tints of #0C6833

#0C6833
(12,104,51)
#227545
(34,117,69)
#388257
(56,130,87)
#4E8F69
(78,143,105)
#649C7B
(100,156,123)
#7AA98D
(122,169,141)
#90B69F
(144,182,159)
#A6C3B1
(166,195,177)
#BCD0C3
(188,208,195)
#D2DDD5
(210,221,213)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C6833 color. Also use rgb(12,104,51) instead hex code.

Text Font Color

.myTextColor { color: #0C6833; }

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

This text font color is #0C6833.


Background Color

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

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

This div background color is #0C6833.


Border color

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

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

This div border color is #0C6833.


Opacity

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

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

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

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

This text has shadow with #0C6833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6833 on black background.


Color preview on white background

This text has color #0C6833 on white background.



Black color preview on #0C6833 background

This text has black color on #0C6833 background.


White color preview on #0C6833 background

This text has white color on #0C6833 background.