COLOR #1C5A48

HEX: #1C5A48
RGB: (28,90,72)

Color info

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

RGB color model

#1C5A48 color RGB value is (28,90,72).

  • red value is 28;
  • green value is 90;
  • blue value is 72.
RGB:
(28,90,72)
(11%,35%,28%)

RGB channels and saturation

R 28 of 255 = 11%
G 90 of 255 = 35%
B 72 of 255 = 28%

28
90
72

R + G + B ~ 25%. #1C5A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 90 + 72 = 190 (100%)
R 28 of 190 ~ 14.74%
G 90 of 190 ~ 47.37%
B 72 of 190 ~ 37.89%

%14.74
%47.37
%37.89

CMYK color model

#1C5A48 color CMYK value is (69,0,20,65).

  • cyan value is 68.89%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 64.71%
CMYK:
(69,0,20,65)
C69M0Y20K65 
(69%,0%,20%,65%)
(0.69/0.00/0.20/0.65)	

CMYK percentages

%68.89
%0
%20
%64.71

Codes

Color #1C5A48 in popluar color models

1C5A48
RGB289072
HSL163°52.54%23.14%
HSB/HSV163°68.89%35.29%
CMYK68.89%0.00%20.00%
64.71%

Color #1C5A48 in popluar number systems.

HEX1C5A48
Decimal289072
Binary1110010110101001000
Octal34132110

Shades and tints

Shades of #1C5A48

#1C5A48
(28,90,72)
#1A5242
(26,82,66)
#184A3C
(24,74,60)
#164236
(22,66,54)
#143A30
(20,58,48)
#12322A
(18,50,42)
#102A24
(16,42,36)
#0E221E
(14,34,30)
#0C1A18
(12,26,24)
#0A1212
(10,18,18)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #1C5A48

#1C5A48
(28,90,72)
#306958
(48,105,88)
#447868
(68,120,104)
#588778
(88,135,120)
#6C9688
(108,150,136)
#80A598
(128,165,152)
#94B4A8
(148,180,168)
#A8C3B8
(168,195,184)
#BCD2C8
(188,210,200)
#D0E1D8
(208,225,216)
#E4F0E8
(228,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5A48 color. Also use rgb(28,90,72) instead hex code.

Text Font Color

.myTextColor { color: #1C5A48; }

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

This text font color is #1C5A48.


Background Color

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

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

This div background color is #1C5A48.


Border color

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

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

This div border color is #1C5A48.


Opacity

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

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

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

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

This text has shadow with #1C5A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5A48 on black background.


Color preview on white background

This text has color #1C5A48 on white background.



Black color preview on #1C5A48 background

This text has black color on #1C5A48 background.


White color preview on #1C5A48 background

This text has white color on #1C5A48 background.