COLOR #1D465D

HEX: #1D465D
RGB: (29,70,93)

Color info

#1D465D contains mainly green and blue colors. Web safe color of #1D465D is #333366 (or #336).

RGB color model

#1D465D color RGB value is (29,70,93).

  • red value is 29;
  • green value is 70;
  • blue value is 93.
RGB:
(29,70,93)
(11%,27%,36%)

RGB channels and saturation

R 29 of 255 = 11%
G 70 of 255 = 27%
B 93 of 255 = 36%

29
70
93

R + G + B ~ 25%. #1D465D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 70 + 93 = 192 (100%)
R 29 of 192 ~ 15.1%
G 70 of 192 ~ 36.46%
B 93 of 192 ~ 48.44%

%15.1
%36.46
%48.44

CMYK color model

#1D465D color CMYK value is (69,25,0,64).

  • cyan value is 68.82%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(69,25,0,64)
C69M25Y0K64 
(69%,25%,0%,64%)
(0.69/0.25/0.00/0.64)	

CMYK percentages

%68.82
%24.73
%0
%63.53

Codes

Color #1D465D in popluar color models

1D465D
RGB297093
HSL202°52.46%23.92%
HSB/HSV202°68.82%36.47%
CMYK68.82%24.73%0.00%
63.53%

Color #1D465D in popluar number systems.

HEX1D465D
Decimal297093
Binary1110110001101011101
Octal35106135

Shades and tints

Shades of #1D465D

#1D465D
(29,70,93)
#1B4055
(27,64,85)
#193A4D
(25,58,77)
#173445
(23,52,69)
#152E3D
(21,46,61)
#132835
(19,40,53)
#11222D
(17,34,45)
#0F1C25
(15,28,37)
#0D161D
(13,22,29)
#0B1015
(11,16,21)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #1D465D

#1D465D
(29,70,93)
#31566B
(49,86,107)
#456679
(69,102,121)
#597687
(89,118,135)
#6D8695
(109,134,149)
#8196A3
(129,150,163)
#95A6B1
(149,166,177)
#A9B6BF
(169,182,191)
#BDC6CD
(189,198,205)
#D1D6DB
(209,214,219)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D465D color. Also use rgb(29,70,93) instead hex code.

Text Font Color

.myTextColor { color: #1D465D; }

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

This text font color is #1D465D.


Background Color

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

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

This div background color is #1D465D.


Border color

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

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

This div border color is #1D465D.


Opacity

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

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

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

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

This text has shadow with #1D465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D465D on black background.


Color preview on white background

This text has color #1D465D on white background.



Black color preview on #1D465D background

This text has black color on #1D465D background.


White color preview on #1D465D background

This text has white color on #1D465D background.