COLOR #1D3E41

HEX: #1D3E41
RGB: (29,62,65)

Color info

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

RGB color model

#1D3E41 color RGB value is (29,62,65).

  • red value is 29;
  • green value is 62;
  • blue value is 65.
RGB:
(29,62,65)
(11%,24%,25%)

RGB channels and saturation

R 29 of 255 = 11%
G 62 of 255 = 24%
B 65 of 255 = 25%

29
62
65

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

Portions of RGB colors in percentages

R + G + B =
29 + 62 + 65 = 156 (100%)
R 29 of 156 ~ 18.59%
G 62 of 156 ~ 39.74%
B 65 of 156 ~ 41.67%

%18.59
%39.74
%41.67

CMYK color model

#1D3E41 color CMYK value is (55,5,0,75).

  • cyan value is 55.38%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(55,5,0,75)
C55M5Y0K75 
(55%,5%,0%,75%)
(0.55/0.05/0.00/0.75)	

CMYK percentages

%55.38
%4.62
%0
%74.51

Codes

Color #1D3E41 in popluar color models

1D3E41
RGB296265
HSL185°38.30%18.43%
HSB/HSV185°55.38%25.49%
CMYK55.38%4.62%0.00%
74.51%

Color #1D3E41 in popluar number systems.

HEX1D3E41
Decimal296265
Binary111011111101000001
Octal3576101

Shades and tints

Shades of #1D3E41

#1D3E41
(29,62,65)
#1B393C
(27,57,60)
#193437
(25,52,55)
#172F32
(23,47,50)
#152A2D
(21,42,45)
#132528
(19,37,40)
#112023
(17,32,35)
#0F1B1E
(15,27,30)
#0D1619
(13,22,25)
#0B1114
(11,17,20)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #1D3E41

#1D3E41
(29,62,65)
#314F52
(49,79,82)
#456063
(69,96,99)
#597174
(89,113,116)
#6D8285
(109,130,133)
#819396
(129,147,150)
#95A4A7
(149,164,167)
#A9B5B8
(169,181,184)
#BDC6C9
(189,198,201)
#D1D7DA
(209,215,218)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3E41 color. Also use rgb(29,62,65) instead hex code.

Text Font Color

.myTextColor { color: #1D3E41; }

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

This text font color is #1D3E41.


Background Color

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

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

This div background color is #1D3E41.


Border color

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

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

This div border color is #1D3E41.


Opacity

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

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

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

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

This text has shadow with #1D3E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3E41 on black background.


Color preview on white background

This text has color #1D3E41 on white background.



Black color preview on #1D3E41 background

This text has black color on #1D3E41 background.


White color preview on #1D3E41 background

This text has white color on #1D3E41 background.