COLOR #1C4319

HEX: #1C4319
RGB: (28,67,25)

Color info

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

RGB color model

#1C4319 color RGB value is (28,67,25).

  • red value is 28;
  • green value is 67;
  • blue value is 25.
RGB:
(28,67,25)
(11%,26%,10%)

RGB channels and saturation

R 28 of 255 = 11%
G 67 of 255 = 26%
B 25 of 255 = 10%

28
67
25

R + G + B ~ 16%. #1C4319 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 67 + 25 = 120 (100%)
R 28 of 120 ~ 23.33%
G 67 of 120 ~ 55.83%
B 25 of 120 ~ 20.83%

%23.33
%55.83
%20.83

CMYK color model

#1C4319 color CMYK value is (58,0,63,74).

  • cyan value is 58.21%
  • magenta value is 0.00%
  • yellow value is 62.69%
  • key color value is 73.73%
CMYK:
(58,0,63,74)
C58M0Y63K74 
(58%,0%,63%,74%)
(0.58/0.00/0.63/0.74)	

CMYK percentages

%58.21
%0
%62.69
%73.73

Codes

Color #1C4319 in popluar color models

1C4319
RGB286725
HSL116°45.65%18.04%
HSB/HSV116°62.69%26.27%
CMYK58.21%0.00%62.69%
73.73%

Color #1C4319 in popluar number systems.

HEX1C4319
Decimal286725
Binary11100100001111001
Octal3410331

Shades and tints

Shades of #1C4319

#1C4319
(28,67,25)
#1A3D17
(26,61,23)
#183715
(24,55,21)
#163113
(22,49,19)
#142B11
(20,43,17)
#12250F
(18,37,15)
#101F0D
(16,31,13)
#0E190B
(14,25,11)
#0C1309
(12,19,9)
#0A0D07
(10,13,7)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #1C4319

#1C4319
(28,67,25)
#30542D
(48,84,45)
#446541
(68,101,65)
#587655
(88,118,85)
#6C8769
(108,135,105)
#80987D
(128,152,125)
#94A991
(148,169,145)
#A8BAA5
(168,186,165)
#BCCBB9
(188,203,185)
#D0DCCD
(208,220,205)
#E4EDE1
(228,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4319 color. Also use rgb(28,67,25) instead hex code.

Text Font Color

.myTextColor { color: #1C4319; }

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

This text font color is #1C4319.


Background Color

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

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

This div background color is #1C4319.


Border color

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

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

This div border color is #1C4319.


Opacity

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

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

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

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

This text has shadow with #1C4319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4319 on black background.


Color preview on white background

This text has color #1C4319 on white background.



Black color preview on #1C4319 background

This text has black color on #1C4319 background.


White color preview on #1C4319 background

This text has white color on #1C4319 background.