COLOR #25201F

HEX: #25201F
RGB: (37,32,31)

Color info

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

RGB color model

#25201F color RGB value is (37,32,31).

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

RGB channels and saturation

R 37 of 255 = 15%
G 32 of 255 = 13%
B 31 of 255 = 12%

37
32
31

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

Portions of RGB colors in percentages

R + G + B =
37 + 32 + 31 = 100 (100%)
R 37 of 100 ~ 37%
G 32 of 100 ~ 32%
B 31 of 100 ~ 31%

%37
%32
%31

CMYK color model

#25201F color CMYK value is (0,14,16,85).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 16.22%
  • key color value is 85.49%
CMYK:
(0,14,16,85)
C0M14Y16K85 
(0%,14%,16%,85%)
(0.00/0.14/0.16/0.85)	

CMYK percentages

%0
%13.51
%16.22
%85.49

Codes

Color #25201F in popluar color models

25201F
RGB373231
HSL10°8.82%13.33%
HSB/HSV10°16.22%14.51%
CMYK0.00%13.51%16.22%
85.49%

Color #25201F in popluar number systems.

HEX25201F
Decimal373231
Binary10010110000011111
Octal454037

Shades and tints

Shades of #25201F

#25201F
(37,32,31)
#221E1D
(34,30,29)
#1F1C1B
(31,28,27)
#1C1A19
(28,26,25)
#191817
(25,24,23)
#161615
(22,22,21)
#131413
(19,20,19)
#101211
(16,18,17)
#0D100F
(13,16,15)
#0A0E0D
(10,14,13)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #25201F

#25201F
(37,32,31)
#383433
(56,52,51)
#4B4847
(75,72,71)
#5E5C5B
(94,92,91)
#71706F
(113,112,111)
#848483
(132,132,131)
#979897
(151,152,151)
#AAACAB
(170,172,171)
#BDC0BF
(189,192,191)
#D0D4D3
(208,212,211)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25201F; }

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

This text font color is #25201F.


Background Color

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

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

This div background color is #25201F.


Border color

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

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

This div border color is #25201F.


Opacity

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

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

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

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

This text has shadow with #25201F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25201F on black background.


Color preview on white background

This text has color #25201F on white background.



Black color preview on #25201F background

This text has black color on #25201F background.


White color preview on #25201F background

This text has white color on #25201F background.