COLOR #1C5217

HEX: #1C5217
RGB: (28,82,23)

Color info

#1C5217 contains red, green and blue colors in about the same proportion. Web safe color of #1C5217 is #336600 (or #360).

RGB color model

#1C5217 color RGB value is (28,82,23).

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

RGB channels and saturation

R 28 of 255 = 11%
G 82 of 255 = 32%
B 23 of 255 = 9%

28
82
23

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

Portions of RGB colors in percentages

R + G + B =
28 + 82 + 23 = 133 (100%)
R 28 of 133 ~ 21.05%
G 82 of 133 ~ 61.65%
B 23 of 133 ~ 17.29%

%21.05
%61.65
%17.29

CMYK color model

#1C5217 color CMYK value is (66,0,72,68).

  • cyan value is 65.85%
  • magenta value is 0.00%
  • yellow value is 71.95%
  • key color value is 67.84%
CMYK:
(66,0,72,68)
C66M0Y72K68 
(66%,0%,72%,68%)
(0.66/0.00/0.72/0.68)	

CMYK percentages

%65.85
%0
%71.95
%67.84

Codes

Color #1C5217 in popluar color models

1C5217
RGB288223
HSL115°56.19%20.59%
HSB/HSV115°71.95%32.16%
CMYK65.85%0.00%71.95%
67.84%

Color #1C5217 in popluar number systems.

HEX1C5217
Decimal288223
Binary11100101001010111
Octal3412227

Shades and tints

Shades of #1C5217

#1C5217
(28,82,23)
#1A4B15
(26,75,21)
#184413
(24,68,19)
#163D11
(22,61,17)
#14360F
(20,54,15)
#122F0D
(18,47,13)
#10280B
(16,40,11)
#0E2109
(14,33,9)
#0C1A07
(12,26,7)
#0A1305
(10,19,5)
#080C03
(8,12,3)
#000000
(0,0,0)

Tints of #1C5217

#1C5217
(28,82,23)
#30612C
(48,97,44)
#447041
(68,112,65)
#587F56
(88,127,86)
#6C8E6B
(108,142,107)
#809D80
(128,157,128)
#94AC95
(148,172,149)
#A8BBAA
(168,187,170)
#BCCABF
(188,202,191)
#D0D9D4
(208,217,212)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5217; }

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

This text font color is #1C5217.


Background Color

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

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

This div background color is #1C5217.


Border color

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

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

This div border color is #1C5217.


Opacity

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

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

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

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

This text has shadow with #1C5217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5217 on black background.


Color preview on white background

This text has color #1C5217 on white background.



Black color preview on #1C5217 background

This text has black color on #1C5217 background.


White color preview on #1C5217 background

This text has white color on #1C5217 background.