COLOR #1D7C5C

HEX: #1D7C5C
RGB: (29,124,92)

Color info

#1D7C5C contains mainly green and blue colors. Web safe color of #1D7C5C is #336666 (or #366).

RGB color model

#1D7C5C color RGB value is (29,124,92).

  • red value is 29;
  • green value is 124;
  • blue value is 92.
RGB:
(29,124,92)
(11%,49%,36%)

RGB channels and saturation

R 29 of 255 = 11%
G 124 of 255 = 49%
B 92 of 255 = 36%

29
124
92

R + G + B ~ 32%. #1D7C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 124 + 92 = 245 (100%)
R 29 of 245 ~ 11.84%
G 124 of 245 ~ 50.61%
B 92 of 245 ~ 37.55%

%11.84
%50.61
%37.55

CMYK color model

#1D7C5C color CMYK value is (77,0,26,51).

  • cyan value is 76.61%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 51.37%
CMYK:
(77,0,26,51)
C77M0Y26K51 
(77%,0%,26%,51%)
(0.77/0.00/0.26/0.51)	

CMYK percentages

%76.61
%0
%25.81
%51.37

Codes

Color #1D7C5C in popluar color models

1D7C5C
RGB2912492
HSL160°62.09%30.00%
HSB/HSV160°76.61%48.63%
CMYK76.61%0.00%25.81%
51.37%

Color #1D7C5C in popluar number systems.

HEX1D7C5C
Decimal2912492
Binary1110111111001011100
Octal35174134

Shades and tints

Shades of #1D7C5C

#1D7C5C
(29,124,92)
#1B7154
(27,113,84)
#19664C
(25,102,76)
#175B44
(23,91,68)
#15503C
(21,80,60)
#134534
(19,69,52)
#113A2C
(17,58,44)
#0F2F24
(15,47,36)
#0D241C
(13,36,28)
#0B1914
(11,25,20)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #1D7C5C

#1D7C5C
(29,124,92)
#31876A
(49,135,106)
#459278
(69,146,120)
#599D86
(89,157,134)
#6DA894
(109,168,148)
#81B3A2
(129,179,162)
#95BEB0
(149,190,176)
#A9C9BE
(169,201,190)
#BDD4CC
(189,212,204)
#D1DFDA
(209,223,218)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D7C5C color. Also use rgb(29,124,92) instead hex code.

Text Font Color

.myTextColor { color: #1D7C5C; }

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

This text font color is #1D7C5C.


Background Color

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

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

This div background color is #1D7C5C.


Border color

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

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

This div border color is #1D7C5C.


Opacity

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

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

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

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

This text has shadow with #1D7C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D7C5C on black background.


Color preview on white background

This text has color #1D7C5C on white background.



Black color preview on #1D7C5C background

This text has black color on #1D7C5C background.


White color preview on #1D7C5C background

This text has white color on #1D7C5C background.