COLOR #0C5D3A

HEX: #0C5D3A
RGB: (12,93,58)

Color info

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

RGB color model

#0C5D3A color RGB value is (12,93,58).

  • red value is 12;
  • green value is 93;
  • blue value is 58.
RGB:
(12,93,58)
(5%,36%,23%)

RGB channels and saturation

R 12 of 255 = 5%
G 93 of 255 = 36%
B 58 of 255 = 23%

12
93
58

R + G + B ~ 21%. #0C5D3A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 93 + 58 = 163 (100%)
R 12 of 163 ~ 7.36%
G 93 of 163 ~ 57.06%
B 58 of 163 ~ 35.58%

%57.06
%35.58

CMYK color model

#0C5D3A color CMYK value is (87,0,38,64).

  • cyan value is 87.10%
  • magenta value is 0.00%
  • yellow value is 37.63%
  • key color value is 63.53%
CMYK:
(87,0,38,64)
C87M0Y38K64 
(87%,0%,38%,64%)
(0.87/0.00/0.38/0.64)	

CMYK percentages

%87.1
%0
%37.63
%63.53

Codes

Color #0C5D3A in popluar color models

0C5D3A
RGB129358
HSL154°77.14%20.59%
HSB/HSV154°87.10%36.47%
CMYK87.10%0.00%37.63%
63.53%

Color #0C5D3A in popluar number systems.

HEX0C5D3A
Decimal129358
Binary11001011101111010
Octal1413572

Shades and tints

Shades of #0C5D3A

#0C5D3A
(12,93,58)
#0B5535
(11,85,53)
#0A4D30
(10,77,48)
#09452B
(9,69,43)
#083D26
(8,61,38)
#073521
(7,53,33)
#062D1C
(6,45,28)
#052517
(5,37,23)
#041D12
(4,29,18)
#03150D
(3,21,13)
#020D08
(2,13,8)
#000000
(0,0,0)

Tints of #0C5D3A

#0C5D3A
(12,93,58)
#226B4B
(34,107,75)
#38795C
(56,121,92)
#4E876D
(78,135,109)
#64957E
(100,149,126)
#7AA38F
(122,163,143)
#90B1A0
(144,177,160)
#A6BFB1
(166,191,177)
#BCCDC2
(188,205,194)
#D2DBD3
(210,219,211)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5D3A color. Also use rgb(12,93,58) instead hex code.

Text Font Color

.myTextColor { color: #0C5D3A; }

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

This text font color is #0C5D3A.


Background Color

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

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

This div background color is #0C5D3A.


Border color

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

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

This div border color is #0C5D3A.


Opacity

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

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

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

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

This text has shadow with #0C5D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5D3A on black background.


Color preview on white background

This text has color #0C5D3A on white background.



Black color preview on #0C5D3A background

This text has black color on #0C5D3A background.


White color preview on #0C5D3A background

This text has white color on #0C5D3A background.