COLOR #0C6A55

HEX: #0C6A55
RGB: (12,106,85)

Color info

#0C6A55 contains mainly green and blue colors. Web safe color of #0C6A55 is #006666 (or #066).

RGB color model

#0C6A55 color RGB value is (12,106,85).

  • red value is 12;
  • green value is 106;
  • blue value is 85.
RGB:
(12,106,85)
(5%,42%,33%)

RGB channels and saturation

R 12 of 255 = 5%
G 106 of 255 = 42%
B 85 of 255 = 33%

12
106
85

R + G + B ~ 27%. #0C6A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 106 + 85 = 203 (100%)
R 12 of 203 ~ 5.91%
G 106 of 203 ~ 52.22%
B 85 of 203 ~ 41.87%

%52.22
%41.87

CMYK color model

#0C6A55 color CMYK value is (89,0,20,58).

  • cyan value is 88.68%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(89,0,20,58)
C89M0Y20K58 
(89%,0%,20%,58%)
(0.89/0.00/0.20/0.58)	

CMYK percentages

%88.68
%0
%19.81
%58.43

Codes

Color #0C6A55 in popluar color models

0C6A55
RGB1210685
HSL167°79.66%23.14%
HSB/HSV167°88.68%41.57%
CMYK88.68%0.00%19.81%
58.43%

Color #0C6A55 in popluar number systems.

HEX0C6A55
Decimal1210685
Binary110011010101010101
Octal14152125

Shades and tints

Shades of #0C6A55

#0C6A55
(12,106,85)
#0B614E
(11,97,78)
#0A5847
(10,88,71)
#094F40
(9,79,64)
#084639
(8,70,57)
#073D32
(7,61,50)
#06342B
(6,52,43)
#052B24
(5,43,36)
#04221D
(4,34,29)
#031916
(3,25,22)
#02100F
(2,16,15)
#000000
(0,0,0)

Tints of #0C6A55

#0C6A55
(12,106,85)
#227764
(34,119,100)
#388473
(56,132,115)
#4E9182
(78,145,130)
#649E91
(100,158,145)
#7AABA0
(122,171,160)
#90B8AF
(144,184,175)
#A6C5BE
(166,197,190)
#BCD2CD
(188,210,205)
#D2DFDC
(210,223,220)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C6A55 color. Also use rgb(12,106,85) instead hex code.

Text Font Color

.myTextColor { color: #0C6A55; }

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

This text font color is #0C6A55.


Background Color

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

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

This div background color is #0C6A55.


Border color

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

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

This div border color is #0C6A55.


Opacity

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

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

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

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

This text has shadow with #0C6A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6A55 on black background.


Color preview on white background

This text has color #0C6A55 on white background.



Black color preview on #0C6A55 background

This text has black color on #0C6A55 background.


White color preview on #0C6A55 background

This text has white color on #0C6A55 background.