COLOR #1D8C76

HEX: #1D8C76
RGB: (29,140,118)

Color info

#1D8C76 contains mainly green and blue colors. Web safe color of #1D8C76 is #339966 (or #396).

RGB color model

#1D8C76 color RGB value is (29,140,118).

  • red value is 29;
  • green value is 140;
  • blue value is 118.
RGB:
(29,140,118)
(11%,55%,46%)

RGB channels and saturation

R 29 of 255 = 11%
G 140 of 255 = 55%
B 118 of 255 = 46%

29
140
118

R + G + B ~ 37%. #1D8C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 140 + 118 = 287 (100%)
R 29 of 287 ~ 10.1%
G 140 of 287 ~ 48.78%
B 118 of 287 ~ 41.11%

%10.1
%48.78
%41.11

CMYK color model

#1D8C76 color CMYK value is (79,0,16,45).

  • cyan value is 79.29%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 45.10%
CMYK:
(79,0,16,45)
C79M0Y16K45 
(79%,0%,16%,45%)
(0.79/0.00/0.16/0.45)	

CMYK percentages

%79.29
%0
%15.71
%45.1

Codes

Color #1D8C76 in popluar color models

1D8C76
RGB29140118
HSL168°65.68%33.14%
HSB/HSV168°79.29%54.90%
CMYK79.29%0.00%15.71%
45.10%

Color #1D8C76 in popluar number systems.

HEX1D8C76
Decimal29140118
Binary11101100011001110110
Octal35214166

Shades and tints

Shades of #1D8C76

#1D8C76
(29,140,118)
#1B806C
(27,128,108)
#197462
(25,116,98)
#176858
(23,104,88)
#155C4E
(21,92,78)
#135044
(19,80,68)
#11443A
(17,68,58)
#0F3830
(15,56,48)
#0D2C26
(13,44,38)
#0B201C
(11,32,28)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #1D8C76

#1D8C76
(29,140,118)
#319682
(49,150,130)
#45A08E
(69,160,142)
#59AA9A
(89,170,154)
#6DB4A6
(109,180,166)
#81BEB2
(129,190,178)
#95C8BE
(149,200,190)
#A9D2CA
(169,210,202)
#BDDCD6
(189,220,214)
#D1E6E2
(209,230,226)
#E5F0EE
(229,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D8C76 color. Also use rgb(29,140,118) instead hex code.

Text Font Color

.myTextColor { color: #1D8C76; }

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

This text font color is #1D8C76.


Background Color

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

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

This div background color is #1D8C76.


Border color

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

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

This div border color is #1D8C76.


Opacity

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

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

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

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

This text has shadow with #1D8C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D8C76 on black background.


Color preview on white background

This text has color #1D8C76 on white background.



Black color preview on #1D8C76 background

This text has black color on #1D8C76 background.


White color preview on #1D8C76 background

This text has white color on #1D8C76 background.