COLOR #0C5127

HEX: #0C5127
RGB: (12,81,39)

Color info

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

RGB color model

#0C5127 color RGB value is (12,81,39).

  • red value is 12;
  • green value is 81;
  • blue value is 39.
RGB:
(12,81,39)
(5%,32%,15%)

RGB channels and saturation

R 12 of 255 = 5%
G 81 of 255 = 32%
B 39 of 255 = 15%

12
81
39

R + G + B ~ 17%. #0C5127 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 81 + 39 = 132 (100%)
R 12 of 132 ~ 9.09%
G 81 of 132 ~ 61.36%
B 39 of 132 ~ 29.55%

%61.36
%29.55

CMYK color model

#0C5127 color CMYK value is (85,0,52,68).

  • cyan value is 85.19%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 68.24%
CMYK:
(85,0,52,68)
C85M0Y52K68 
(85%,0%,52%,68%)
(0.85/0.00/0.52/0.68)	

CMYK percentages

%85.19
%0
%51.85
%68.24

Codes

Color #0C5127 in popluar color models

0C5127
RGB128139
HSL143°74.19%18.24%
HSB/HSV143°85.19%31.76%
CMYK85.19%0.00%51.85%
68.24%

Color #0C5127 in popluar number systems.

HEX0C5127
Decimal128139
Binary11001010001100111
Octal1412147

Shades and tints

Shades of #0C5127

#0C5127
(12,81,39)
#0B4A24
(11,74,36)
#0A4321
(10,67,33)
#093C1E
(9,60,30)
#08351B
(8,53,27)
#072E18
(7,46,24)
#062715
(6,39,21)
#052012
(5,32,18)
#04190F
(4,25,15)
#03120C
(3,18,12)
#020B09
(2,11,9)
#000000
(0,0,0)

Tints of #0C5127

#0C5127
(12,81,39)
#22603A
(34,96,58)
#386F4D
(56,111,77)
#4E7E60
(78,126,96)
#648D73
(100,141,115)
#7A9C86
(122,156,134)
#90AB99
(144,171,153)
#A6BAAC
(166,186,172)
#BCC9BF
(188,201,191)
#D2D8D2
(210,216,210)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5127 color. Also use rgb(12,81,39) instead hex code.

Text Font Color

.myTextColor { color: #0C5127; }

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

This text font color is #0C5127.


Background Color

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

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

This div background color is #0C5127.


Border color

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

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

This div border color is #0C5127.


Opacity

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

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

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

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

This text has shadow with #0C5127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5127 on black background.


Color preview on white background

This text has color #0C5127 on white background.



Black color preview on #0C5127 background

This text has black color on #0C5127 background.


White color preview on #0C5127 background

This text has white color on #0C5127 background.