COLOR #1C5E3C

HEX: #1C5E3C RGB: (28,94,60)

Color info

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

RGB color model

#1C5E3C color RGB value is (28,94,60).

RGB: (28,94,60) (11%, 37%, 24%)

RGB channels and saturation

R 28 of 255 = 11%
G 94 of 255 = 37%
B 60 of 255 = 24%

28
94
60

R + G + B ~ 24%. #1C5E3C is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 94 + 60 = 182 (100%)
R 28 of 182 ~ 15.38%
G 94 of 182 ~ 51.65%
B 60 of 182 ~ 32.97'%

%15.38
%51.65
%32.97

CMYK color model

#1C5E3C color CMYK value is (70,0,36,63).

  • cyan value is 70.21%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 63.14%

CMYK: (70,0,36,63)
C70M0Y36K63 (70%, 0%, 36%, 63%)
(0.70 / 0.00 / 0.36 / 0.63)

CMYK percentages

%70.21
%0
%36.17
%63.14

Codes

Color #1C5E3C in popluar color models

1C 5E 3C
RGB 28 94 60
HSL 149° 54.10% 23.92%
HSB/HSV 149° 70.21% 36.86%
CMYK 70.21% 0.00% 36.17%
63.14%

Color #1C5E3C in popluar number systems.

HEX 1C 5E 3C
Decimal 28 94 60
Binary 11100 1011110 111100
Octal 34 136 74

Shades and tints

Shades of #1C5E3C

#1C5E3C
(28,94,60)
#1A5637
(26,86,55)
#184E32
(24,78,50)
#16462D
(22,70,45)
#143E28
(20,62,40)
#123623
(18,54,35)
#102E1E
(16,46,30)
#0E2619
(14,38,25)
#0C1E14
(12,30,20)
#0A160F
(10,22,15)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #1C5E3C

#1C5E3C
(28,94,60)
#306C4D
(48,108,77)
#447A5E
(68,122,94)
#58886F
(88,136,111)
#6C9680
(108,150,128)
#80A491
(128,164,145)
#94B2A2
(148,178,162)
#A8C0B3
(168,192,179)
#BCCEC4
(188,206,196)
#D0DCD5
(208,220,213)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5E3C; }

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

This text font color is #1C5E3C.

Background Color

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

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

This div background color is #1C5E3C.

Border color

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

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

This div border color is #1C5E3C.

Opacity

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

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

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

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

This text has shadow with #1C5E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C5E3C.

Preview

Color preview on black background

This text has color #1C5E3C on black background.


Color preview on white background

This text has color #1C5E3C on white background.


Black color preview on #1C5E3C background

This text has black color on #1C5E3C background.


White color preview on #1C5E3C background

This text has white color on #1C5E3C background.


Related colors

Complementary color

Complementary color for #hex is #E3A1C3.


I love getcolorcode.com

Triadic colors

1 #3C1C5E and #5E3C1C with #1C5E3C are triadic colors.

2 #3C5E1C and #5E1C3C with #1C5E3C are triadic colors.