COLOR #0C6134

HEX: #0C6134
RGB: (12,97,52)

Color info

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

RGB color model

#0C6134 color RGB value is (12,97,52).

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

RGB channels and saturation

R 12 of 255 = 5%
G 97 of 255 = 38%
B 52 of 255 = 20%

12
97
52

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

Portions of RGB colors in percentages

R + G + B =
12 + 97 + 52 = 161 (100%)
R 12 of 161 ~ 7.45%
G 97 of 161 ~ 60.25%
B 52 of 161 ~ 32.3%

%60.25
%32.3

CMYK color model

#0C6134 color CMYK value is (88,0,46,62).

  • cyan value is 87.63%
  • magenta value is 0.00%
  • yellow value is 46.39%
  • key color value is 61.96%
CMYK:
(88,0,46,62)
C88M0Y46K62 
(88%,0%,46%,62%)
(0.88/0.00/0.46/0.62)	

CMYK percentages

%87.63
%0
%46.39
%61.96

Codes

Color #0C6134 in popluar color models

0C6134
RGB129752
HSL148°77.98%21.37%
HSB/HSV148°87.63%38.04%
CMYK87.63%0.00%46.39%
61.96%

Color #0C6134 in popluar number systems.

HEX0C6134
Decimal129752
Binary11001100001110100
Octal1414164

Shades and tints

Shades of #0C6134

#0C6134
(12,97,52)
#0B5930
(11,89,48)
#0A512C
(10,81,44)
#094928
(9,73,40)
#084124
(8,65,36)
#073920
(7,57,32)
#06311C
(6,49,28)
#052918
(5,41,24)
#042114
(4,33,20)
#031910
(3,25,16)
#02110C
(2,17,12)
#000000
(0,0,0)

Tints of #0C6134

#0C6134
(12,97,52)
#226F46
(34,111,70)
#387D58
(56,125,88)
#4E8B6A
(78,139,106)
#64997C
(100,153,124)
#7AA78E
(122,167,142)
#90B5A0
(144,181,160)
#A6C3B2
(166,195,178)
#BCD1C4
(188,209,196)
#D2DFD6
(210,223,214)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C6134; }

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

This text font color is #0C6134.


Background Color

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

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

This div background color is #0C6134.


Border color

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

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

This div border color is #0C6134.


Opacity

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

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

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

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

This text has shadow with #0C6134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6134 on black background.


Color preview on white background

This text has color #0C6134 on white background.



Black color preview on #0C6134 background

This text has black color on #0C6134 background.


White color preview on #0C6134 background

This text has white color on #0C6134 background.