COLOR #0C5601

HEX: #0C5601 RGB: (12,86,1)

Color info

#0C5601 contains mainly green color. Web safe color of #0C5601 is #006600 (or #060).

RGB color model

#0C5601 color RGB value is (12,86,1).

RGB: (12,86,1) (5%, 34%, 0%)

RGB channels and saturation

R 12 of 255 = 5%
G 86 of 255 = 34%
B 1 of 255 = 0%

12
86
1

R + G + B ~ 13%. #0C5601 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 86 + 1 = 99 (100%)
R 12 of 99 ~ 12.12%
G 86 of 99 ~ 86.87%
B 1 of 99 ~ 1.01'%

%12.12
%86.87

CMYK color model

#0C5601 color CMYK value is (86,0,99,66).

  • cyan value is 86.05%
  • magenta value is 0.00%
  • yellow value is 98.84%
  • key color value is 66.27%

CMYK: (86,0,99,66)
C86M0Y99K66 (86%, 0%, 99%, 66%)
(0.86 / 0.00 / 0.99 / 0.66)

CMYK percentages

%86.05
%0
%98.84
%66.27

Codes

Color #0C5601 in popluar color models

0C 56 01
RGB 12 86 1
HSL 112° 97.70% 17.06%
HSB/HSV 112° 98.84% 33.73%
CMYK 86.05% 0.00% 98.84%
66.27%

Color #0C5601 in popluar number systems.

HEX 0C 56 01
Decimal 12 86 1
Binary 1100 1010110 1
Octal 14 126 1

Shades and tints

Shades of #0C5601

#0C5601
(12,86,1)
#0B4F01
(11,79,1)
#0A4801
(10,72,1)
#094101
(9,65,1)
#083A01
(8,58,1)
#073301
(7,51,1)
#062C01
(6,44,1)
#052501
(5,37,1)
#041E01
(4,30,1)
#031701
(3,23,1)
#021001
(2,16,1)
#000000
(0,0,0)

Tints of #0C5601

#0C5601
(12,86,1)
#226518
(34,101,24)
#38742F
(56,116,47)
#4E8346
(78,131,70)
#64925D
(100,146,93)
#7AA174
(122,161,116)
#90B08B
(144,176,139)
#A6BFA2
(166,191,162)
#BCCEB9
(188,206,185)
#D2DDD0
(210,221,208)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5601 color. Also use rgb(12,86,1) instead hex code.

Text Font Color

.myTextColor { color: #0C5601; }

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

This text font color is #0C5601.

Background Color

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

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

This div background color is #0C5601.

Border color

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

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

This div border color is #0C5601.

Opacity

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

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

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

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

This text has shadow with #0C5601 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C5601.

Preview

Color preview on black background

This text has color #0C5601 on black background.


Color preview on white background

This text has color #0C5601 on white background.


Black color preview on #0C5601 background

This text has black color on #0C5601 background.


White color preview on #0C5601 background

This text has white color on #0C5601 background.


Related colors

Complementary color

Complementary color for #hex is #F3A9FE.


I love getcolorcode.com

Triadic colors

1 #010C56 and #56010C with #0C5601 are triadic colors.

2 #01560C and #560C01 with #0C5601 are triadic colors.