COLOR #25200B

HEX: #25200B
RGB: (37,32,11)

Color info

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

RGB color model

#25200B color RGB value is (37,32,11).

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

RGB channels and saturation

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

37
32
11

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

Portions of RGB colors in percentages

R + G + B =
37 + 32 + 11 = 80 (100%)
R 37 of 80 ~ 46.25%
G 32 of 80 ~ 40%
B 11 of 80 ~ 13.75%

%46.25
%40
%13.75

CMYK color model

#25200B color CMYK value is (0,14,70,85).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 70.27%
  • key color value is 85.49%
CMYK:
(0,14,70,85)
C0M14Y70K85 
(0%,14%,70%,85%)
(0.00/0.14/0.70/0.85)	

CMYK percentages

%0
%13.51
%70.27
%85.49

Codes

Color #25200B in popluar color models

25200B
RGB373211
HSL48°54.17%9.41%
HSB/HSV48°70.27%14.51%
CMYK0.00%13.51%70.27%
85.49%

Color #25200B in popluar number systems.

HEX25200B
Decimal373211
Binary1001011000001011
Octal454013

Shades and tints

Shades of #25200B

#25200B
(37,32,11)
#221E0A
(34,30,10)
#1F1C09
(31,28,9)
#1C1A08
(28,26,8)
#191807
(25,24,7)
#161606
(22,22,6)
#131405
(19,20,5)
#101204
(16,18,4)
#0D1003
(13,16,3)
#0A0E02
(10,14,2)
#070C01
(7,12,1)
#000000
(0,0,0)

Tints of #25200B

#25200B
(37,32,11)
#383421
(56,52,33)
#4B4837
(75,72,55)
#5E5C4D
(94,92,77)
#717063
(113,112,99)
#848479
(132,132,121)
#97988F
(151,152,143)
#AAACA5
(170,172,165)
#BDC0BB
(189,192,187)
#D0D4D1
(208,212,209)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25200B; }

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

This text font color is #25200B.


Background Color

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

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

This div background color is #25200B.


Border color

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

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

This div border color is #25200B.


Opacity

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

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

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

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

This text has shadow with #25200B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25200B on black background.


Color preview on white background

This text has color #25200B on white background.



Black color preview on #25200B background

This text has black color on #25200B background.


White color preview on #25200B background

This text has white color on #25200B background.