COLOR #0C5E59

HEX: #0C5E59
RGB: (12,94,89)

Color info

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

RGB color model

#0C5E59 color RGB value is (12,94,89).

  • red value is 12;
  • green value is 94;
  • blue value is 89.
RGB:
(12,94,89)
(5%,37%,35%)

RGB channels and saturation

R 12 of 255 = 5%
G 94 of 255 = 37%
B 89 of 255 = 35%

12
94
89

R + G + B ~ 26%. #0C5E59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 94 + 89 = 195 (100%)
R 12 of 195 ~ 6.15%
G 94 of 195 ~ 48.21%
B 89 of 195 ~ 45.64%

%48.21
%45.64

CMYK color model

#0C5E59 color CMYK value is (87,0,5,63).

  • cyan value is 87.23%
  • magenta value is 0.00%
  • yellow value is 5.32%
  • key color value is 63.14%
CMYK:
(87,0,5,63)
C87M0Y5K63 
(87%,0%,5%,63%)
(0.87/0.00/0.05/0.63)	

CMYK percentages

%87.23
%0
%5.32
%63.14

Codes

Color #0C5E59 in popluar color models

0C5E59
RGB129489
HSL176°77.36%20.78%
HSB/HSV176°87.23%36.86%
CMYK87.23%0.00%5.32%
63.14%

Color #0C5E59 in popluar number systems.

HEX0C5E59
Decimal129489
Binary110010111101011001
Octal14136131

Shades and tints

Shades of #0C5E59

#0C5E59
(12,94,89)
#0B5651
(11,86,81)
#0A4E49
(10,78,73)
#094641
(9,70,65)
#083E39
(8,62,57)
#073631
(7,54,49)
#062E29
(6,46,41)
#052621
(5,38,33)
#041E19
(4,30,25)
#031611
(3,22,17)
#020E09
(2,14,9)
#000000
(0,0,0)

Tints of #0C5E59

#0C5E59
(12,94,89)
#226C68
(34,108,104)
#387A77
(56,122,119)
#4E8886
(78,136,134)
#649695
(100,150,149)
#7AA4A4
(122,164,164)
#90B2B3
(144,178,179)
#A6C0C2
(166,192,194)
#BCCED1
(188,206,209)
#D2DCE0
(210,220,224)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5E59 color. Also use rgb(12,94,89) instead hex code.

Text Font Color

.myTextColor { color: #0C5E59; }

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

This text font color is #0C5E59.


Background Color

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

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

This div background color is #0C5E59.


Border color

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

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

This div border color is #0C5E59.


Opacity

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

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

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

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

This text has shadow with #0C5E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5E59 on black background.


Color preview on white background

This text has color #0C5E59 on white background.



Black color preview on #0C5E59 background

This text has black color on #0C5E59 background.


White color preview on #0C5E59 background

This text has white color on #0C5E59 background.