COLOR #1C5C0E

HEX: #1C5C0E
RGB: (28,92,14)

Color info

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

RGB color model

#1C5C0E color RGB value is (28,92,14).

  • red value is 28;
  • green value is 92;
  • blue value is 14.
RGB:
(28,92,14)
(11%,36%,5%)

RGB channels and saturation

R 28 of 255 = 11%
G 92 of 255 = 36%
B 14 of 255 = 5%

28
92
14

R + G + B ~ 17%. #1C5C0E is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 92 + 14 = 134 (100%)
R 28 of 134 ~ 20.9%
G 92 of 134 ~ 68.66%
B 14 of 134 ~ 10.45%

%20.9
%68.66
%10.45

CMYK color model

#1C5C0E color CMYK value is (70,0,85,64).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 84.78%
  • key color value is 63.92%
CMYK:
(70,0,85,64)
C70M0Y85K64 
(70%,0%,85%,64%)
(0.70/0.00/0.85/0.64)	

CMYK percentages

%69.57
%0
%84.78
%63.92

Codes

Color #1C5C0E in popluar color models

1C5C0E
RGB289214
HSL109°73.58%20.78%
HSB/HSV109°84.78%36.08%
CMYK69.57%0.00%84.78%
63.92%

Color #1C5C0E in popluar number systems.

HEX1C5C0E
Decimal289214
Binary1110010111001110
Octal3413416

Shades and tints

Shades of #1C5C0E

#1C5C0E
(28,92,14)
#1A540D
(26,84,13)
#184C0C
(24,76,12)
#16440B
(22,68,11)
#143C0A
(20,60,10)
#123409
(18,52,9)
#102C08
(16,44,8)
#0E2407
(14,36,7)
#0C1C06
(12,28,6)
#0A1405
(10,20,5)
#080C04
(8,12,4)
#000000
(0,0,0)

Tints of #1C5C0E

#1C5C0E
(28,92,14)
#306A23
(48,106,35)
#447838
(68,120,56)
#58864D
(88,134,77)
#6C9462
(108,148,98)
#80A277
(128,162,119)
#94B08C
(148,176,140)
#A8BEA1
(168,190,161)
#BCCCB6
(188,204,182)
#D0DACB
(208,218,203)
#E4E8E0
(228,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5C0E color. Also use rgb(28,92,14) instead hex code.

Text Font Color

.myTextColor { color: #1C5C0E; }

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

This text font color is #1C5C0E.


Background Color

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

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

This div background color is #1C5C0E.


Border color

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

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

This div border color is #1C5C0E.


Opacity

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

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

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

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

This text has shadow with #1C5C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5C0E on black background.


Color preview on white background

This text has color #1C5C0E on white background.



Black color preview on #1C5C0E background

This text has black color on #1C5C0E background.


White color preview on #1C5C0E background

This text has white color on #1C5C0E background.