COLOR #25210A

HEX: #25210A
RGB: (37,33,10)

Color info

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

RGB color model

#25210A color RGB value is (37,33,10).

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

RGB channels and saturation

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

37
33
10

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

Portions of RGB colors in percentages

R + G + B =
37 + 33 + 10 = 80 (100%)
R 37 of 80 ~ 46.25%
G 33 of 80 ~ 41.25%
B 10 of 80 ~ 12.5%

%46.25
%41.25
%12.5

CMYK color model

#25210A color CMYK value is (0,11,73,85).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 72.97%
  • key color value is 85.49%
CMYK:
(0,11,73,85)
C0M11Y73K85 
(0%,11%,73%,85%)
(0.00/0.11/0.73/0.85)	

CMYK percentages

%0
%10.81
%72.97
%85.49

Codes

Color #25210A in popluar color models

25210A
RGB373310
HSL51°57.45%9.22%
HSB/HSV51°72.97%14.51%
CMYK0.00%10.81%72.97%
85.49%

Color #25210A in popluar number systems.

HEX25210A
Decimal373310
Binary1001011000011010
Octal454112

Shades and tints

Shades of #25210A

#25210A
(37,33,10)
#221E0A
(34,30,10)
#1F1B0A
(31,27,10)
#1C180A
(28,24,10)
#19150A
(25,21,10)
#16120A
(22,18,10)
#130F0A
(19,15,10)
#100C0A
(16,12,10)
#0D090A
(13,9,10)
#0A060A
(10,6,10)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #25210A

#25210A
(37,33,10)
#383520
(56,53,32)
#4B4936
(75,73,54)
#5E5D4C
(94,93,76)
#717162
(113,113,98)
#848578
(132,133,120)
#97998E
(151,153,142)
#AAADA4
(170,173,164)
#BDC1BA
(189,193,186)
#D0D5D0
(208,213,208)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25210A; }

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

This text font color is #25210A.


Background Color

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

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

This div background color is #25210A.


Border color

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

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

This div border color is #25210A.


Opacity

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

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

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

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

This text has shadow with #25210A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25210A on black background.


Color preview on white background

This text has color #25210A on white background.



Black color preview on #25210A background

This text has black color on #25210A background.


White color preview on #25210A background

This text has white color on #25210A background.