COLOR #0C615E

HEX: #0C615E RGB: (12,97,94)

Color info

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

RGB color model

#0C615E color RGB value is (12,97,94).

RGB: (12,97,94) (5%, 38%, 37%)

RGB channels and saturation

R 12 of 255 = 5%
G 97 of 255 = 38%
B 94 of 255 = 37%

12
97
94

R + G + B ~ 27%. #0C615E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 97 + 94 = 203 (100%)
R 12 of 203 ~ 5.91%
G 97 of 203 ~ 47.78%
B 94 of 203 ~ 46.31'%

%47.78
%46.31

CMYK color model

#0C615E color CMYK value is (88,0,3,62).

  • cyan value is 87.63%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 61.96%

CMYK: (88,0,3,62)
C88M0Y3K62 (88%, 0%, 3%, 62%)
(0.88 / 0.00 / 0.03 / 0.62)

CMYK percentages

%87.63
%0
%3.09
%61.96

Codes

Color #0C615E in popluar color models

0C 61 5E
RGB 12 97 94
HSL 178° 77.98% 21.37%
HSB/HSV 178° 87.63% 38.04%
CMYK 87.63% 0.00% 3.09%
61.96%

Color #0C615E in popluar number systems.

HEX 0C 61 5E
Decimal 12 97 94
Binary 1100 1100001 1011110
Octal 14 141 136

Shades and tints

Shades of #0C615E

#0C615E
(12,97,94)
#0B5956
(11,89,86)
#0A514E
(10,81,78)
#094946
(9,73,70)
#08413E
(8,65,62)
#073936
(7,57,54)
#06312E
(6,49,46)
#052926
(5,41,38)
#04211E
(4,33,30)
#031916
(3,25,22)
#02110E
(2,17,14)
#000000
(0,0,0)

Tints of #0C615E

#0C615E
(12,97,94)
#226F6C
(34,111,108)
#387D7A
(56,125,122)
#4E8B88
(78,139,136)
#649996
(100,153,150)
#7AA7A4
(122,167,164)
#90B5B2
(144,181,178)
#A6C3C0
(166,195,192)
#BCD1CE
(188,209,206)
#D2DFDC
(210,223,220)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C615E color. Also use rgb(12,97,94) instead hex code.

Text Font Color

.myTextColor { color: #0C615E; }

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

This text font color is #0C615E.

Background Color

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

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

This div background color is #0C615E.

Border color

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

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

This div border color is #0C615E.

Opacity

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

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

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

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

This text has shadow with #0C615E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C615E.

Preview

Color preview on black background

This text has color #0C615E on black background.


Color preview on white background

This text has color #0C615E on white background.


Black color preview on #0C615E background

This text has black color on #0C615E background.


White color preview on #0C615E background

This text has white color on #0C615E background.


Related colors

Complementary color

Complementary color for #hex is #F39EA1.


I love getcolorcode.com

Triadic colors

1 #5E0C61 and #615E0C with #0C615E are triadic colors.

2 #5E610C and #610C5E with #0C615E are triadic colors.