COLOR #25211D

HEX: #25211D RGB: (37,33,29)

Color info

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

RGB color model

#25211D color RGB value is (37,33,29).

RGB: (37,33,29) (15%, 13%, 11%)

RGB channels and saturation

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

37
33
29

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

Portions of RGB colors in percentages

R + G + B = 37 + 33 + 29 = 99 (100%)
R 37 of 99 ~ 37.37%
G 33 of 99 ~ 33.33%
B 29 of 99 ~ 29.29'%

%37.37
%33.33
%29.29

CMYK color model

#25211D color CMYK value is (0,11,22,85).

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

CMYK percentages

%0
%10.81
%21.62
%85.49

Codes

Color #25211D in popluar color models

25 21 1D
RGB 37 33 29
HSL 30° 12.12% 12.94%
HSB/HSV 30° 21.62% 14.51%
CMYK 0.00% 10.81% 21.62%
85.49%

Color #25211D in popluar number systems.

HEX 25 21 1D
Decimal 37 33 29
Binary 100101 100001 11101
Octal 45 41 35

Shades and tints

Shades of #25211D

#25211D
(37,33,29)
#221E1B
(34,30,27)
#1F1B19
(31,27,25)
#1C1817
(28,24,23)
#191515
(25,21,21)
#161213
(22,18,19)
#130F11
(19,15,17)
#100C0F
(16,12,15)
#0D090D
(13,9,13)
#0A060B
(10,6,11)
#070309
(7,3,9)
#000000
(0,0,0)

Tints of #25211D

#25211D
(37,33,29)
#383531
(56,53,49)
#4B4945
(75,73,69)
#5E5D59
(94,93,89)
#71716D
(113,113,109)
#848581
(132,133,129)
#979995
(151,153,149)
#AAADA9
(170,173,169)
#BDC1BD
(189,193,189)
#D0D5D1
(208,213,209)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25211D; }

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

This text font color is #25211D.

Background Color

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

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

This div background color is #25211D.

Border color

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

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

This div border color is #25211D.

Opacity

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

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

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

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

This text has shadow with #25211D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25211D.

Preview

Color preview on black background

This text has color #25211D on black background.


Color preview on white background

This text has color #25211D on white background.


Black color preview on #25211D background

This text has black color on #25211D background.


White color preview on #25211D background

This text has white color on #25211D background.


Related colors

Complementary color

Complementary color for #hex is #DADEE2.


I love getcolorcode.com

Triadic colors

1 #1D2521 and #211D25 with #25211D are triadic colors.

2 #1D2125 and #21251D with #25211D are triadic colors.