COLOR #1C520E

HEX: #1C520E
RGB: (28,82,14)

Color info

#1C520E contains mainly red and green colors. Web safe color of #1C520E is #336600 (or #360).

RGB color model

#1C520E color RGB value is (28,82,14).

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

RGB channels and saturation

R 28 of 255 = 11%
G 82 of 255 = 32%
B 14 of 255 = 5%

28
82
14

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

Portions of RGB colors in percentages

R + G + B =
28 + 82 + 14 = 124 (100%)
R 28 of 124 ~ 22.58%
G 82 of 124 ~ 66.13%
B 14 of 124 ~ 11.29%

%22.58
%66.13
%11.29

CMYK color model

#1C520E color CMYK value is (66,0,83,68).

  • cyan value is 65.85%
  • magenta value is 0.00%
  • yellow value is 82.93%
  • key color value is 67.84%
CMYK:
(66,0,83,68)
C66M0Y83K68 
(66%,0%,83%,68%)
(0.66/0.00/0.83/0.68)	

CMYK percentages

%65.85
%0
%82.93
%67.84

Codes

Color #1C520E in popluar color models

1C520E
RGB288214
HSL108°70.83%18.82%
HSB/HSV108°82.93%32.16%
CMYK65.85%0.00%82.93%
67.84%

Color #1C520E in popluar number systems.

HEX1C520E
Decimal288214
Binary1110010100101110
Octal3412216

Shades and tints

Shades of #1C520E

#1C520E
(28,82,14)
#1A4B0D
(26,75,13)
#18440C
(24,68,12)
#163D0B
(22,61,11)
#14360A
(20,54,10)
#122F09
(18,47,9)
#102808
(16,40,8)
#0E2107
(14,33,7)
#0C1A06
(12,26,6)
#0A1305
(10,19,5)
#080C04
(8,12,4)
#000000
(0,0,0)

Tints of #1C520E

#1C520E
(28,82,14)
#306123
(48,97,35)
#447038
(68,112,56)
#587F4D
(88,127,77)
#6C8E62
(108,142,98)
#809D77
(128,157,119)
#94AC8C
(148,172,140)
#A8BBA1
(168,187,161)
#BCCAB6
(188,202,182)
#D0D9CB
(208,217,203)
#E4E8E0
(228,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C520E; }

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

This text font color is #1C520E.


Background Color

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

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

This div background color is #1C520E.


Border color

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

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

This div border color is #1C520E.


Opacity

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

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

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

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

This text has shadow with #1C520E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C520E on black background.


Color preview on white background

This text has color #1C520E on white background.



Black color preview on #1C520E background

This text has black color on #1C520E background.


White color preview on #1C520E background

This text has white color on #1C520E background.