COLOR #0C6226

HEX: #0C6226
RGB: (12,98,38)

Color info

#0C6226 contains mainly green color. Web safe color of #0C6226 is #006633 (or #063).

RGB color model

#0C6226 color RGB value is (12,98,38).

  • red value is 12;
  • green value is 98;
  • blue value is 38.
RGB:
(12,98,38)
(5%,38%,15%)

RGB channels and saturation

R 12 of 255 = 5%
G 98 of 255 = 38%
B 38 of 255 = 15%

12
98
38

R + G + B ~ 19%. #0C6226 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 98 + 38 = 148 (100%)
R 12 of 148 ~ 8.11%
G 98 of 148 ~ 66.22%
B 38 of 148 ~ 25.68%

%66.22
%25.68

CMYK color model

#0C6226 color CMYK value is (88,0,61,62).

  • cyan value is 87.76%
  • magenta value is 0.00%
  • yellow value is 61.22%
  • key color value is 61.57%
CMYK:
(88,0,61,62)
C88M0Y61K62 
(88%,0%,61%,62%)
(0.88/0.00/0.61/0.62)	

CMYK percentages

%87.76
%0
%61.22
%61.57

Codes

Color #0C6226 in popluar color models

0C6226
RGB129838
HSL138°78.18%21.57%
HSB/HSV138°87.76%38.43%
CMYK87.76%0.00%61.22%
61.57%

Color #0C6226 in popluar number systems.

HEX0C6226
Decimal129838
Binary11001100010100110
Octal1414246

Shades and tints

Shades of #0C6226

#0C6226
(12,98,38)
#0B5A23
(11,90,35)
#0A5220
(10,82,32)
#094A1D
(9,74,29)
#08421A
(8,66,26)
#073A17
(7,58,23)
#063214
(6,50,20)
#052A11
(5,42,17)
#04220E
(4,34,14)
#031A0B
(3,26,11)
#021208
(2,18,8)
#000000
(0,0,0)

Tints of #0C6226

#0C6226
(12,98,38)
#227039
(34,112,57)
#387E4C
(56,126,76)
#4E8C5F
(78,140,95)
#649A72
(100,154,114)
#7AA885
(122,168,133)
#90B698
(144,182,152)
#A6C4AB
(166,196,171)
#BCD2BE
(188,210,190)
#D2E0D1
(210,224,209)
#E8EEE4
(232,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C6226 color. Also use rgb(12,98,38) instead hex code.

Text Font Color

.myTextColor { color: #0C6226; }

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

This text font color is #0C6226.


Background Color

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

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

This div background color is #0C6226.


Border color

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

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

This div border color is #0C6226.


Opacity

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

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

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

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

This text has shadow with #0C6226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6226 on black background.


Color preview on white background

This text has color #0C6226 on white background.



Black color preview on #0C6226 background

This text has black color on #0C6226 background.


White color preview on #0C6226 background

This text has white color on #0C6226 background.