COLOR #1C5B06

HEX: #1C5B06
RGB: (28,91,6)

Color info

#1C5B06 contains mainly green color. Web safe color of #1C5B06 is #336600 (or #360).

RGB color model

#1C5B06 color RGB value is (28,91,6).

  • red value is 28;
  • green value is 91;
  • blue value is 6.
RGB:
(28,91,6)
(11%,36%,2%)

RGB channels and saturation

R 28 of 255 = 11%
G 91 of 255 = 36%
B 6 of 255 = 2%

28
91
6

R + G + B ~ 16%. #1C5B06 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 91 + 6 = 125 (100%)
R 28 of 125 ~ 22.4%
G 91 of 125 ~ 72.8%
B 6 of 125 ~ 4.8%

%22.4
%72.8

CMYK color model

#1C5B06 color CMYK value is (69,0,93,64).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 93.41%
  • key color value is 64.31%
CMYK:
(69,0,93,64)
C69M0Y93K64 
(69%,0%,93%,64%)
(0.69/0.00/0.93/0.64)	

CMYK percentages

%69.23
%0
%93.41
%64.31

Codes

Color #1C5B06 in popluar color models

1C5B06
RGB28916
HSL104°87.63%19.02%
HSB/HSV104°93.41%35.69%
CMYK69.23%0.00%93.41%
64.31%

Color #1C5B06 in popluar number systems.

HEX1C5B06
Decimal28916
Binary111001011011110
Octal341336

Shades and tints

Shades of #1C5B06

#1C5B06
(28,91,6)
#1A5306
(26,83,6)
#184B06
(24,75,6)
#164306
(22,67,6)
#143B06
(20,59,6)
#123306
(18,51,6)
#102B06
(16,43,6)
#0E2306
(14,35,6)
#0C1B06
(12,27,6)
#0A1306
(10,19,6)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #1C5B06

#1C5B06
(28,91,6)
#30691C
(48,105,28)
#447732
(68,119,50)
#588548
(88,133,72)
#6C935E
(108,147,94)
#80A174
(128,161,116)
#94AF8A
(148,175,138)
#A8BDA0
(168,189,160)
#BCCBB6
(188,203,182)
#D0D9CC
(208,217,204)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5B06 color. Also use rgb(28,91,6) instead hex code.

Text Font Color

.myTextColor { color: #1C5B06; }

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

This text font color is #1C5B06.


Background Color

.myBgColor { background-color: #1C5B06; }

<div style="background-color:#1C5B06">Inner text</div>

This div background color is #1C5B06.


Border color

.myBorderColor { border: 1px solid #1C5B06; }

<div style="border:3px solid #1C5B06">Div</div>

This div border color is #1C5B06.


Opacity

.myOpacity80 { color: #1C5B06; opacity: 0.8; }

<p style="color:#1C5B06;opacity:0.8;">80%</p>

Text with #1C5B06 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 #1C5B06;}

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

This text has shadow with #1C5B06 color.

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

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

This text has shadow with #1C5B06 primary color and red secondary color.


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

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

This text has shadow with #1C5B06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5B06 on black background.


Color preview on white background

This text has color #1C5B06 on white background.



Black color preview on #1C5B06 background

This text has black color on #1C5B06 background.


White color preview on #1C5B06 background

This text has white color on #1C5B06 background.