COLOR #1C4321

HEX: #1C4321
RGB: (28,67,33)

Color info

#1C4321 contains red, green and blue colors in about the same proportion. Web safe color of #1C4321 is #333333 (or #333).

RGB color model

#1C4321 color RGB value is (28,67,33).

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

RGB channels and saturation

R 28 of 255 = 11%
G 67 of 255 = 26%
B 33 of 255 = 13%

28
67
33

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

Portions of RGB colors in percentages

R + G + B =
28 + 67 + 33 = 128 (100%)
R 28 of 128 ~ 21.88%
G 67 of 128 ~ 52.34%
B 33 of 128 ~ 25.78%

%21.88
%52.34
%25.78

CMYK color model

#1C4321 color CMYK value is (58,0,51,74).

  • cyan value is 58.21%
  • magenta value is 0.00%
  • yellow value is 50.75%
  • key color value is 73.73%
CMYK:
(58,0,51,74)
C58M0Y51K74 
(58%,0%,51%,74%)
(0.58/0.00/0.51/0.74)	

CMYK percentages

%58.21
%0
%50.75
%73.73

Codes

Color #1C4321 in popluar color models

1C4321
RGB286733
HSL128°41.05%18.63%
HSB/HSV128°58.21%26.27%
CMYK58.21%0.00%50.75%
73.73%

Color #1C4321 in popluar number systems.

HEX1C4321
Decimal286733
Binary111001000011100001
Octal3410341

Shades and tints

Shades of #1C4321

#1C4321
(28,67,33)
#1A3D1E
(26,61,30)
#18371B
(24,55,27)
#163118
(22,49,24)
#142B15
(20,43,21)
#122512
(18,37,18)
#101F0F
(16,31,15)
#0E190C
(14,25,12)
#0C1309
(12,19,9)
#0A0D06
(10,13,6)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #1C4321

#1C4321
(28,67,33)
#305435
(48,84,53)
#446549
(68,101,73)
#58765D
(88,118,93)
#6C8771
(108,135,113)
#809885
(128,152,133)
#94A999
(148,169,153)
#A8BAAD
(168,186,173)
#BCCBC1
(188,203,193)
#D0DCD5
(208,220,213)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4321; }

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

This text font color is #1C4321.


Background Color

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

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

This div background color is #1C4321.


Border color

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

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

This div border color is #1C4321.


Opacity

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

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

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

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

This text has shadow with #1C4321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4321 on black background.


Color preview on white background

This text has color #1C4321 on white background.



Black color preview on #1C4321 background

This text has black color on #1C4321 background.


White color preview on #1C4321 background

This text has white color on #1C4321 background.