COLOR #1C5B29

HEX: #1C5B29
RGB: (28,91,41)

Color info

#1C5B29 contains mainly green and blue colors. Web safe color of #1C5B29 is #336633 (or #363).

RGB color model

#1C5B29 color RGB value is (28,91,41).

  • red value is 28;
  • green value is 91;
  • blue value is 41.
RGB:
(28,91,41)
(11%,36%,16%)

RGB channels and saturation

R 28 of 255 = 11%
G 91 of 255 = 36%
B 41 of 255 = 16%

28
91
41

R + G + B ~ 21%. #1C5B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 91 + 41 = 160 (100%)
R 28 of 160 ~ 17.5%
G 91 of 160 ~ 56.88%
B 41 of 160 ~ 25.63%

%17.5
%56.88
%25.63

CMYK color model

#1C5B29 color CMYK value is (69,0,55,64).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 54.95%
  • key color value is 64.31%
CMYK:
(69,0,55,64)
C69M0Y55K64 
(69%,0%,55%,64%)
(0.69/0.00/0.55/0.64)	

CMYK percentages

%69.23
%0
%54.95
%64.31

Codes

Color #1C5B29 in popluar color models

1C5B29
RGB289141
HSL132°52.94%23.33%
HSB/HSV132°69.23%35.69%
CMYK69.23%0.00%54.95%
64.31%

Color #1C5B29 in popluar number systems.

HEX1C5B29
Decimal289141
Binary111001011011101001
Octal3413351

Shades and tints

Shades of #1C5B29

#1C5B29
(28,91,41)
#1A5326
(26,83,38)
#184B23
(24,75,35)
#164320
(22,67,32)
#143B1D
(20,59,29)
#12331A
(18,51,26)
#102B17
(16,43,23)
#0E2314
(14,35,20)
#0C1B11
(12,27,17)
#0A130E
(10,19,14)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #1C5B29

#1C5B29
(28,91,41)
#30693C
(48,105,60)
#44774F
(68,119,79)
#588562
(88,133,98)
#6C9375
(108,147,117)
#80A188
(128,161,136)
#94AF9B
(148,175,155)
#A8BDAE
(168,189,174)
#BCCBC1
(188,203,193)
#D0D9D4
(208,217,212)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5B29 color. Also use rgb(28,91,41) instead hex code.

Text Font Color

.myTextColor { color: #1C5B29; }

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

This text font color is #1C5B29.


Background Color

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

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

This div background color is #1C5B29.


Border color

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

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

This div border color is #1C5B29.


Opacity

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

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

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

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

This text has shadow with #1C5B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5B29 on black background.


Color preview on white background

This text has color #1C5B29 on white background.



Black color preview on #1C5B29 background

This text has black color on #1C5B29 background.


White color preview on #1C5B29 background

This text has white color on #1C5B29 background.