COLOR #0C525B

HEX: #0C525B
RGB: (12,82,91)

Color info

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

RGB color model

#0C525B color RGB value is (12,82,91).

  • red value is 12;
  • green value is 82;
  • blue value is 91.
RGB:
(12,82,91)
(5%,32%,36%)

RGB channels and saturation

R 12 of 255 = 5%
G 82 of 255 = 32%
B 91 of 255 = 36%

12
82
91

R + G + B ~ 24%. #0C525B is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 82 + 91 = 185 (100%)
R 12 of 185 ~ 6.49%
G 82 of 185 ~ 44.32%
B 91 of 185 ~ 49.19%

%44.32
%49.19

CMYK color model

#0C525B color CMYK value is (87,10,0,64).

  • cyan value is 86.81%
  • magenta value is 9.89%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(87,10,0,64)
C87M10Y0K64 
(87%,10%,0%,64%)
(0.87/0.10/0.00/0.64)	

CMYK percentages

%86.81
%9.89
%0
%64.31

Codes

Color #0C525B in popluar color models

0C525B
RGB128291
HSL187°76.70%20.20%
HSB/HSV187°86.81%35.69%
CMYK86.81%9.89%0.00%
64.31%

Color #0C525B in popluar number systems.

HEX0C525B
Decimal128291
Binary110010100101011011
Octal14122133

Shades and tints

Shades of #0C525B

#0C525B
(12,82,91)
#0B4B53
(11,75,83)
#0A444B
(10,68,75)
#093D43
(9,61,67)
#08363B
(8,54,59)
#072F33
(7,47,51)
#06282B
(6,40,43)
#052123
(5,33,35)
#041A1B
(4,26,27)
#031313
(3,19,19)
#020C0B
(2,12,11)
#000000
(0,0,0)

Tints of #0C525B

#0C525B
(12,82,91)
#226169
(34,97,105)
#387077
(56,112,119)
#4E7F85
(78,127,133)
#648E93
(100,142,147)
#7A9DA1
(122,157,161)
#90ACAF
(144,172,175)
#A6BBBD
(166,187,189)
#BCCACB
(188,202,203)
#D2D9D9
(210,217,217)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C525B color. Also use rgb(12,82,91) instead hex code.

Text Font Color

.myTextColor { color: #0C525B; }

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

This text font color is #0C525B.


Background Color

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

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

This div background color is #0C525B.


Border color

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

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

This div border color is #0C525B.


Opacity

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

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

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

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

This text has shadow with #0C525B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C525B on black background.


Color preview on white background

This text has color #0C525B on white background.



Black color preview on #0C525B background

This text has black color on #0C525B background.


White color preview on #0C525B background

This text has white color on #0C525B background.