COLOR #0C583C

HEX: #0C583C
RGB: (12,88,60)

Color info

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

RGB color model

#0C583C color RGB value is (12,88,60).

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

RGB channels and saturation

R 12 of 255 = 5%
G 88 of 255 = 35%
B 60 of 255 = 24%

12
88
60

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

Portions of RGB colors in percentages

R + G + B =
12 + 88 + 60 = 160 (100%)
R 12 of 160 ~ 7.5%
G 88 of 160 ~ 55%
B 60 of 160 ~ 37.5%

%55
%37.5

CMYK color model

#0C583C color CMYK value is (86,0,32,65).

  • cyan value is 86.36%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK:
(86,0,32,65)
C86M0Y32K65 
(86%,0%,32%,65%)
(0.86/0.00/0.32/0.65)	

CMYK percentages

%86.36
%0
%31.82
%65.49

Codes

Color #0C583C in popluar color models

0C583C
RGB128860
HSL158°76.00%19.61%
HSB/HSV158°86.36%34.51%
CMYK86.36%0.00%31.82%
65.49%

Color #0C583C in popluar number systems.

HEX0C583C
Decimal128860
Binary11001011000111100
Octal1413074

Shades and tints

Shades of #0C583C

#0C583C
(12,88,60)
#0B5037
(11,80,55)
#0A4832
(10,72,50)
#09402D
(9,64,45)
#083828
(8,56,40)
#073023
(7,48,35)
#06281E
(6,40,30)
#052019
(5,32,25)
#041814
(4,24,20)
#03100F
(3,16,15)
#02080A
(2,8,10)
#000000
(0,0,0)

Tints of #0C583C

#0C583C
(12,88,60)
#22674D
(34,103,77)
#38765E
(56,118,94)
#4E856F
(78,133,111)
#649480
(100,148,128)
#7AA391
(122,163,145)
#90B2A2
(144,178,162)
#A6C1B3
(166,193,179)
#BCD0C4
(188,208,196)
#D2DFD5
(210,223,213)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C583C; }

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

This text font color is #0C583C.


Background Color

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

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

This div background color is #0C583C.


Border color

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

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

This div border color is #0C583C.


Opacity

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

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

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

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

This text has shadow with #0C583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C583C on black background.


Color preview on white background

This text has color #0C583C on white background.



Black color preview on #0C583C background

This text has black color on #0C583C background.


White color preview on #0C583C background

This text has white color on #0C583C background.