COLOR #1D7F55

HEX: #1D7F55
RGB: (29,127,85)

Color info

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

RGB color model

#1D7F55 color RGB value is (29,127,85).

  • red value is 29;
  • green value is 127;
  • blue value is 85.
RGB:
(29,127,85)
(11%,50%,33%)

RGB channels and saturation

R 29 of 255 = 11%
G 127 of 255 = 50%
B 85 of 255 = 33%

29
127
85

R + G + B ~ 31%. #1D7F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 127 + 85 = 241 (100%)
R 29 of 241 ~ 12.03%
G 127 of 241 ~ 52.7%
B 85 of 241 ~ 35.27%

%12.03
%52.7
%35.27

CMYK color model

#1D7F55 color CMYK value is (77,0,33,50).

  • cyan value is 77.17%
  • magenta value is 0.00%
  • yellow value is 33.07%
  • key color value is 50.20%
CMYK:
(77,0,33,50)
C77M0Y33K50 
(77%,0%,33%,50%)
(0.77/0.00/0.33/0.50)	

CMYK percentages

%77.17
%0
%33.07
%50.2

Codes

Color #1D7F55 in popluar color models

1D7F55
RGB2912785
HSL154°62.82%30.59%
HSB/HSV154°77.17%49.80%
CMYK77.17%0.00%33.07%
50.20%

Color #1D7F55 in popluar number systems.

HEX1D7F55
Decimal2912785
Binary1110111111111010101
Octal35177125

Shades and tints

Shades of #1D7F55

#1D7F55
(29,127,85)
#1B744E
(27,116,78)
#196947
(25,105,71)
#175E40
(23,94,64)
#155339
(21,83,57)
#134832
(19,72,50)
#113D2B
(17,61,43)
#0F3224
(15,50,36)
#0D271D
(13,39,29)
#0B1C16
(11,28,22)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #1D7F55

#1D7F55
(29,127,85)
#318A64
(49,138,100)
#459573
(69,149,115)
#59A082
(89,160,130)
#6DAB91
(109,171,145)
#81B6A0
(129,182,160)
#95C1AF
(149,193,175)
#A9CCBE
(169,204,190)
#BDD7CD
(189,215,205)
#D1E2DC
(209,226,220)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D7F55 color. Also use rgb(29,127,85) instead hex code.

Text Font Color

.myTextColor { color: #1D7F55; }

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

This text font color is #1D7F55.


Background Color

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

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

This div background color is #1D7F55.


Border color

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

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

This div border color is #1D7F55.


Opacity

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

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

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

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

This text has shadow with #1D7F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D7F55 on black background.


Color preview on white background

This text has color #1D7F55 on white background.



Black color preview on #1D7F55 background

This text has black color on #1D7F55 background.


White color preview on #1D7F55 background

This text has white color on #1D7F55 background.