COLOR #1D3439

HEX: #1D3439
RGB: (29,52,57)

Color info

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

RGB color model

#1D3439 color RGB value is (29,52,57).

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

RGB channels and saturation

R 29 of 255 = 11%
G 52 of 255 = 20%
B 57 of 255 = 22%

29
52
57

R + G + B ~ 18%. #1D3439 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 52 + 57 = 138 (100%)
R 29 of 138 ~ 21.01%
G 52 of 138 ~ 37.68%
B 57 of 138 ~ 41.3%

%21.01
%37.68
%41.3

CMYK color model

#1D3439 color CMYK value is (49,9,0,78).

  • cyan value is 49.12%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(49,9,0,78)
C49M9Y0K78 
(49%,9%,0%,78%)
(0.49/0.09/0.00/0.78)	

CMYK percentages

%49.12
%8.77
%0
%77.65

Codes

Color #1D3439 in popluar color models

1D3439
RGB295257
HSL191°32.56%16.86%
HSB/HSV191°49.12%22.35%
CMYK49.12%8.77%0.00%
77.65%

Color #1D3439 in popluar number systems.

HEX1D3439
Decimal295257
Binary11101110100111001
Octal356471

Shades and tints

Shades of #1D3439

#1D3439
(29,52,57)
#1B3034
(27,48,52)
#192C2F
(25,44,47)
#17282A
(23,40,42)
#152425
(21,36,37)
#132020
(19,32,32)
#111C1B
(17,28,27)
#0F1816
(15,24,22)
#0D1411
(13,20,17)
#0B100C
(11,16,12)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #1D3439

#1D3439
(29,52,57)
#31464B
(49,70,75)
#45585D
(69,88,93)
#596A6F
(89,106,111)
#6D7C81
(109,124,129)
#818E93
(129,142,147)
#95A0A5
(149,160,165)
#A9B2B7
(169,178,183)
#BDC4C9
(189,196,201)
#D1D6DB
(209,214,219)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D3439; }

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

This text font color is #1D3439.


Background Color

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

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

This div background color is #1D3439.


Border color

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

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

This div border color is #1D3439.


Opacity

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

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

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

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

This text has shadow with #1D3439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3439 on black background.


Color preview on white background

This text has color #1D3439 on white background.



Black color preview on #1D3439 background

This text has black color on #1D3439 background.


White color preview on #1D3439 background

This text has white color on #1D3439 background.