COLOR #0C4B58

HEX: #0C4B58 RGB: (12,75,88)

Color info

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

RGB color model

#0C4B58 color RGB value is (12,75,88).

RGB: (12,75,88) (5%, 29%, 35%)

RGB channels and saturation

R 12 of 255 = 5%
G 75 of 255 = 29%
B 88 of 255 = 35%

12
75
88

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

Portions of RGB colors in percentages

R + G + B = 12 + 75 + 88 = 175 (100%)
R 12 of 175 ~ 6.86%
G 75 of 175 ~ 42.86%
B 88 of 175 ~ 50.29'%

%42.86
%50.29

CMYK color model

#0C4B58 color CMYK value is (86,15,0,65).

  • cyan value is 86.36%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (86,15,0,65)
C86M15Y0K65 (86%, 15%, 0%, 65%)
(0.86 / 0.15 / 0.00 / 0.65)

CMYK percentages

%86.36
%14.77
%0
%65.49

Codes

Color #0C4B58 in popluar color models

0C 4B 58
RGB 12 75 88
HSL 190° 76.00% 19.61%
HSB/HSV 190° 86.36% 34.51%
CMYK 86.36% 14.77% 0.00%
65.49%

Color #0C4B58 in popluar number systems.

HEX 0C 4B 58
Decimal 12 75 88
Binary 1100 1001011 1011000
Octal 14 113 130

Shades and tints

Shades of #0C4B58

#0C4B58
(12,75,88)
#0B4550
(11,69,80)
#0A3F48
(10,63,72)
#093940
(9,57,64)
#083338
(8,51,56)
#072D30
(7,45,48)
#062728
(6,39,40)
#052120
(5,33,32)
#041B18
(4,27,24)
#031510
(3,21,16)
#020F08
(2,15,8)
#000000
(0,0,0)

Tints of #0C4B58

#0C4B58
(12,75,88)
#225B67
(34,91,103)
#386B76
(56,107,118)
#4E7B85
(78,123,133)
#648B94
(100,139,148)
#7A9BA3
(122,155,163)
#90ABB2
(144,171,178)
#A6BBC1
(166,187,193)
#BCCBD0
(188,203,208)
#D2DBDF
(210,219,223)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4B58 color. Also use rgb(12,75,88) instead hex code.

Text Font Color

.myTextColor { color: #0C4B58; }

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

This text font color is #0C4B58.

Background Color

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

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

This div background color is #0C4B58.

Border color

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

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

This div border color is #0C4B58.

Opacity

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

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

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

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

This text has shadow with #0C4B58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C4B58.

Preview

Color preview on black background

This text has color #0C4B58 on black background.


Color preview on white background

This text has color #0C4B58 on white background.


Black color preview on #0C4B58 background

This text has black color on #0C4B58 background.


White color preview on #0C4B58 background

This text has white color on #0C4B58 background.


Related colors

Complementary color

Complementary color for #hex is #F3B4A7.


I love getcolorcode.com

Triadic colors

1 #580C4B and #4B580C with #0C4B58 are triadic colors.

2 #584B0C and #4B0C58 with #0C4B58 are triadic colors.