COLOR #1C4613

HEX: #1C4613
RGB: (28,70,19)

Color info

#1C4613 contains red, green and blue colors in about the same proportion. Web safe color of #1C4613 is #333300 (or #330).

RGB color model

#1C4613 color RGB value is (28,70,19).

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

RGB channels and saturation

R 28 of 255 = 11%
G 70 of 255 = 27%
B 19 of 255 = 7%

28
70
19

R + G + B ~ 15%. #1C4613 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 70 + 19 = 117 (100%)
R 28 of 117 ~ 23.93%
G 70 of 117 ~ 59.83%
B 19 of 117 ~ 16.24%

%23.93
%59.83
%16.24

CMYK color model

#1C4613 color CMYK value is (60,0,73,73).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 72.86%
  • key color value is 72.55%
CMYK:
(60,0,73,73)
C60M0Y73K73 
(60%,0%,73%,73%)
(0.60/0.00/0.73/0.73)	

CMYK percentages

%60
%0
%72.86
%72.55

Codes

Color #1C4613 in popluar color models

1C4613
RGB287019
HSL109°57.30%17.45%
HSB/HSV109°72.86%27.45%
CMYK60.00%0.00%72.86%
72.55%

Color #1C4613 in popluar number systems.

HEX1C4613
Decimal287019
Binary11100100011010011
Octal3410623

Shades and tints

Shades of #1C4613

#1C4613
(28,70,19)
#1A4012
(26,64,18)
#183A11
(24,58,17)
#163410
(22,52,16)
#142E0F
(20,46,15)
#12280E
(18,40,14)
#10220D
(16,34,13)
#0E1C0C
(14,28,12)
#0C160B
(12,22,11)
#0A100A
(10,16,10)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #1C4613

#1C4613
(28,70,19)
#305628
(48,86,40)
#44663D
(68,102,61)
#587652
(88,118,82)
#6C8667
(108,134,103)
#80967C
(128,150,124)
#94A691
(148,166,145)
#A8B6A6
(168,182,166)
#BCC6BB
(188,198,187)
#D0D6D0
(208,214,208)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4613; }

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

This text font color is #1C4613.


Background Color

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

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

This div background color is #1C4613.


Border color

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

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

This div border color is #1C4613.


Opacity

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

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

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

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

This text has shadow with #1C4613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4613 on black background.


Color preview on white background

This text has color #1C4613 on white background.



Black color preview on #1C4613 background

This text has black color on #1C4613 background.


White color preview on #1C4613 background

This text has white color on #1C4613 background.