COLOR #25411D

HEX: #25411D RGB: (37,65,29)

Color info

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

RGB color model

#25411D color RGB value is (37,65,29).

RGB: (37,65,29) (15%, 25%, 11%)

RGB channels and saturation

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

37
65
29

R + G + B ~ 17%. #25411D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 65 + 29 = 131 (100%)
R 37 of 131 ~ 28.24%
G 65 of 131 ~ 49.62%
B 29 of 131 ~ 22.14'%

%28.24
%49.62
%22.14

CMYK color model

#25411D color CMYK value is (43,0,55,75).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 55.38%
  • key color value is 74.51%

CMYK: (43,0,55,75)
C43M0Y55K75 (43%, 0%, 55%, 75%)
(0.43 / 0.00 / 0.55 / 0.75)

CMYK percentages

%43.08
%0
%55.38
%74.51

Codes

Color #25411D in popluar color models

25 41 1D
RGB 37 65 29
HSL 107° 38.30% 18.43%
HSB/HSV 107° 55.38% 25.49%
CMYK 43.08% 0.00% 55.38%
74.51%

Color #25411D in popluar number systems.

HEX 25 41 1D
Decimal 37 65 29
Binary 100101 1000001 11101
Octal 45 101 35

Shades and tints

Shades of #25411D

#25411D
(37,65,29)
#223C1B
(34,60,27)
#1F3719
(31,55,25)
#1C3217
(28,50,23)
#192D15
(25,45,21)
#162813
(22,40,19)
#132311
(19,35,17)
#101E0F
(16,30,15)
#0D190D
(13,25,13)
#0A140B
(10,20,11)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #25411D

#25411D
(37,65,29)
#385231
(56,82,49)
#4B6345
(75,99,69)
#5E7459
(94,116,89)
#71856D
(113,133,109)
#849681
(132,150,129)
#97A795
(151,167,149)
#AAB8A9
(170,184,169)
#BDC9BD
(189,201,189)
#D0DAD1
(208,218,209)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25411D; }

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

This text font color is #25411D.

Background Color

.myBgColor { background-color: #25411D; }

<div style="background-color:#25411D">Inner text</div>

This div background color is #25411D.

Border color

.myBorderColor { border: 1px solid #25411D; }

<div style="border:3px solid #25411D">Div</div>

This div border color is #25411D.

Opacity

.myOpacity80 { color: #25411D; opacity: 0.8; }

<p style="color:#25411D;opacity:0.8;">80%</p>

Text with #25411D 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 #25411D;}

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

This text has shadow with #25411D color.


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

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

This text has shadow with #25411D primary color and red secondary color.


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

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

This text has shadow with #25411D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25411D.

Preview

Color preview on black background

This text has color #25411D on black background.


Color preview on white background

This text has color #25411D on white background.


Black color preview on #25411D background

This text has black color on #25411D background.


White color preview on #25411D background

This text has white color on #25411D background.


Related colors

Complementary color

Complementary color for #hex is #DABEE2.


I love getcolorcode.com

Triadic colors

1 #1D2541 and #411D25 with #25411D are triadic colors.

2 #1D4125 and #41251D with #25411D are triadic colors.