COLOR #1D6755

HEX: #1D6755
RGB: (29,103,85)

Color info

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

RGB color model

#1D6755 color RGB value is (29,103,85).

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

RGB channels and saturation

R 29 of 255 = 11%
G 103 of 255 = 40%
B 85 of 255 = 33%

29
103
85

R + G + B ~ 28%. #1D6755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 103 + 85 = 217 (100%)
R 29 of 217 ~ 13.36%
G 103 of 217 ~ 47.47%
B 85 of 217 ~ 39.17%

%13.36
%47.47
%39.17

CMYK color model

#1D6755 color CMYK value is (72,0,17,60).

  • cyan value is 71.84%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 59.61%
CMYK:
(72,0,17,60)
C72M0Y17K60 
(72%,0%,17%,60%)
(0.72/0.00/0.17/0.60)	

CMYK percentages

%71.84
%0
%17.48
%59.61

Codes

Color #1D6755 in popluar color models

1D6755
RGB2910385
HSL165°56.06%25.88%
HSB/HSV165°71.84%40.39%
CMYK71.84%0.00%17.48%
59.61%

Color #1D6755 in popluar number systems.

HEX1D6755
Decimal2910385
Binary1110111001111010101
Octal35147125

Shades and tints

Shades of #1D6755

#1D6755
(29,103,85)
#1B5E4E
(27,94,78)
#195547
(25,85,71)
#174C40
(23,76,64)
#154339
(21,67,57)
#133A32
(19,58,50)
#11312B
(17,49,43)
#0F2824
(15,40,36)
#0D1F1D
(13,31,29)
#0B1616
(11,22,22)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #1D6755

#1D6755
(29,103,85)
#317464
(49,116,100)
#458173
(69,129,115)
#598E82
(89,142,130)
#6D9B91
(109,155,145)
#81A8A0
(129,168,160)
#95B5AF
(149,181,175)
#A9C2BE
(169,194,190)
#BDCFCD
(189,207,205)
#D1DCDC
(209,220,220)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D6755; }

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

This text font color is #1D6755.


Background Color

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

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

This div background color is #1D6755.


Border color

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

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

This div border color is #1D6755.


Opacity

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

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

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

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

This text has shadow with #1D6755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D6755 on black background.


Color preview on white background

This text has color #1D6755 on white background.



Black color preview on #1D6755 background

This text has black color on #1D6755 background.


White color preview on #1D6755 background

This text has white color on #1D6755 background.