COLOR #25200F

HEX: #25200F
RGB: (37,32,15)

Color info

#25200F contains red, green and blue colors in about the same proportion. Web safe color of #25200F is #333300 (or #330).

RGB color model

#25200F color RGB value is (37,32,15).

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

RGB channels and saturation

R 37 of 255 = 15%
G 32 of 255 = 13%
B 15 of 255 = 6%

37
32
15

R + G + B ~ 11%. #25200F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 32 + 15 = 84 (100%)
R 37 of 84 ~ 44.05%
G 32 of 84 ~ 38.1%
B 15 of 84 ~ 17.86%

%44.05
%38.1
%17.86

CMYK color model

#25200F color CMYK value is (0,14,59,85).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 59.46%
  • key color value is 85.49%
CMYK:
(0,14,59,85)
C0M14Y59K85 
(0%,14%,59%,85%)
(0.00/0.14/0.59/0.85)	

CMYK percentages

%0
%13.51
%59.46
%85.49

Codes

Color #25200F in popluar color models

25200F
RGB373215
HSL46°42.31%10.20%
HSB/HSV46°59.46%14.51%
CMYK0.00%13.51%59.46%
85.49%

Color #25200F in popluar number systems.

HEX25200F
Decimal373215
Binary1001011000001111
Octal454017

Shades and tints

Shades of #25200F

#25200F
(37,32,15)
#221E0E
(34,30,14)
#1F1C0D
(31,28,13)
#1C1A0C
(28,26,12)
#19180B
(25,24,11)
#16160A
(22,22,10)
#131409
(19,20,9)
#101208
(16,18,8)
#0D1007
(13,16,7)
#0A0E06
(10,14,6)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #25200F

#25200F
(37,32,15)
#383424
(56,52,36)
#4B4839
(75,72,57)
#5E5C4E
(94,92,78)
#717063
(113,112,99)
#848478
(132,132,120)
#97988D
(151,152,141)
#AAACA2
(170,172,162)
#BDC0B7
(189,192,183)
#D0D4CC
(208,212,204)
#E3E8E1
(227,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25200F; }

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

This text font color is #25200F.


Background Color

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

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

This div background color is #25200F.


Border color

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

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

This div border color is #25200F.


Opacity

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

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

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

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

This text has shadow with #25200F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25200F on black background.


Color preview on white background

This text has color #25200F on white background.



Black color preview on #25200F background

This text has black color on #25200F background.


White color preview on #25200F background

This text has white color on #25200F background.