COLOR #1D252D

HEX: #1D252D
RGB: (29,37,45)

Color info

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

RGB color model

#1D252D color RGB value is (29,37,45).

  • red value is 29;
  • green value is 37;
  • blue value is 45.
RGB:
(29,37,45)
(11%,15%,18%)

RGB channels and saturation

R 29 of 255 = 11%
G 37 of 255 = 15%
B 45 of 255 = 18%

29
37
45

R + G + B ~ 15%. #1D252D is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 37 + 45 = 111 (100%)
R 29 of 111 ~ 26.13%
G 37 of 111 ~ 33.33%
B 45 of 111 ~ 40.54%

%26.13
%33.33
%40.54

CMYK color model

#1D252D color CMYK value is (36,18,0,82).

  • cyan value is 35.56%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(36,18,0,82)
C36M18Y0K82 
(36%,18%,0%,82%)
(0.36/0.18/0.00/0.82)	

CMYK percentages

%35.56
%17.78
%0
%82.35

Codes

Color #1D252D in popluar color models

1D252D
RGB293745
HSL210°21.62%14.51%
HSB/HSV210°35.56%17.65%
CMYK35.56%17.78%0.00%
82.35%

Color #1D252D in popluar number systems.

HEX1D252D
Decimal293745
Binary11101100101101101
Octal354555

Shades and tints

Shades of #1D252D

#1D252D
(29,37,45)
#1B2229
(27,34,41)
#191F25
(25,31,37)
#171C21
(23,28,33)
#15191D
(21,25,29)
#131619
(19,22,25)
#111315
(17,19,21)
#0F1011
(15,16,17)
#0D0D0D
(13,13,13)
#0B0A09
(11,10,9)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #1D252D

#1D252D
(29,37,45)
#313840
(49,56,64)
#454B53
(69,75,83)
#595E66
(89,94,102)
#6D7179
(109,113,121)
#81848C
(129,132,140)
#95979F
(149,151,159)
#A9AAB2
(169,170,178)
#BDBDC5
(189,189,197)
#D1D0D8
(209,208,216)
#E5E3EB
(229,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D252D color. Also use rgb(29,37,45) instead hex code.

Text Font Color

.myTextColor { color: #1D252D; }

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

This text font color is #1D252D.


Background Color

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

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

This div background color is #1D252D.


Border color

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

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

This div border color is #1D252D.


Opacity

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

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

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

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

This text has shadow with #1D252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D252D on black background.


Color preview on white background

This text has color #1D252D on white background.



Black color preview on #1D252D background

This text has black color on #1D252D background.


White color preview on #1D252D background

This text has white color on #1D252D background.