COLOR #1D346D

HEX: #1D346D
RGB: (29,52,109)

Color info

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

RGB color model

#1D346D color RGB value is (29,52,109).

  • red value is 29;
  • green value is 52;
  • blue value is 109.
RGB:
(29,52,109)
(11%,20%,43%)

RGB channels and saturation

R 29 of 255 = 11%
G 52 of 255 = 20%
B 109 of 255 = 43%

29
52
109

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

Portions of RGB colors in percentages

R + G + B =
29 + 52 + 109 = 190 (100%)
R 29 of 190 ~ 15.26%
G 52 of 190 ~ 27.37%
B 109 of 190 ~ 57.37%

%15.26
%27.37
%57.37

CMYK color model

#1D346D color CMYK value is (73,52,0,57).

  • cyan value is 73.39%
  • magenta value is 52.29%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(73,52,0,57)
C73M52Y0K57 
(73%,52%,0%,57%)
(0.73/0.52/0.00/0.57)	

CMYK percentages

%73.39
%52.29
%0
%57.25

Codes

Color #1D346D in popluar color models

1D346D
RGB2952109
HSL223°57.97%27.06%
HSB/HSV223°73.39%42.75%
CMYK73.39%52.29%0.00%
57.25%

Color #1D346D in popluar number systems.

HEX1D346D
Decimal2952109
Binary111011101001101101
Octal3564155

Shades and tints

Shades of #1D346D

#1D346D
(29,52,109)
#1B3064
(27,48,100)
#192C5B
(25,44,91)
#172852
(23,40,82)
#152449
(21,36,73)
#132040
(19,32,64)
#111C37
(17,28,55)
#0F182E
(15,24,46)
#0D1425
(13,20,37)
#0B101C
(11,16,28)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #1D346D

#1D346D
(29,52,109)
#31467A
(49,70,122)
#455887
(69,88,135)
#596A94
(89,106,148)
#6D7CA1
(109,124,161)
#818EAE
(129,142,174)
#95A0BB
(149,160,187)
#A9B2C8
(169,178,200)
#BDC4D5
(189,196,213)
#D1D6E2
(209,214,226)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D346D color. Also use rgb(29,52,109) instead hex code.

Text Font Color

.myTextColor { color: #1D346D; }

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

This text font color is #1D346D.


Background Color

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

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

This div background color is #1D346D.


Border color

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

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

This div border color is #1D346D.


Opacity

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

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

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

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

This text has shadow with #1D346D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D346D on black background.


Color preview on white background

This text has color #1D346D on white background.



Black color preview on #1D346D background

This text has black color on #1D346D background.


White color preview on #1D346D background

This text has white color on #1D346D background.