COLOR #1D251D

HEX: #1D251D
RGB: (29,37,29)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

29
37
29

R + G + B ~ 12%. #1D251D is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 37 + 29 = 95 (100%)
R 29 of 95 ~ 30.53%
G 37 of 95 ~ 38.95%
B 29 of 95 ~ 30.53%

%30.53
%38.95
%30.53

CMYK color model

#1D251D color CMYK value is (22,0,22,85).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 85.49%
CMYK:
(22,0,22,85)
C22M0Y22K85 
(22%,0%,22%,85%)
(0.22/0.00/0.22/0.85)	

CMYK percentages

%21.62
%0
%21.62
%85.49

Codes

Color #1D251D in popluar color models

1D251D
RGB293729
HSL120°12.12%12.94%
HSB/HSV120°21.62%14.51%
CMYK21.62%0.00%21.62%
85.49%

Color #1D251D in popluar number systems.

HEX1D251D
Decimal293729
Binary1110110010111101
Octal354535

Shades and tints

Shades of #1D251D

#1D251D
(29,37,29)
#1B221B
(27,34,27)
#191F19
(25,31,25)
#171C17
(23,28,23)
#151915
(21,25,21)
#131613
(19,22,19)
#111311
(17,19,17)
#0F100F
(15,16,15)
#0D0D0D
(13,13,13)
#0B0A0B
(11,10,11)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #1D251D

#1D251D
(29,37,29)
#313831
(49,56,49)
#454B45
(69,75,69)
#595E59
(89,94,89)
#6D716D
(109,113,109)
#818481
(129,132,129)
#959795
(149,151,149)
#A9AAA9
(169,170,169)
#BDBDBD
(189,189,189)
#D1D0D1
(209,208,209)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D251D; }

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

This text font color is #1D251D.


Background Color

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

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

This div background color is #1D251D.


Border color

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

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

This div border color is #1D251D.


Opacity

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

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

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

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

This text has shadow with #1D251D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D251D on black background.


Color preview on white background

This text has color #1D251D on white background.



Black color preview on #1D251D background

This text has black color on #1D251D background.


White color preview on #1D251D background

This text has white color on #1D251D background.