COLOR #0C595C

HEX: #0C595C
RGB: (12,89,92)

Color info

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

RGB color model

#0C595C color RGB value is (12,89,92).

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

RGB channels and saturation

R 12 of 255 = 5%
G 89 of 255 = 35%
B 92 of 255 = 36%

12
89
92

R + G + B ~ 25%. #0C595C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 89 + 92 = 193 (100%)
R 12 of 193 ~ 6.22%
G 89 of 193 ~ 46.11%
B 92 of 193 ~ 47.67%

%46.11
%47.67

CMYK color model

#0C595C color CMYK value is (87,3,0,64).

  • cyan value is 86.96%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(87,3,0,64)
C87M3Y0K64 
(87%,3%,0%,64%)
(0.87/0.03/0.00/0.64)	

CMYK percentages

%86.96
%3.26
%0
%63.92

Codes

Color #0C595C in popluar color models

0C595C
RGB128992
HSL182°76.92%20.39%
HSB/HSV182°86.96%36.08%
CMYK86.96%3.26%0.00%
63.92%

Color #0C595C in popluar number systems.

HEX0C595C
Decimal128992
Binary110010110011011100
Octal14131134

Shades and tints

Shades of #0C595C

#0C595C
(12,89,92)
#0B5154
(11,81,84)
#0A494C
(10,73,76)
#094144
(9,65,68)
#08393C
(8,57,60)
#073134
(7,49,52)
#06292C
(6,41,44)
#052124
(5,33,36)
#04191C
(4,25,28)
#031114
(3,17,20)
#02090C
(2,9,12)
#000000
(0,0,0)

Tints of #0C595C

#0C595C
(12,89,92)
#22686A
(34,104,106)
#387778
(56,119,120)
#4E8686
(78,134,134)
#649594
(100,149,148)
#7AA4A2
(122,164,162)
#90B3B0
(144,179,176)
#A6C2BE
(166,194,190)
#BCD1CC
(188,209,204)
#D2E0DA
(210,224,218)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C595C; }

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

This text font color is #0C595C.


Background Color

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

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

This div background color is #0C595C.


Border color

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

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

This div border color is #0C595C.


Opacity

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

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

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

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

This text has shadow with #0C595C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C595C on black background.


Color preview on white background

This text has color #0C595C on white background.



Black color preview on #0C595C background

This text has black color on #0C595C background.


White color preview on #0C595C background

This text has white color on #0C595C background.