COLOR #1C5E37

HEX: #1C5E37
RGB: (28,94,55)

Color info

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

RGB color model

#1C5E37 color RGB value is (28,94,55).

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

RGB channels and saturation

R 28 of 255 = 11%
G 94 of 255 = 37%
B 55 of 255 = 22%

28
94
55

R + G + B ~ 23%. #1C5E37 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 94 + 55 = 177 (100%)
R 28 of 177 ~ 15.82%
G 94 of 177 ~ 53.11%
B 55 of 177 ~ 31.07%

%15.82
%53.11
%31.07

CMYK color model

#1C5E37 color CMYK value is (70,0,41,63).

  • cyan value is 70.21%
  • magenta value is 0.00%
  • yellow value is 41.49%
  • key color value is 63.14%
CMYK:
(70,0,41,63)
C70M0Y41K63 
(70%,0%,41%,63%)
(0.70/0.00/0.41/0.63)	

CMYK percentages

%70.21
%0
%41.49
%63.14

Codes

Color #1C5E37 in popluar color models

1C5E37
RGB289455
HSL145°54.10%23.92%
HSB/HSV145°70.21%36.86%
CMYK70.21%0.00%41.49%
63.14%

Color #1C5E37 in popluar number systems.

HEX1C5E37
Decimal289455
Binary111001011110110111
Octal3413667

Shades and tints

Shades of #1C5E37

#1C5E37
(28,94,55)
#1A5632
(26,86,50)
#184E2D
(24,78,45)
#164628
(22,70,40)
#143E23
(20,62,35)
#12361E
(18,54,30)
#102E19
(16,46,25)
#0E2614
(14,38,20)
#0C1E0F
(12,30,15)
#0A160A
(10,22,10)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #1C5E37

#1C5E37
(28,94,55)
#306C49
(48,108,73)
#447A5B
(68,122,91)
#58886D
(88,136,109)
#6C967F
(108,150,127)
#80A491
(128,164,145)
#94B2A3
(148,178,163)
#A8C0B5
(168,192,181)
#BCCEC7
(188,206,199)
#D0DCD9
(208,220,217)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5E37; }

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

This text font color is #1C5E37.


Background Color

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

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

This div background color is #1C5E37.


Border color

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

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

This div border color is #1C5E37.


Opacity

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

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

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

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

This text has shadow with #1C5E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5E37 on black background.


Color preview on white background

This text has color #1C5E37 on white background.



Black color preview on #1C5E37 background

This text has black color on #1C5E37 background.


White color preview on #1C5E37 background

This text has white color on #1C5E37 background.