COLOR #1C5721

HEX: #1C5721
RGB: (28,87,33)

Color info

#1C5721 contains red, green and blue colors in about the same proportion. Web safe color of #1C5721 is #336633 (or #363).

RGB color model

#1C5721 color RGB value is (28,87,33).

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

RGB channels and saturation

R 28 of 255 = 11%
G 87 of 255 = 34%
B 33 of 255 = 13%

28
87
33

R + G + B ~ 19%. #1C5721 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 87 + 33 = 148 (100%)
R 28 of 148 ~ 18.92%
G 87 of 148 ~ 58.78%
B 33 of 148 ~ 22.3%

%18.92
%58.78
%22.3

CMYK color model

#1C5721 color CMYK value is (68,0,62,66).

  • cyan value is 67.82%
  • magenta value is 0.00%
  • yellow value is 62.07%
  • key color value is 65.88%
CMYK:
(68,0,62,66)
C68M0Y62K66 
(68%,0%,62%,66%)
(0.68/0.00/0.62/0.66)	

CMYK percentages

%67.82
%0
%62.07
%65.88

Codes

Color #1C5721 in popluar color models

1C5721
RGB288733
HSL125°51.30%22.55%
HSB/HSV125°67.82%34.12%
CMYK67.82%0.00%62.07%
65.88%

Color #1C5721 in popluar number systems.

HEX1C5721
Decimal288733
Binary111001010111100001
Octal3412741

Shades and tints

Shades of #1C5721

#1C5721
(28,87,33)
#1A501E
(26,80,30)
#18491B
(24,73,27)
#164218
(22,66,24)
#143B15
(20,59,21)
#123412
(18,52,18)
#102D0F
(16,45,15)
#0E260C
(14,38,12)
#0C1F09
(12,31,9)
#0A1806
(10,24,6)
#081103
(8,17,3)
#000000
(0,0,0)

Tints of #1C5721

#1C5721
(28,87,33)
#306635
(48,102,53)
#447549
(68,117,73)
#58845D
(88,132,93)
#6C9371
(108,147,113)
#80A285
(128,162,133)
#94B199
(148,177,153)
#A8C0AD
(168,192,173)
#BCCFC1
(188,207,193)
#D0DED5
(208,222,213)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5721; }

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

This text font color is #1C5721.


Background Color

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

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

This div background color is #1C5721.


Border color

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

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

This div border color is #1C5721.


Opacity

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

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

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

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

This text has shadow with #1C5721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5721 on black background.


Color preview on white background

This text has color #1C5721 on white background.



Black color preview on #1C5721 background

This text has black color on #1C5721 background.


White color preview on #1C5721 background

This text has white color on #1C5721 background.