COLOR #1C5D3D

HEX: #1C5D3D
RGB: (28,93,61)

Color info

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

RGB color model

#1C5D3D color RGB value is (28,93,61).

  • red value is 28;
  • green value is 93;
  • blue value is 61.
RGB:
(28,93,61)
(11%,36%,24%)

RGB channels and saturation

R 28 of 255 = 11%
G 93 of 255 = 36%
B 61 of 255 = 24%

28
93
61

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

Portions of RGB colors in percentages

R + G + B =
28 + 93 + 61 = 182 (100%)
R 28 of 182 ~ 15.38%
G 93 of 182 ~ 51.1%
B 61 of 182 ~ 33.52%

%15.38
%51.1
%33.52

CMYK color model

#1C5D3D color CMYK value is (70,0,34,64).

  • cyan value is 69.89%
  • magenta value is 0.00%
  • yellow value is 34.41%
  • key color value is 63.53%
CMYK:
(70,0,34,64)
C70M0Y34K64 
(70%,0%,34%,64%)
(0.70/0.00/0.34/0.64)	

CMYK percentages

%69.89
%0
%34.41
%63.53

Codes

Color #1C5D3D in popluar color models

1C5D3D
RGB289361
HSL150°53.72%23.73%
HSB/HSV150°69.89%36.47%
CMYK69.89%0.00%34.41%
63.53%

Color #1C5D3D in popluar number systems.

HEX1C5D3D
Decimal289361
Binary111001011101111101
Octal3413575

Shades and tints

Shades of #1C5D3D

#1C5D3D
(28,93,61)
#1A5538
(26,85,56)
#184D33
(24,77,51)
#16452E
(22,69,46)
#143D29
(20,61,41)
#123524
(18,53,36)
#102D1F
(16,45,31)
#0E251A
(14,37,26)
#0C1D15
(12,29,21)
#0A1510
(10,21,16)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #1C5D3D

#1C5D3D
(28,93,61)
#306B4E
(48,107,78)
#44795F
(68,121,95)
#588770
(88,135,112)
#6C9581
(108,149,129)
#80A392
(128,163,146)
#94B1A3
(148,177,163)
#A8BFB4
(168,191,180)
#BCCDC5
(188,205,197)
#D0DBD6
(208,219,214)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5D3D color. Also use rgb(28,93,61) instead hex code.

Text Font Color

.myTextColor { color: #1C5D3D; }

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

This text font color is #1C5D3D.


Background Color

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

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

This div background color is #1C5D3D.


Border color

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

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

This div border color is #1C5D3D.


Opacity

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

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

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

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

This text has shadow with #1C5D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5D3D on black background.


Color preview on white background

This text has color #1C5D3D on white background.



Black color preview on #1C5D3D background

This text has black color on #1C5D3D background.


White color preview on #1C5D3D background

This text has white color on #1C5D3D background.