COLOR #0C525C

HEX: #0C525C RGB: (12,82,92)

Color info

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

RGB color model

#0C525C color RGB value is (12,82,92).

RGB: (12,82,92) (5%, 32%, 36%)

RGB channels and saturation

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

12
82
92

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

Portions of RGB colors in percentages

R + G + B = 12 + 82 + 92 = 186 (100%)
R 12 of 186 ~ 6.45%
G 82 of 186 ~ 44.09%
B 92 of 186 ~ 49.46'%

%44.09
%49.46

CMYK color model

#0C525C color CMYK value is (87,11,0,64).

  • cyan value is 86.96%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (87,11,0,64)
C87M11Y0K64 (87%, 11%, 0%, 64%)
(0.87 / 0.11 / 0.00 / 0.64)

CMYK percentages

%86.96
%10.87
%0
%63.92

Codes

Color #0C525C in popluar color models

0C 52 5C
RGB 12 82 92
HSL 188° 76.92% 20.39%
HSB/HSV 188° 86.96% 36.08%
CMYK 86.96% 10.87% 0.00%
63.92%

Color #0C525C in popluar number systems.

HEX 0C 52 5C
Decimal 12 82 92
Binary 1100 1010010 1011100
Octal 14 122 134

Shades and tints

Shades of #0C525C

#0C525C
(12,82,92)
#0B4B54
(11,75,84)
#0A444C
(10,68,76)
#093D44
(9,61,68)
#08363C
(8,54,60)
#072F34
(7,47,52)
#06282C
(6,40,44)
#052124
(5,33,36)
#041A1C
(4,26,28)
#031314
(3,19,20)
#020C0C
(2,12,12)
#000000
(0,0,0)

Tints of #0C525C

#0C525C
(12,82,92)
#22616A
(34,97,106)
#387078
(56,112,120)
#4E7F86
(78,127,134)
#648E94
(100,142,148)
#7A9DA2
(122,157,162)
#90ACB0
(144,172,176)
#A6BBBE
(166,187,190)
#BCCACC
(188,202,204)
#D2D9DA
(210,217,218)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C525C; }

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

This text font color is #0C525C.

Background Color

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

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

This div background color is #0C525C.

Border color

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

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

This div border color is #0C525C.

Opacity

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

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

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

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

This text has shadow with #0C525C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C525C.

Preview

Color preview on black background

This text has color #0C525C on black background.


Color preview on white background

This text has color #0C525C on white background.


Black color preview on #0C525C background

This text has black color on #0C525C background.


White color preview on #0C525C background

This text has white color on #0C525C background.


Related colors

Complementary color

Complementary color for #hex is #F3ADA3.


I love getcolorcode.com

Triadic colors

1 #5C0C52 and #525C0C with #0C525C are triadic colors.

2 #5C520C and #520C5C with #0C525C are triadic colors.