COLOR #1D252F

HEX: #1D252F RGB: (29,37,47)

Color info

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

RGB color model

#1D252F color RGB value is (29,37,47).

RGB: (29,37,47) (11%, 15%, 18%)

RGB channels and saturation

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

29
37
47

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

Portions of RGB colors in percentages

R + G + B = 29 + 37 + 47 = 113 (100%)
R 29 of 113 ~ 25.66%
G 37 of 113 ~ 32.74%
B 47 of 113 ~ 41.59'%

%25.66
%32.74
%41.59

CMYK color model

#1D252F color CMYK value is (38,21,0,82).

  • cyan value is 38.30%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (38,21,0,82)
C38M21Y0K82 (38%, 21%, 0%, 82%)
(0.38 / 0.21 / 0.00 / 0.82)

CMYK percentages

%38.3
%21.28
%0
%81.57

Codes

Color #1D252F in popluar color models

1D 25 2F
RGB 29 37 47
HSL 213° 23.68% 14.90%
HSB/HSV 213° 38.30% 18.43%
CMYK 38.30% 21.28% 0.00%
81.57%

Color #1D252F in popluar number systems.

HEX 1D 25 2F
Decimal 29 37 47
Binary 11101 100101 101111
Octal 35 45 57

Shades and tints

Shades of #1D252F

#1D252F
(29,37,47)
#1B222B
(27,34,43)
#191F27
(25,31,39)
#171C23
(23,28,35)
#15191F
(21,25,31)
#13161B
(19,22,27)
#111317
(17,19,23)
#0F1013
(15,16,19)
#0D0D0F
(13,13,15)
#0B0A0B
(11,10,11)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #1D252F

#1D252F
(29,37,47)
#313841
(49,56,65)
#454B53
(69,75,83)
#595E65
(89,94,101)
#6D7177
(109,113,119)
#818489
(129,132,137)
#95979B
(149,151,155)
#A9AAAD
(169,170,173)
#BDBDBF
(189,189,191)
#D1D0D1
(209,208,209)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D252F; }

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

This text font color is #1D252F.

Background Color

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

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

This div background color is #1D252F.

Border color

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

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

This div border color is #1D252F.

Opacity

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

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

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

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

This text has shadow with #1D252F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D252F.

Preview

Color preview on black background

This text has color #1D252F on black background.


Color preview on white background

This text has color #1D252F on white background.


Black color preview on #1D252F background

This text has black color on #1D252F background.


White color preview on #1D252F background

This text has white color on #1D252F background.


Related colors

Complementary color

Complementary color for #hex is #E2DAD0.


I love getcolorcode.com

Triadic colors

1 #2F1D25 and #252F1D with #1D252F are triadic colors.

2 #2F251D and #251D2F with #1D252F are triadic colors.