COLOR #1D293B

HEX: #1D293B
RGB: (29,41,59)

Color info

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

RGB color model

#1D293B color RGB value is (29,41,59).

  • red value is 29;
  • green value is 41;
  • blue value is 59.
RGB:
(29,41,59)
(11%,16%,23%)

RGB channels and saturation

R 29 of 255 = 11%
G 41 of 255 = 16%
B 59 of 255 = 23%

29
41
59

R + G + B ~ 17%. #1D293B is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 41 + 59 = 129 (100%)
R 29 of 129 ~ 22.48%
G 41 of 129 ~ 31.78%
B 59 of 129 ~ 45.74%

%22.48
%31.78
%45.74

CMYK color model

#1D293B color CMYK value is (51,31,0,77).

  • cyan value is 50.85%
  • magenta value is 30.51%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(51,31,0,77)
C51M31Y0K77 
(51%,31%,0%,77%)
(0.51/0.31/0.00/0.77)	

CMYK percentages

%50.85
%30.51
%0
%76.86

Codes

Color #1D293B in popluar color models

1D293B
RGB294159
HSL216°34.09%17.25%
HSB/HSV216°50.85%23.14%
CMYK50.85%30.51%0.00%
76.86%

Color #1D293B in popluar number systems.

HEX1D293B
Decimal294159
Binary11101101001111011
Octal355173

Shades and tints

Shades of #1D293B

#1D293B
(29,41,59)
#1B2636
(27,38,54)
#192331
(25,35,49)
#17202C
(23,32,44)
#151D27
(21,29,39)
#131A22
(19,26,34)
#11171D
(17,23,29)
#0F1418
(15,20,24)
#0D1113
(13,17,19)
#0B0E0E
(11,14,14)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #1D293B

#1D293B
(29,41,59)
#313C4C
(49,60,76)
#454F5D
(69,79,93)
#59626E
(89,98,110)
#6D757F
(109,117,127)
#818890
(129,136,144)
#959BA1
(149,155,161)
#A9AEB2
(169,174,178)
#BDC1C3
(189,193,195)
#D1D4D4
(209,212,212)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D293B; }

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

This text font color is #1D293B.


Background Color

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

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

This div background color is #1D293B.


Border color

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

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

This div border color is #1D293B.


Opacity

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

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

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

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

This text has shadow with #1D293B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D293B on black background.


Color preview on white background

This text has color #1D293B on white background.



Black color preview on #1D293B background

This text has black color on #1D293B background.


White color preview on #1D293B background

This text has white color on #1D293B background.