COLOR #1D6350

HEX: #1D6350 RGB: (29,99,80)

Color info

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

RGB color model

#1D6350 color RGB value is (29,99,80).

RGB: (29,99,80) (11%, 39%, 31%)

RGB channels and saturation

R 29 of 255 = 11%
G 99 of 255 = 39%
B 80 of 255 = 31%

29
99
80

R + G + B ~ 27%. #1D6350 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 99 + 80 = 208 (100%)
R 29 of 208 ~ 13.94%
G 99 of 208 ~ 47.6%
B 80 of 208 ~ 38.46'%

%13.94
%47.6
%38.46

CMYK color model

#1D6350 color CMYK value is (71,0,19,61).

  • cyan value is 70.71%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 61.18%

CMYK: (71,0,19,61)
C71M0Y19K61 (71%, 0%, 19%, 61%)
(0.71 / 0.00 / 0.19 / 0.61)

CMYK percentages

%70.71
%0
%19.19
%61.18

Codes

Color #1D6350 in popluar color models

1D 63 50
RGB 29 99 80
HSL 164° 54.69% 25.10%
HSB/HSV 164° 70.71% 38.82%
CMYK 70.71% 0.00% 19.19%
61.18%

Color #1D6350 in popluar number systems.

HEX 1D 63 50
Decimal 29 99 80
Binary 11101 1100011 1010000
Octal 35 143 120

Shades and tints

Shades of #1D6350

#1D6350
(29,99,80)
#1B5A49
(27,90,73)
#195142
(25,81,66)
#17483B
(23,72,59)
#153F34
(21,63,52)
#13362D
(19,54,45)
#112D26
(17,45,38)
#0F241F
(15,36,31)
#0D1B18
(13,27,24)
#0B1211
(11,18,17)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #1D6350

#1D6350
(29,99,80)
#31715F
(49,113,95)
#457F6E
(69,127,110)
#598D7D
(89,141,125)
#6D9B8C
(109,155,140)
#81A99B
(129,169,155)
#95B7AA
(149,183,170)
#A9C5B9
(169,197,185)
#BDD3C8
(189,211,200)
#D1E1D7
(209,225,215)
#E5EFE6
(229,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D6350 color. Also use rgb(29,99,80) instead hex code.

Text Font Color

.myTextColor { color: #1D6350; }

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

This text font color is #1D6350.

Background Color

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

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

This div background color is #1D6350.

Border color

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

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

This div border color is #1D6350.

Opacity

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

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

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

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

This text has shadow with #1D6350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D6350.

Preview

Color preview on black background

This text has color #1D6350 on black background.


Color preview on white background

This text has color #1D6350 on white background.


Black color preview on #1D6350 background

This text has black color on #1D6350 background.


White color preview on #1D6350 background

This text has white color on #1D6350 background.


Related colors

Complementary color

Complementary color for #hex is #E29CAF.


I love getcolorcode.com

Triadic colors

1 #501D63 and #63501D with #1D6350 are triadic colors.

2 #50631D and #631D50 with #1D6350 are triadic colors.