COLOR #0C4D55

HEX: #0C4D55 RGB: (12,77,85)

Color info

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

RGB color model

#0C4D55 color RGB value is (12,77,85).

RGB: (12,77,85) (5%, 30%, 33%)

RGB channels and saturation

R 12 of 255 = 5%
G 77 of 255 = 30%
B 85 of 255 = 33%

12
77
85

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

Portions of RGB colors in percentages

R + G + B = 12 + 77 + 85 = 174 (100%)
R 12 of 174 ~ 6.9%
G 77 of 174 ~ 44.25%
B 85 of 174 ~ 48.85'%

%44.25
%48.85

CMYK color model

#0C4D55 color CMYK value is (86,9,0,67).

  • cyan value is 85.88%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (86,9,0,67)
C86M9Y0K67 (86%, 9%, 0%, 67%)
(0.86 / 0.09 / 0.00 / 0.67)

CMYK percentages

%85.88
%9.41
%0
%66.67

Codes

Color #0C4D55 in popluar color models

0C 4D 55
RGB 12 77 85
HSL 187° 75.26% 19.02%
HSB/HSV 187° 85.88% 33.33%
CMYK 85.88% 9.41% 0.00%
66.67%

Color #0C4D55 in popluar number systems.

HEX 0C 4D 55
Decimal 12 77 85
Binary 1100 1001101 1010101
Octal 14 115 125

Shades and tints

Shades of #0C4D55

#0C4D55
(12,77,85)
#0B464E
(11,70,78)
#0A3F47
(10,63,71)
#093840
(9,56,64)
#083139
(8,49,57)
#072A32
(7,42,50)
#06232B
(6,35,43)
#051C24
(5,28,36)
#04151D
(4,21,29)
#030E16
(3,14,22)
#02070F
(2,7,15)
#000000
(0,0,0)

Tints of #0C4D55

#0C4D55
(12,77,85)
#225D64
(34,93,100)
#386D73
(56,109,115)
#4E7D82
(78,125,130)
#648D91
(100,141,145)
#7A9DA0
(122,157,160)
#90ADAF
(144,173,175)
#A6BDBE
(166,189,190)
#BCCDCD
(188,205,205)
#D2DDDC
(210,221,220)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4D55 color. Also use rgb(12,77,85) instead hex code.

Text Font Color

.myTextColor { color: #0C4D55; }

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

This text font color is #0C4D55.

Background Color

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

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

This div background color is #0C4D55.

Border color

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

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

This div border color is #0C4D55.

Opacity

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

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

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

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

This text has shadow with #0C4D55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4D55.

Preview

Color preview on black background

This text has color #0C4D55 on black background.


Color preview on white background

This text has color #0C4D55 on white background.


Black color preview on #0C4D55 background

This text has black color on #0C4D55 background.


White color preview on #0C4D55 background

This text has white color on #0C4D55 background.


Related colors

Complementary color

Complementary color for #hex is #F3B2AA.


I love getcolorcode.com

Triadic colors

1 #550C4D and #4D550C with #0C4D55 are triadic colors.

2 #554D0C and #4D0C55 with #0C4D55 are triadic colors.