COLOR #1D250E

HEX: #1D250E RGB: (29,37,14)

Color info

#1D250E contains red, green and blue colors in about the same proportion. Web safe color of #1D250E is #333300 (or #330).

RGB color model

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

RGB: (29,37,14) (11%, 15%, 5%)

RGB channels and saturation

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

29
37
14

R + G + B ~ 10%. #1D250E is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 37 + 14 = 80 (100%)
R 29 of 80 ~ 36.25%
G 37 of 80 ~ 46.25%
B 14 of 80 ~ 17.5'%

%36.25
%46.25
%17.5

CMYK color model

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

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 62.16%
  • key color value is 85.49%

CMYK: (22,0,62,85)
C22M0Y62K85 (22%, 0%, 62%, 85%)
(0.22 / 0.00 / 0.62 / 0.85)

CMYK percentages

%21.62
%0
%62.16
%85.49

Codes

Color #1D250E in popluar color models

1D 25 0E
RGB 29 37 14
HSL 81° 45.10% 10.00%
HSB/HSV 81° 62.16% 14.51%
CMYK 21.62% 0.00% 62.16%
85.49%

Color #1D250E in popluar number systems.

HEX 1D 25 0E
Decimal 29 37 14
Binary 11101 100101 1110
Octal 35 45 16

Shades and tints

Shades of #1D250E

#1D250E
(29,37,14)
#1B220D
(27,34,13)
#191F0C
(25,31,12)
#171C0B
(23,28,11)
#15190A
(21,25,10)
#131609
(19,22,9)
#111308
(17,19,8)
#0F1007
(15,16,7)
#0D0D06
(13,13,6)
#0B0A05
(11,10,5)
#090704
(9,7,4)
#000000
(0,0,0)

Tints of #1D250E

#1D250E
(29,37,14)
#313823
(49,56,35)
#454B38
(69,75,56)
#595E4D
(89,94,77)
#6D7162
(109,113,98)
#818477
(129,132,119)
#95978C
(149,151,140)
#A9AAA1
(169,170,161)
#BDBDB6
(189,189,182)
#D1D0CB
(209,208,203)
#E5E3E0
(229,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D250E; }

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

This text font color is #1D250E.

Background Color

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

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

This div background color is #1D250E.

Border color

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

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

This div border color is #1D250E.

Opacity

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

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

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

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

This text has shadow with #1D250E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D250E.

Preview

Color preview on black background

This text has color #1D250E on black background.


Color preview on white background

This text has color #1D250E on white background.


Black color preview on #1D250E background

This text has black color on #1D250E background.


White color preview on #1D250E background

This text has white color on #1D250E background.


Related colors

Complementary color

Complementary color for #hex is #E2DAF1.


I love getcolorcode.com

Triadic colors

1 #0E1D25 and #250E1D with #1D250E are triadic colors.

2 #0E251D and #251D0E with #1D250E are triadic colors.