COLOR #1C5311

HEX: #1C5311
RGB: (28,83,17)

Color info

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

RGB color model

#1C5311 color RGB value is (28,83,17).

  • red value is 28;
  • green value is 83;
  • blue value is 17.
RGB:
(28,83,17)
(11%,33%,7%)

RGB channels and saturation

R 28 of 255 = 11%
G 83 of 255 = 33%
B 17 of 255 = 7%

28
83
17

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

Portions of RGB colors in percentages

R + G + B =
28 + 83 + 17 = 128 (100%)
R 28 of 128 ~ 21.88%
G 83 of 128 ~ 64.84%
B 17 of 128 ~ 13.28%

%21.88
%64.84
%13.28

CMYK color model

#1C5311 color CMYK value is (66,0,80,67).

  • cyan value is 66.27%
  • magenta value is 0.00%
  • yellow value is 79.52%
  • key color value is 67.45%
CMYK:
(66,0,80,67)
C66M0Y80K67 
(66%,0%,80%,67%)
(0.66/0.00/0.80/0.67)	

CMYK percentages

%66.27
%0
%79.52
%67.45

Codes

Color #1C5311 in popluar color models

1C5311
RGB288317
HSL110°66.00%19.61%
HSB/HSV110°79.52%32.55%
CMYK66.27%0.00%79.52%
67.45%

Color #1C5311 in popluar number systems.

HEX1C5311
Decimal288317
Binary11100101001110001
Octal3412321

Shades and tints

Shades of #1C5311

#1C5311
(28,83,17)
#1A4C10
(26,76,16)
#18450F
(24,69,15)
#163E0E
(22,62,14)
#14370D
(20,55,13)
#12300C
(18,48,12)
#10290B
(16,41,11)
#0E220A
(14,34,10)
#0C1B09
(12,27,9)
#0A1408
(10,20,8)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #1C5311

#1C5311
(28,83,17)
#306226
(48,98,38)
#44713B
(68,113,59)
#588050
(88,128,80)
#6C8F65
(108,143,101)
#809E7A
(128,158,122)
#94AD8F
(148,173,143)
#A8BCA4
(168,188,164)
#BCCBB9
(188,203,185)
#D0DACE
(208,218,206)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5311 color. Also use rgb(28,83,17) instead hex code.

Text Font Color

.myTextColor { color: #1C5311; }

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

This text font color is #1C5311.


Background Color

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

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

This div background color is #1C5311.


Border color

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

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

This div border color is #1C5311.


Opacity

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

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

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

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

This text has shadow with #1C5311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5311 on black background.


Color preview on white background

This text has color #1C5311 on white background.



Black color preview on #1C5311 background

This text has black color on #1C5311 background.


White color preview on #1C5311 background

This text has white color on #1C5311 background.