COLOR #1C5339

HEX: #1C5339
RGB: (28,83,57)

Color info

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

RGB color model

#1C5339 color RGB value is (28,83,57).

  • red value is 28;
  • green value is 83;
  • blue value is 57.
RGB:
(28,83,57)
(11%,33%,22%)

RGB channels and saturation

R 28 of 255 = 11%
G 83 of 255 = 33%
B 57 of 255 = 22%

28
83
57

R + G + B ~ 22%. #1C5339 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 83 + 57 = 168 (100%)
R 28 of 168 ~ 16.67%
G 83 of 168 ~ 49.4%
B 57 of 168 ~ 33.93%

%16.67
%49.4
%33.93

CMYK color model

#1C5339 color CMYK value is (66,0,31,67).

  • cyan value is 66.27%
  • magenta value is 0.00%
  • yellow value is 31.33%
  • key color value is 67.45%
CMYK:
(66,0,31,67)
C66M0Y31K67 
(66%,0%,31%,67%)
(0.66/0.00/0.31/0.67)	

CMYK percentages

%66.27
%0
%31.33
%67.45

Codes

Color #1C5339 in popluar color models

1C5339
RGB288357
HSL152°49.55%21.76%
HSB/HSV152°66.27%32.55%
CMYK66.27%0.00%31.33%
67.45%

Color #1C5339 in popluar number systems.

HEX1C5339
Decimal288357
Binary111001010011111001
Octal3412371

Shades and tints

Shades of #1C5339

#1C5339
(28,83,57)
#1A4C34
(26,76,52)
#18452F
(24,69,47)
#163E2A
(22,62,42)
#143725
(20,55,37)
#123020
(18,48,32)
#10291B
(16,41,27)
#0E2216
(14,34,22)
#0C1B11
(12,27,17)
#0A140C
(10,20,12)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #1C5339

#1C5339
(28,83,57)
#30624B
(48,98,75)
#44715D
(68,113,93)
#58806F
(88,128,111)
#6C8F81
(108,143,129)
#809E93
(128,158,147)
#94ADA5
(148,173,165)
#A8BCB7
(168,188,183)
#BCCBC9
(188,203,201)
#D0DADB
(208,218,219)
#E4E9ED
(228,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5339 color. Also use rgb(28,83,57) instead hex code.

Text Font Color

.myTextColor { color: #1C5339; }

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

This text font color is #1C5339.


Background Color

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

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

This div background color is #1C5339.


Border color

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

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

This div border color is #1C5339.


Opacity

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

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

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

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

This text has shadow with #1C5339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5339 on black background.


Color preview on white background

This text has color #1C5339 on white background.



Black color preview on #1C5339 background

This text has black color on #1C5339 background.


White color preview on #1C5339 background

This text has white color on #1C5339 background.