COLOR #25210B

HEX: #25210B
RGB: (37,33,11)

Color info

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

RGB color model

#25210B color RGB value is (37,33,11).

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

RGB channels and saturation

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

37
33
11

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

Portions of RGB colors in percentages

R + G + B =
37 + 33 + 11 = 81 (100%)
R 37 of 81 ~ 45.68%
G 33 of 81 ~ 40.74%
B 11 of 81 ~ 13.58%

%45.68
%40.74
%13.58

CMYK color model

#25210B color CMYK value is (0,11,70,85).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 70.27%
  • key color value is 85.49%
CMYK:
(0,11,70,85)
C0M11Y70K85 
(0%,11%,70%,85%)
(0.00/0.11/0.70/0.85)	

CMYK percentages

%0
%10.81
%70.27
%85.49

Codes

Color #25210B in popluar color models

25210B
RGB373311
HSL51°54.17%9.41%
HSB/HSV51°70.27%14.51%
CMYK0.00%10.81%70.27%
85.49%

Color #25210B in popluar number systems.

HEX25210B
Decimal373311
Binary1001011000011011
Octal454113

Shades and tints

Shades of #25210B

#25210B
(37,33,11)
#221E0A
(34,30,10)
#1F1B09
(31,27,9)
#1C1808
(28,24,8)
#191507
(25,21,7)
#161206
(22,18,6)
#130F05
(19,15,5)
#100C04
(16,12,4)
#0D0903
(13,9,3)
#0A0602
(10,6,2)
#070301
(7,3,1)
#000000
(0,0,0)

Tints of #25210B

#25210B
(37,33,11)
#383521
(56,53,33)
#4B4937
(75,73,55)
#5E5D4D
(94,93,77)
#717163
(113,113,99)
#848579
(132,133,121)
#97998F
(151,153,143)
#AAADA5
(170,173,165)
#BDC1BB
(189,193,187)
#D0D5D1
(208,213,209)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25210B; }

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

This text font color is #25210B.


Background Color

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

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

This div background color is #25210B.


Border color

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

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

This div border color is #25210B.


Opacity

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

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

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

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

This text has shadow with #25210B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25210B on black background.


Color preview on white background

This text has color #25210B on white background.



Black color preview on #25210B background

This text has black color on #25210B background.


White color preview on #25210B background

This text has white color on #25210B background.