COLOR #0C6D58

HEX: #0C6D58
RGB: (12,109,88)

Color info

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

RGB color model

#0C6D58 color RGB value is (12,109,88).

  • red value is 12;
  • green value is 109;
  • blue value is 88.
RGB:
(12,109,88)
(5%,43%,35%)

RGB channels and saturation

R 12 of 255 = 5%
G 109 of 255 = 43%
B 88 of 255 = 35%

12
109
88

R + G + B ~ 28%. #0C6D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 109 + 88 = 209 (100%)
R 12 of 209 ~ 5.74%
G 109 of 209 ~ 52.15%
B 88 of 209 ~ 42.11%

%52.15
%42.11

CMYK color model

#0C6D58 color CMYK value is (89,0,19,57).

  • cyan value is 88.99%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 57.25%
CMYK:
(89,0,19,57)
C89M0Y19K57 
(89%,0%,19%,57%)
(0.89/0.00/0.19/0.57)	

CMYK percentages

%88.99
%0
%19.27
%57.25

Codes

Color #0C6D58 in popluar color models

0C6D58
RGB1210988
HSL167°80.17%23.73%
HSB/HSV167°88.99%42.75%
CMYK88.99%0.00%19.27%
57.25%

Color #0C6D58 in popluar number systems.

HEX0C6D58
Decimal1210988
Binary110011011011011000
Octal14155130

Shades and tints

Shades of #0C6D58

#0C6D58
(12,109,88)
#0B6450
(11,100,80)
#0A5B48
(10,91,72)
#095240
(9,82,64)
#084938
(8,73,56)
#074030
(7,64,48)
#063728
(6,55,40)
#052E20
(5,46,32)
#042518
(4,37,24)
#031C10
(3,28,16)
#021308
(2,19,8)
#000000
(0,0,0)

Tints of #0C6D58

#0C6D58
(12,109,88)
#227A67
(34,122,103)
#388776
(56,135,118)
#4E9485
(78,148,133)
#64A194
(100,161,148)
#7AAEA3
(122,174,163)
#90BBB2
(144,187,178)
#A6C8C1
(166,200,193)
#BCD5D0
(188,213,208)
#D2E2DF
(210,226,223)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C6D58 color. Also use rgb(12,109,88) instead hex code.

Text Font Color

.myTextColor { color: #0C6D58; }

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

This text font color is #0C6D58.


Background Color

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

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

This div background color is #0C6D58.


Border color

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

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

This div border color is #0C6D58.


Opacity

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

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

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

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

This text has shadow with #0C6D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C6D58 on black background.


Color preview on white background

This text has color #0C6D58 on white background.



Black color preview on #0C6D58 background

This text has black color on #0C6D58 background.


White color preview on #0C6D58 background

This text has white color on #0C6D58 background.