COLOR #0C4957

HEX: #0C4957 RGB: (12,73,87)

Color info

#0C4957 contains mainly green and blue colors. Web safe color of #0C4957 is #003366 (or #036).

RGB color model

#0C4957 color RGB value is (12,73,87).

RGB: (12,73,87) (5%, 29%, 34%)

RGB channels and saturation

R 12 of 255 = 5%
G 73 of 255 = 29%
B 87 of 255 = 34%

12
73
87

R + G + B ~ 23%. #0C4957 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 73 + 87 = 172 (100%)
R 12 of 172 ~ 6.98%
G 73 of 172 ~ 42.44%
B 87 of 172 ~ 50.58'%

%42.44
%50.58

CMYK color model

#0C4957 color CMYK value is (86,16,0,66).

  • cyan value is 86.21%
  • magenta value is 16.09%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (86,16,0,66)
C86M16Y0K66 (86%, 16%, 0%, 66%)
(0.86 / 0.16 / 0.00 / 0.66)

CMYK percentages

%86.21
%16.09
%0
%65.88

Codes

Color #0C4957 in popluar color models

0C 49 57
RGB 12 73 87
HSL 191° 75.76% 19.41%
HSB/HSV 191° 86.21% 34.12%
CMYK 86.21% 16.09% 0.00%
65.88%

Color #0C4957 in popluar number systems.

HEX 0C 49 57
Decimal 12 73 87
Binary 1100 1001001 1010111
Octal 14 111 127

Shades and tints

Shades of #0C4957

#0C4957
(12,73,87)
#0B4350
(11,67,80)
#0A3D49
(10,61,73)
#093742
(9,55,66)
#08313B
(8,49,59)
#072B34
(7,43,52)
#06252D
(6,37,45)
#051F26
(5,31,38)
#04191F
(4,25,31)
#031318
(3,19,24)
#020D11
(2,13,17)
#000000
(0,0,0)

Tints of #0C4957

#0C4957
(12,73,87)
#225966
(34,89,102)
#386975
(56,105,117)
#4E7984
(78,121,132)
#648993
(100,137,147)
#7A99A2
(122,153,162)
#90A9B1
(144,169,177)
#A6B9C0
(166,185,192)
#BCC9CF
(188,201,207)
#D2D9DE
(210,217,222)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4957 color. Also use rgb(12,73,87) instead hex code.

Text Font Color

.myTextColor { color: #0C4957; }

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

This text font color is #0C4957.

Background Color

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

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

This div background color is #0C4957.

Border color

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

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

This div border color is #0C4957.

Opacity

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

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

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

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

This text has shadow with #0C4957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4957.

Preview

Color preview on black background

This text has color #0C4957 on black background.


Color preview on white background

This text has color #0C4957 on white background.


Black color preview on #0C4957 background

This text has black color on #0C4957 background.


White color preview on #0C4957 background

This text has white color on #0C4957 background.


Related colors

Complementary color

Complementary color for #hex is #F3B6A8.


I love getcolorcode.com

Triadic colors

1 #570C49 and #49570C with #0C4957 are triadic colors.

2 #57490C and #490C57 with #0C4957 are triadic colors.