COLOR #1D474D

HEX: #1D474D
RGB: (29,71,77)

Color info

#1D474D contains red, green and blue colors in about the same proportion. Web safe color of #1D474D is #333333 (or #333).

RGB color model

#1D474D color RGB value is (29,71,77).

  • red value is 29;
  • green value is 71;
  • blue value is 77.
RGB:
(29,71,77)
(11%,28%,30%)

RGB channels and saturation

R 29 of 255 = 11%
G 71 of 255 = 28%
B 77 of 255 = 30%

29
71
77

R + G + B ~ 23%. #1D474D is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 71 + 77 = 177 (100%)
R 29 of 177 ~ 16.38%
G 71 of 177 ~ 40.11%
B 77 of 177 ~ 43.5%

%16.38
%40.11
%43.5

CMYK color model

#1D474D color CMYK value is (62,8,0,70).

  • cyan value is 62.34%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(62,8,0,70)
C62M8Y0K70 
(62%,8%,0%,70%)
(0.62/0.08/0.00/0.70)	

CMYK percentages

%62.34
%7.79
%0
%69.8

Codes

Color #1D474D in popluar color models

1D474D
RGB297177
HSL188°45.28%20.78%
HSB/HSV188°62.34%30.20%
CMYK62.34%7.79%0.00%
69.80%

Color #1D474D in popluar number systems.

HEX1D474D
Decimal297177
Binary1110110001111001101
Octal35107115

Shades and tints

Shades of #1D474D

#1D474D
(29,71,77)
#1B4146
(27,65,70)
#193B3F
(25,59,63)
#173538
(23,53,56)
#152F31
(21,47,49)
#13292A
(19,41,42)
#112323
(17,35,35)
#0F1D1C
(15,29,28)
#0D1715
(13,23,21)
#0B110E
(11,17,14)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #1D474D

#1D474D
(29,71,77)
#31575D
(49,87,93)
#45676D
(69,103,109)
#59777D
(89,119,125)
#6D878D
(109,135,141)
#81979D
(129,151,157)
#95A7AD
(149,167,173)
#A9B7BD
(169,183,189)
#BDC7CD
(189,199,205)
#D1D7DD
(209,215,221)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D474D color. Also use rgb(29,71,77) instead hex code.

Text Font Color

.myTextColor { color: #1D474D; }

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

This text font color is #1D474D.


Background Color

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

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

This div background color is #1D474D.


Border color

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

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

This div border color is #1D474D.


Opacity

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

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

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

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

This text has shadow with #1D474D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D474D on black background.


Color preview on white background

This text has color #1D474D on white background.



Black color preview on #1D474D background

This text has black color on #1D474D background.


White color preview on #1D474D background

This text has white color on #1D474D background.