COLOR #25221D

HEX: #25221D
RGB: (37,34,29)

Color info

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

RGB color model

#25221D color RGB value is (37,34,29).

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

RGB channels and saturation

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

37
34
29

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

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 29 = 100 (100%)
R 37 of 100 ~ 37%
G 34 of 100 ~ 34%
B 29 of 100 ~ 29%

%37
%34
%29

CMYK color model

#25221D color CMYK value is (0,8,22,85).

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

CMYK percentages

%0
%8.11
%21.62
%85.49

Codes

Color #25221D in popluar color models

25221D
RGB373429
HSL38°12.12%12.94%
HSB/HSV38°21.62%14.51%
CMYK0.00%8.11%21.62%
85.49%

Color #25221D in popluar number systems.

HEX25221D
Decimal373429
Binary10010110001011101
Octal454235

Shades and tints

Shades of #25221D

#25221D
(37,34,29)
#221F1B
(34,31,27)
#1F1C19
(31,28,25)
#1C1917
(28,25,23)
#191615
(25,22,21)
#161313
(22,19,19)
#131011
(19,16,17)
#100D0F
(16,13,15)
#0D0A0D
(13,10,13)
#0A070B
(10,7,11)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #25221D

#25221D
(37,34,29)
#383631
(56,54,49)
#4B4A45
(75,74,69)
#5E5E59
(94,94,89)
#71726D
(113,114,109)
#848681
(132,134,129)
#979A95
(151,154,149)
#AAAEA9
(170,174,169)
#BDC2BD
(189,194,189)
#D0D6D1
(208,214,209)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25221D; }

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

This text font color is #25221D.


Background Color

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

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

This div background color is #25221D.


Border color

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

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

This div border color is #25221D.


Opacity

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

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

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

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

This text has shadow with #25221D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25221D on black background.


Color preview on white background

This text has color #25221D on white background.



Black color preview on #25221D background

This text has black color on #25221D background.


White color preview on #25221D background

This text has white color on #25221D background.