COLOR #1C5715

HEX: #1C5715
RGB: (28,87,21)

Color info

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

RGB color model

#1C5715 color RGB value is (28,87,21).

  • red value is 28;
  • green value is 87;
  • blue value is 21.
RGB:
(28,87,21)
(11%,34%,8%)

RGB channels and saturation

R 28 of 255 = 11%
G 87 of 255 = 34%
B 21 of 255 = 8%

28
87
21

R + G + B ~ 18%. #1C5715 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 87 + 21 = 136 (100%)
R 28 of 136 ~ 20.59%
G 87 of 136 ~ 63.97%
B 21 of 136 ~ 15.44%

%20.59
%63.97
%15.44

CMYK color model

#1C5715 color CMYK value is (68,0,76,66).

  • cyan value is 67.82%
  • magenta value is 0.00%
  • yellow value is 75.86%
  • key color value is 65.88%
CMYK:
(68,0,76,66)
C68M0Y76K66 
(68%,0%,76%,66%)
(0.68/0.00/0.76/0.66)	

CMYK percentages

%67.82
%0
%75.86
%65.88

Codes

Color #1C5715 in popluar color models

1C5715
RGB288721
HSL114°61.11%21.18%
HSB/HSV114°75.86%34.12%
CMYK67.82%0.00%75.86%
65.88%

Color #1C5715 in popluar number systems.

HEX1C5715
Decimal288721
Binary11100101011110101
Octal3412725

Shades and tints

Shades of #1C5715

#1C5715
(28,87,21)
#1A5014
(26,80,20)
#184913
(24,73,19)
#164212
(22,66,18)
#143B11
(20,59,17)
#123410
(18,52,16)
#102D0F
(16,45,15)
#0E260E
(14,38,14)
#0C1F0D
(12,31,13)
#0A180C
(10,24,12)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #1C5715

#1C5715
(28,87,21)
#30662A
(48,102,42)
#44753F
(68,117,63)
#588454
(88,132,84)
#6C9369
(108,147,105)
#80A27E
(128,162,126)
#94B193
(148,177,147)
#A8C0A8
(168,192,168)
#BCCFBD
(188,207,189)
#D0DED2
(208,222,210)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5715 color. Also use rgb(28,87,21) instead hex code.

Text Font Color

.myTextColor { color: #1C5715; }

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

This text font color is #1C5715.


Background Color

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

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

This div background color is #1C5715.


Border color

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

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

This div border color is #1C5715.


Opacity

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

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

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

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

This text has shadow with #1C5715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5715 on black background.


Color preview on white background

This text has color #1C5715 on white background.



Black color preview on #1C5715 background

This text has black color on #1C5715 background.


White color preview on #1C5715 background

This text has white color on #1C5715 background.