COLOR #25201D

HEX: #25201D
RGB: (37,32,29)

Color info

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

RGB color model

#25201D color RGB value is (37,32,29).

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

RGB channels and saturation

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

37
32
29

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

Portions of RGB colors in percentages

R + G + B =
37 + 32 + 29 = 98 (100%)
R 37 of 98 ~ 37.76%
G 32 of 98 ~ 32.65%
B 29 of 98 ~ 29.59%

%37.76
%32.65
%29.59

CMYK color model

#25201D color CMYK value is (0,14,22,85).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 21.62%
  • key color value is 85.49%
CMYK:
(0,14,22,85)
C0M14Y22K85 
(0%,14%,22%,85%)
(0.00/0.14/0.22/0.85)	

CMYK percentages

%0
%13.51
%21.62
%85.49

Codes

Color #25201D in popluar color models

25201D
RGB373229
HSL23°12.12%12.94%
HSB/HSV23°21.62%14.51%
CMYK0.00%13.51%21.62%
85.49%

Color #25201D in popluar number systems.

HEX25201D
Decimal373229
Binary10010110000011101
Octal454035

Shades and tints

Shades of #25201D

#25201D
(37,32,29)
#221E1B
(34,30,27)
#1F1C19
(31,28,25)
#1C1A17
(28,26,23)
#191815
(25,24,21)
#161613
(22,22,19)
#131411
(19,20,17)
#10120F
(16,18,15)
#0D100D
(13,16,13)
#0A0E0B
(10,14,11)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #25201D

#25201D
(37,32,29)
#383431
(56,52,49)
#4B4845
(75,72,69)
#5E5C59
(94,92,89)
#71706D
(113,112,109)
#848481
(132,132,129)
#979895
(151,152,149)
#AAACA9
(170,172,169)
#BDC0BD
(189,192,189)
#D0D4D1
(208,212,209)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25201D; }

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

This text font color is #25201D.


Background Color

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

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

This div background color is #25201D.


Border color

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

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

This div border color is #25201D.


Opacity

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

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

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

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

This text has shadow with #25201D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25201D on black background.


Color preview on white background

This text has color #25201D on white background.



Black color preview on #25201D background

This text has black color on #25201D background.


White color preview on #25201D background

This text has white color on #25201D background.