COLOR #0C5259

HEX: #0C5259 RGB: (12,82,89)

Color info

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

RGB color model

#0C5259 color RGB value is (12,82,89).

RGB: (12,82,89) (5%, 32%, 35%)

RGB channels and saturation

R 12 of 255 = 5%
G 82 of 255 = 32%
B 89 of 255 = 35%

12
82
89

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

Portions of RGB colors in percentages

R + G + B = 12 + 82 + 89 = 183 (100%)
R 12 of 183 ~ 6.56%
G 82 of 183 ~ 44.81%
B 89 of 183 ~ 48.63'%

%44.81
%48.63

CMYK color model

#0C5259 color CMYK value is (87,8,0,65).

  • cyan value is 86.52%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (87,8,0,65)
C87M8Y0K65 (87%, 8%, 0%, 65%)
(0.87 / 0.08 / 0.00 / 0.65)

CMYK percentages

%86.52
%7.87
%0
%65.1

Codes

Color #0C5259 in popluar color models

0C 52 59
RGB 12 82 89
HSL 185° 76.24% 19.80%
HSB/HSV 185° 86.52% 34.90%
CMYK 86.52% 7.87% 0.00%
65.10%

Color #0C5259 in popluar number systems.

HEX 0C 52 59
Decimal 12 82 89
Binary 1100 1010010 1011001
Octal 14 122 131

Shades and tints

Shades of #0C5259

#0C5259
(12,82,89)
#0B4B51
(11,75,81)
#0A4449
(10,68,73)
#093D41
(9,61,65)
#083639
(8,54,57)
#072F31
(7,47,49)
#062829
(6,40,41)
#052121
(5,33,33)
#041A19
(4,26,25)
#031311
(3,19,17)
#020C09
(2,12,9)
#000000
(0,0,0)

Tints of #0C5259

#0C5259
(12,82,89)
#226168
(34,97,104)
#387077
(56,112,119)
#4E7F86
(78,127,134)
#648E95
(100,142,149)
#7A9DA4
(122,157,164)
#90ACB3
(144,172,179)
#A6BBC2
(166,187,194)
#BCCAD1
(188,202,209)
#D2D9E0
(210,217,224)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C5259; }

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

This text font color is #0C5259.

Background Color

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

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

This div background color is #0C5259.

Border color

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

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

This div border color is #0C5259.

Opacity

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

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

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

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

This text has shadow with #0C5259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C5259.

Preview

Color preview on black background

This text has color #0C5259 on black background.


Color preview on white background

This text has color #0C5259 on white background.


Black color preview on #0C5259 background

This text has black color on #0C5259 background.


White color preview on #0C5259 background

This text has white color on #0C5259 background.


Related colors

Complementary color

Complementary color for #hex is #F3ADA6.


I love getcolorcode.com

Triadic colors

1 #590C52 and #52590C with #0C5259 are triadic colors.

2 #59520C and #520C59 with #0C5259 are triadic colors.