COLOR #1C5313

HEX: #1C5313
RGB: (28,83,19)

Color info

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

RGB color model

#1C5313 color RGB value is (28,83,19).

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

RGB channels and saturation

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

28
83
19

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

Portions of RGB colors in percentages

R + G + B =
28 + 83 + 19 = 130 (100%)
R 28 of 130 ~ 21.54%
G 83 of 130 ~ 63.85%
B 19 of 130 ~ 14.62%

%21.54
%63.85
%14.62

CMYK color model

#1C5313 color CMYK value is (66,0,77,67).

  • cyan value is 66.27%
  • magenta value is 0.00%
  • yellow value is 77.11%
  • key color value is 67.45%
CMYK:
(66,0,77,67)
C66M0Y77K67 
(66%,0%,77%,67%)
(0.66/0.00/0.77/0.67)	

CMYK percentages

%66.27
%0
%77.11
%67.45

Codes

Color #1C5313 in popluar color models

1C5313
RGB288319
HSL112°62.75%20.00%
HSB/HSV112°77.11%32.55%
CMYK66.27%0.00%77.11%
67.45%

Color #1C5313 in popluar number systems.

HEX1C5313
Decimal288319
Binary11100101001110011
Octal3412323

Shades and tints

Shades of #1C5313

#1C5313
(28,83,19)
#1A4C12
(26,76,18)
#184511
(24,69,17)
#163E10
(22,62,16)
#14370F
(20,55,15)
#12300E
(18,48,14)
#10290D
(16,41,13)
#0E220C
(14,34,12)
#0C1B0B
(12,27,11)
#0A140A
(10,20,10)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #1C5313

#1C5313
(28,83,19)
#306228
(48,98,40)
#44713D
(68,113,61)
#588052
(88,128,82)
#6C8F67
(108,143,103)
#809E7C
(128,158,124)
#94AD91
(148,173,145)
#A8BCA6
(168,188,166)
#BCCBBB
(188,203,187)
#D0DAD0
(208,218,208)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5313; }

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

This text font color is #1C5313.


Background Color

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

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

This div background color is #1C5313.


Border color

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

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

This div border color is #1C5313.


Opacity

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

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

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

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

This text has shadow with #1C5313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5313 on black background.


Color preview on white background

This text has color #1C5313 on white background.



Black color preview on #1C5313 background

This text has black color on #1C5313 background.


White color preview on #1C5313 background

This text has white color on #1C5313 background.