COLOR #1C5C30

HEX: #1C5C30
RGB: (28,92,48)

Color info

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

RGB color model

#1C5C30 color RGB value is (28,92,48).

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

RGB channels and saturation

R 28 of 255 = 11%
G 92 of 255 = 36%
B 48 of 255 = 19%

28
92
48

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

Portions of RGB colors in percentages

R + G + B =
28 + 92 + 48 = 168 (100%)
R 28 of 168 ~ 16.67%
G 92 of 168 ~ 54.76%
B 48 of 168 ~ 28.57%

%16.67
%54.76
%28.57

CMYK color model

#1C5C30 color CMYK value is (70,0,48,64).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 63.92%
CMYK:
(70,0,48,64)
C70M0Y48K64 
(70%,0%,48%,64%)
(0.70/0.00/0.48/0.64)	

CMYK percentages

%69.57
%0
%47.83
%63.92

Codes

Color #1C5C30 in popluar color models

1C5C30
RGB289248
HSL139°53.33%23.53%
HSB/HSV139°69.57%36.08%
CMYK69.57%0.00%47.83%
63.92%

Color #1C5C30 in popluar number systems.

HEX1C5C30
Decimal289248
Binary111001011100110000
Octal3413460

Shades and tints

Shades of #1C5C30

#1C5C30
(28,92,48)
#1A542C
(26,84,44)
#184C28
(24,76,40)
#164424
(22,68,36)
#143C20
(20,60,32)
#12341C
(18,52,28)
#102C18
(16,44,24)
#0E2414
(14,36,20)
#0C1C10
(12,28,16)
#0A140C
(10,20,12)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #1C5C30

#1C5C30
(28,92,48)
#306A42
(48,106,66)
#447854
(68,120,84)
#588666
(88,134,102)
#6C9478
(108,148,120)
#80A28A
(128,162,138)
#94B09C
(148,176,156)
#A8BEAE
(168,190,174)
#BCCCC0
(188,204,192)
#D0DAD2
(208,218,210)
#E4E8E4
(228,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5C30; }

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

This text font color is #1C5C30.


Background Color

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

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

This div background color is #1C5C30.


Border color

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

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

This div border color is #1C5C30.


Opacity

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

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

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

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

This text has shadow with #1C5C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5C30 on black background.


Color preview on white background

This text has color #1C5C30 on white background.



Black color preview on #1C5C30 background

This text has black color on #1C5C30 background.


White color preview on #1C5C30 background

This text has white color on #1C5C30 background.