COLOR #25241D

HEX: #25241D RGB: (37,36,29)

Color info

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

RGB color model

#25241D color RGB value is (37,36,29).

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

RGB channels and saturation

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

37
36
29

R + G + B ~ 13%. #25241D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 36 + 29 = 102 (100%)
R 37 of 102 ~ 36.27%
G 36 of 102 ~ 35.29%
B 29 of 102 ~ 28.43'%

%36.27
%35.29
%28.43

CMYK color model

#25241D color CMYK value is (0,3,22,85).

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

CMYK: (0,3,22,85)
C0M3Y22K85 (0%, 3%, 22%, 85%)
(0.00 / 0.03 / 0.22 / 0.85)

CMYK percentages

%0
%2.7
%21.62
%85.49

Codes

Color #25241D in popluar color models

25 24 1D
RGB 37 36 29
HSL 53° 12.12% 12.94%
HSB/HSV 53° 21.62% 14.51%
CMYK 0.00% 2.70% 21.62%
85.49%

Color #25241D in popluar number systems.

HEX 25 24 1D
Decimal 37 36 29
Binary 100101 100100 11101
Octal 45 44 35

Shades and tints

Shades of #25241D

#25241D
(37,36,29)
#22211B
(34,33,27)
#1F1E19
(31,30,25)
#1C1B17
(28,27,23)
#191815
(25,24,21)
#161513
(22,21,19)
#131211
(19,18,17)
#100F0F
(16,15,15)
#0D0C0D
(13,12,13)
#0A090B
(10,9,11)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #25241D

#25241D
(37,36,29)
#383731
(56,55,49)
#4B4A45
(75,74,69)
#5E5D59
(94,93,89)
#71706D
(113,112,109)
#848381
(132,131,129)
#979695
(151,150,149)
#AAA9A9
(170,169,169)
#BDBCBD
(189,188,189)
#D0CFD1
(208,207,209)
#E3E2E5
(227,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25241D; }

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

This text font color is #25241D.

Background Color

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

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

This div background color is #25241D.

Border color

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

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

This div border color is #25241D.

Opacity

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

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

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

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

This text has shadow with #25241D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25241D.

Preview

Color preview on black background

This text has color #25241D on black background.


Color preview on white background

This text has color #25241D on white background.


Black color preview on #25241D background

This text has black color on #25241D background.


White color preview on #25241D background

This text has white color on #25241D background.


Related colors

Complementary color

Complementary color for #hex is #DADBE2.


I love getcolorcode.com

Triadic colors

1 #1D2524 and #241D25 with #25241D are triadic colors.

2 #1D2425 and #24251D with #25241D are triadic colors.