COLOR #1C5537

HEX: #1C5537
RGB: (28,85,55)

Color info

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

RGB color model

#1C5537 color RGB value is (28,85,55).

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

RGB channels and saturation

R 28 of 255 = 11%
G 85 of 255 = 33%
B 55 of 255 = 22%

28
85
55

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

Portions of RGB colors in percentages

R + G + B =
28 + 85 + 55 = 168 (100%)
R 28 of 168 ~ 16.67%
G 85 of 168 ~ 50.6%
B 55 of 168 ~ 32.74%

%16.67
%50.6
%32.74

CMYK color model

#1C5537 color CMYK value is (67,0,35,67).

  • cyan value is 67.06%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(67,0,35,67)
C67M0Y35K67 
(67%,0%,35%,67%)
(0.67/0.00/0.35/0.67)	

CMYK percentages

%67.06
%0
%35.29
%66.67

Codes

Color #1C5537 in popluar color models

1C5537
RGB288555
HSL148°50.44%22.16%
HSB/HSV148°67.06%33.33%
CMYK67.06%0.00%35.29%
66.67%

Color #1C5537 in popluar number systems.

HEX1C5537
Decimal288555
Binary111001010101110111
Octal3412567

Shades and tints

Shades of #1C5537

#1C5537
(28,85,55)
#1A4E32
(26,78,50)
#18472D
(24,71,45)
#164028
(22,64,40)
#143923
(20,57,35)
#12321E
(18,50,30)
#102B19
(16,43,25)
#0E2414
(14,36,20)
#0C1D0F
(12,29,15)
#0A160A
(10,22,10)
#080F05
(8,15,5)
#000000
(0,0,0)

Tints of #1C5537

#1C5537
(28,85,55)
#306449
(48,100,73)
#44735B
(68,115,91)
#58826D
(88,130,109)
#6C917F
(108,145,127)
#80A091
(128,160,145)
#94AFA3
(148,175,163)
#A8BEB5
(168,190,181)
#BCCDC7
(188,205,199)
#D0DCD9
(208,220,217)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5537 color. Also use rgb(28,85,55) instead hex code.

Text Font Color

.myTextColor { color: #1C5537; }

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

This text font color is #1C5537.


Background Color

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

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

This div background color is #1C5537.


Border color

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

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

This div border color is #1C5537.


Opacity

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

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

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

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

This text has shadow with #1C5537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5537 on black background.


Color preview on white background

This text has color #1C5537 on white background.



Black color preview on #1C5537 background

This text has black color on #1C5537 background.


White color preview on #1C5537 background

This text has white color on #1C5537 background.