COLOR #0C6142

HEX: #0C6142
RGB: (12,97,66)

Color info

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

RGB color model

#0C6142 color RGB value is (12,97,66).

  • red value is 12;
  • green value is 97;
  • blue value is 66.
RGB:
(12,97,66)
(5%,38%,26%)

RGB channels and saturation

R 12 of 255 = 5%
G 97 of 255 = 38%
B 66 of 255 = 26%

12
97
66

R + G + B ~ 23%. #0C6142 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 97 + 66 = 175 (100%)
R 12 of 175 ~ 6.86%
G 97 of 175 ~ 55.43%
B 66 of 175 ~ 37.71%

%55.43
%37.71

CMYK color model

#0C6142 color CMYK value is (88,0,32,62).

  • cyan value is 87.63%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 61.96%
CMYK:
(88,0,32,62)
C88M0Y32K62 
(88%,0%,32%,62%)
(0.88/0.00/0.32/0.62)	

CMYK percentages

%87.63
%0
%31.96
%61.96

Codes

Color #0C6142 in popluar color models

0C6142
RGB129766
HSL158°77.98%21.37%
HSB/HSV158°87.63%38.04%
CMYK87.63%0.00%31.96%
61.96%

Color #0C6142 in popluar number systems.

HEX0C6142
Decimal129766
Binary110011000011000010
Octal14141102

Shades and tints

Shades of #0C6142

#0C6142
(12,97,66)
#0B593C
(11,89,60)
#0A5136
(10,81,54)
#094930
(9,73,48)
#08412A
(8,65,42)
#073924
(7,57,36)
#06311E
(6,49,30)
#052918
(5,41,24)
#042112
(4,33,18)
#03190C
(3,25,12)
#021106
(2,17,6)
#000000
(0,0,0)

Tints of #0C6142

#0C6142
(12,97,66)
#226F53
(34,111,83)
#387D64
(56,125,100)
#4E8B75
(78,139,117)
#649986
(100,153,134)
#7AA797
(122,167,151)
#90B5A8
(144,181,168)
#A6C3B9
(166,195,185)
#BCD1CA
(188,209,202)
#D2DFDB
(210,223,219)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C6142 color. Also use rgb(12,97,66) instead hex code.

Text Font Color

.myTextColor { color: #0C6142; }

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

This text font color is #0C6142.


Background Color

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

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

This div background color is #0C6142.


Border color

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

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

This div border color is #0C6142.


Opacity

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

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

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

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

This text has shadow with #0C6142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6142 on black background.


Color preview on white background

This text has color #0C6142 on white background.



Black color preview on #0C6142 background

This text has black color on #0C6142 background.


White color preview on #0C6142 background

This text has white color on #0C6142 background.