COLOR #1C5C42

HEX: #1C5C42
RGB: (28,92,66)

Color info

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

RGB color model

#1C5C42 color RGB value is (28,92,66).

  • red value is 28;
  • green value is 92;
  • blue value is 66.
RGB:
(28,92,66)
(11%,36%,26%)

RGB channels and saturation

R 28 of 255 = 11%
G 92 of 255 = 36%
B 66 of 255 = 26%

28
92
66

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

Portions of RGB colors in percentages

R + G + B =
28 + 92 + 66 = 186 (100%)
R 28 of 186 ~ 15.05%
G 92 of 186 ~ 49.46%
B 66 of 186 ~ 35.48%

%15.05
%49.46
%35.48

CMYK color model

#1C5C42 color CMYK value is (70,0,28,64).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 63.92%
CMYK:
(70,0,28,64)
C70M0Y28K64 
(70%,0%,28%,64%)
(0.70/0.00/0.28/0.64)	

CMYK percentages

%69.57
%0
%28.26
%63.92

Codes

Color #1C5C42 in popluar color models

1C5C42
RGB289266
HSL156°53.33%23.53%
HSB/HSV156°69.57%36.08%
CMYK69.57%0.00%28.26%
63.92%

Color #1C5C42 in popluar number systems.

HEX1C5C42
Decimal289266
Binary1110010111001000010
Octal34134102

Shades and tints

Shades of #1C5C42

#1C5C42
(28,92,66)
#1A543C
(26,84,60)
#184C36
(24,76,54)
#164430
(22,68,48)
#143C2A
(20,60,42)
#123424
(18,52,36)
#102C1E
(16,44,30)
#0E2418
(14,36,24)
#0C1C12
(12,28,18)
#0A140C
(10,20,12)
#080C06
(8,12,6)
#000000
(0,0,0)

Tints of #1C5C42

#1C5C42
(28,92,66)
#306A53
(48,106,83)
#447864
(68,120,100)
#588675
(88,134,117)
#6C9486
(108,148,134)
#80A297
(128,162,151)
#94B0A8
(148,176,168)
#A8BEB9
(168,190,185)
#BCCCCA
(188,204,202)
#D0DADB
(208,218,219)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5C42 color. Also use rgb(28,92,66) instead hex code.

Text Font Color

.myTextColor { color: #1C5C42; }

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

This text font color is #1C5C42.


Background Color

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

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

This div background color is #1C5C42.


Border color

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

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

This div border color is #1C5C42.


Opacity

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

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

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

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

This text has shadow with #1C5C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5C42 on black background.


Color preview on white background

This text has color #1C5C42 on white background.



Black color preview on #1C5C42 background

This text has black color on #1C5C42 background.


White color preview on #1C5C42 background

This text has white color on #1C5C42 background.