COLOR #0C5841

HEX: #0C5841
RGB: (12,88,65)

Color info

#0C5841 contains mainly green and blue colors. Web safe color of #0C5841 is #006633 (or #063).

RGB color model

#0C5841 color RGB value is (12,88,65).

  • red value is 12;
  • green value is 88;
  • blue value is 65.
RGB:
(12,88,65)
(5%,35%,25%)

RGB channels and saturation

R 12 of 255 = 5%
G 88 of 255 = 35%
B 65 of 255 = 25%

12
88
65

R + G + B ~ 22%. #0C5841 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 88 + 65 = 165 (100%)
R 12 of 165 ~ 7.27%
G 88 of 165 ~ 53.33%
B 65 of 165 ~ 39.39%

%53.33
%39.39

CMYK color model

#0C5841 color CMYK value is (86,0,26,65).

  • cyan value is 86.36%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 65.49%
CMYK:
(86,0,26,65)
C86M0Y26K65 
(86%,0%,26%,65%)
(0.86/0.00/0.26/0.65)	

CMYK percentages

%86.36
%0
%26.14
%65.49

Codes

Color #0C5841 in popluar color models

0C5841
RGB128865
HSL162°76.00%19.61%
HSB/HSV162°86.36%34.51%
CMYK86.36%0.00%26.14%
65.49%

Color #0C5841 in popluar number systems.

HEX0C5841
Decimal128865
Binary110010110001000001
Octal14130101

Shades and tints

Shades of #0C5841

#0C5841
(12,88,65)
#0B503C
(11,80,60)
#0A4837
(10,72,55)
#094032
(9,64,50)
#08382D
(8,56,45)
#073028
(7,48,40)
#062823
(6,40,35)
#05201E
(5,32,30)
#041819
(4,24,25)
#031014
(3,16,20)
#02080F
(2,8,15)
#000000
(0,0,0)

Tints of #0C5841

#0C5841
(12,88,65)
#226752
(34,103,82)
#387663
(56,118,99)
#4E8574
(78,133,116)
#649485
(100,148,133)
#7AA396
(122,163,150)
#90B2A7
(144,178,167)
#A6C1B8
(166,193,184)
#BCD0C9
(188,208,201)
#D2DFDA
(210,223,218)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C5841; }

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

This text font color is #0C5841.


Background Color

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

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

This div background color is #0C5841.


Border color

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

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

This div border color is #0C5841.


Opacity

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

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

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

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

This text has shadow with #0C5841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5841 on black background.


Color preview on white background

This text has color #0C5841 on white background.



Black color preview on #0C5841 background

This text has black color on #0C5841 background.


White color preview on #0C5841 background

This text has white color on #0C5841 background.