COLOR #1D4751

HEX: #1D4751
RGB: (29,71,81)

Color info

#1D4751 contains red, green and blue colors in about the same proportion. Web safe color of #1D4751 is #333366 (or #336).

RGB color model

#1D4751 color RGB value is (29,71,81).

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

RGB channels and saturation

R 29 of 255 = 11%
G 71 of 255 = 28%
B 81 of 255 = 32%

29
71
81

R + G + B ~ 24%. #1D4751 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 71 + 81 = 181 (100%)
R 29 of 181 ~ 16.02%
G 71 of 181 ~ 39.23%
B 81 of 181 ~ 44.75%

%16.02
%39.23
%44.75

CMYK color model

#1D4751 color CMYK value is (64,12,0,68).

  • cyan value is 64.20%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(64,12,0,68)
C64M12Y0K68 
(64%,12%,0%,68%)
(0.64/0.12/0.00/0.68)	

CMYK percentages

%64.2
%12.35
%0
%68.24

Codes

Color #1D4751 in popluar color models

1D4751
RGB297181
HSL192°47.27%21.57%
HSB/HSV192°64.20%31.76%
CMYK64.20%12.35%0.00%
68.24%

Color #1D4751 in popluar number systems.

HEX1D4751
Decimal297181
Binary1110110001111010001
Octal35107121

Shades and tints

Shades of #1D4751

#1D4751
(29,71,81)
#1B414A
(27,65,74)
#193B43
(25,59,67)
#17353C
(23,53,60)
#152F35
(21,47,53)
#13292E
(19,41,46)
#112327
(17,35,39)
#0F1D20
(15,29,32)
#0D1719
(13,23,25)
#0B1112
(11,17,18)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #1D4751

#1D4751
(29,71,81)
#315760
(49,87,96)
#45676F
(69,103,111)
#59777E
(89,119,126)
#6D878D
(109,135,141)
#81979C
(129,151,156)
#95A7AB
(149,167,171)
#A9B7BA
(169,183,186)
#BDC7C9
(189,199,201)
#D1D7D8
(209,215,216)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D4751; }

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

This text font color is #1D4751.


Background Color

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

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

This div background color is #1D4751.


Border color

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

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

This div border color is #1D4751.


Opacity

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

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

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

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

This text has shadow with #1D4751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4751 on black background.


Color preview on white background

This text has color #1D4751 on white background.



Black color preview on #1D4751 background

This text has black color on #1D4751 background.


White color preview on #1D4751 background

This text has white color on #1D4751 background.