COLOR #1D5751

HEX: #1D5751
RGB: (29,87,81)

Color info

#1D5751 contains red, green and blue colors in about the same proportion. Web safe color of #1D5751 is #336666 (or #366).

RGB color model

#1D5751 color RGB value is (29,87,81).

  • red value is 29;
  • green value is 87;
  • blue value is 81.
RGB:
(29,87,81)
(11%,34%,32%)

RGB channels and saturation

R 29 of 255 = 11%
G 87 of 255 = 34%
B 81 of 255 = 32%

29
87
81

R + G + B ~ 26%. #1D5751 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 87 + 81 = 197 (100%)
R 29 of 197 ~ 14.72%
G 87 of 197 ~ 44.16%
B 81 of 197 ~ 41.12%

%14.72
%44.16
%41.12

CMYK color model

#1D5751 color CMYK value is (67,0,7,66).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 65.88%
CMYK:
(67,0,7,66)
C67M0Y7K66 
(67%,0%,7%,66%)
(0.67/0.00/0.07/0.66)	

CMYK percentages

%66.67
%0
%6.9
%65.88

Codes

Color #1D5751 in popluar color models

1D5751
RGB298781
HSL174°50.00%22.75%
HSB/HSV174°66.67%34.12%
CMYK66.67%0.00%6.90%
65.88%

Color #1D5751 in popluar number systems.

HEX1D5751
Decimal298781
Binary1110110101111010001
Octal35127121

Shades and tints

Shades of #1D5751

#1D5751
(29,87,81)
#1B504A
(27,80,74)
#194943
(25,73,67)
#17423C
(23,66,60)
#153B35
(21,59,53)
#13342E
(19,52,46)
#112D27
(17,45,39)
#0F2620
(15,38,32)
#0D1F19
(13,31,25)
#0B1812
(11,24,18)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #1D5751

#1D5751
(29,87,81)
#316660
(49,102,96)
#45756F
(69,117,111)
#59847E
(89,132,126)
#6D938D
(109,147,141)
#81A29C
(129,162,156)
#95B1AB
(149,177,171)
#A9C0BA
(169,192,186)
#BDCFC9
(189,207,201)
#D1DED8
(209,222,216)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5751 color. Also use rgb(29,87,81) instead hex code.

Text Font Color

.myTextColor { color: #1D5751; }

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

This text font color is #1D5751.


Background Color

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

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

This div background color is #1D5751.


Border color

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

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

This div border color is #1D5751.


Opacity

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

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

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

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

This text has shadow with #1D5751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5751 on black background.


Color preview on white background

This text has color #1D5751 on white background.



Black color preview on #1D5751 background

This text has black color on #1D5751 background.


White color preview on #1D5751 background

This text has white color on #1D5751 background.