COLOR #1D463B

HEX: #1D463B RGB: (29,70,59)

Color info

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

RGB color model

#1D463B color RGB value is (29,70,59).

RGB: (29,70,59) (11%, 27%, 23%)

RGB channels and saturation

R 29 of 255 = 11%
G 70 of 255 = 27%
B 59 of 255 = 23%

29
70
59

R + G + B ~ 20%. #1D463B is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 70 + 59 = 158 (100%)
R 29 of 158 ~ 18.35%
G 70 of 158 ~ 44.3%
B 59 of 158 ~ 37.34'%

%18.35
%44.3
%37.34

CMYK color model

#1D463B color CMYK value is (59,0,16,73).

  • cyan value is 58.57%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 72.55%

CMYK: (59,0,16,73)
C59M0Y16K73 (59%, 0%, 16%, 73%)
(0.59 / 0.00 / 0.16 / 0.73)

CMYK percentages

%58.57
%0
%15.71
%72.55

Codes

Color #1D463B in popluar color models

1D 46 3B
RGB 29 70 59
HSL 164° 41.41% 19.41%
HSB/HSV 164° 58.57% 27.45%
CMYK 58.57% 0.00% 15.71%
72.55%

Color #1D463B in popluar number systems.

HEX 1D 46 3B
Decimal 29 70 59
Binary 11101 1000110 111011
Octal 35 106 73

Shades and tints

Shades of #1D463B

#1D463B
(29,70,59)
#1B4036
(27,64,54)
#193A31
(25,58,49)
#17342C
(23,52,44)
#152E27
(21,46,39)
#132822
(19,40,34)
#11221D
(17,34,29)
#0F1C18
(15,28,24)
#0D1613
(13,22,19)
#0B100E
(11,16,14)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #1D463B

#1D463B
(29,70,59)
#31564C
(49,86,76)
#45665D
(69,102,93)
#59766E
(89,118,110)
#6D867F
(109,134,127)
#819690
(129,150,144)
#95A6A1
(149,166,161)
#A9B6B2
(169,182,178)
#BDC6C3
(189,198,195)
#D1D6D4
(209,214,212)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D463B; }

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

This text font color is #1D463B.

Background Color

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

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

This div background color is #1D463B.

Border color

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

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

This div border color is #1D463B.

Opacity

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

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

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

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

This text has shadow with #1D463B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D463B.

Preview

Color preview on black background

This text has color #1D463B on black background.


Color preview on white background

This text has color #1D463B on white background.


Black color preview on #1D463B background

This text has black color on #1D463B background.


White color preview on #1D463B background

This text has white color on #1D463B background.


Related colors

Complementary color

Complementary color for #hex is #E2B9C4.


I love getcolorcode.com

Triadic colors

1 #3B1D46 and #463B1D with #1D463B are triadic colors.

2 #3B461D and #461D3B with #1D463B are triadic colors.