COLOR #25210E

HEX: #25210E RGB: (37,33,14)

Color info

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

RGB color model

#25210E color RGB value is (37,33,14).

RGB: (37,33,14) (15%, 13%, 5%)

RGB channels and saturation

R 37 of 255 = 15%
G 33 of 255 = 13%
B 14 of 255 = 5%

37
33
14

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

Portions of RGB colors in percentages

R + G + B = 37 + 33 + 14 = 84 (100%)
R 37 of 84 ~ 44.05%
G 33 of 84 ~ 39.29%
B 14 of 84 ~ 16.67'%

%44.05
%39.29
%16.67

CMYK color model

#25210E color CMYK value is (0,11,62,85).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 62.16%
  • key color value is 85.49%

CMYK: (0,11,62,85)
C0M11Y62K85 (0%, 11%, 62%, 85%)
(0.00 / 0.11 / 0.62 / 0.85)

CMYK percentages

%0
%10.81
%62.16
%85.49

Codes

Color #25210E in popluar color models

25 21 0E
RGB 37 33 14
HSL 50° 45.10% 10.00%
HSB/HSV 50° 62.16% 14.51%
CMYK 0.00% 10.81% 62.16%
85.49%

Color #25210E in popluar number systems.

HEX 25 21 0E
Decimal 37 33 14
Binary 100101 100001 1110
Octal 45 41 16

Shades and tints

Shades of #25210E

#25210E
(37,33,14)
#221E0D
(34,30,13)
#1F1B0C
(31,27,12)
#1C180B
(28,24,11)
#19150A
(25,21,10)
#161209
(22,18,9)
#130F08
(19,15,8)
#100C07
(16,12,7)
#0D0906
(13,9,6)
#0A0605
(10,6,5)
#070304
(7,3,4)
#000000
(0,0,0)

Tints of #25210E

#25210E
(37,33,14)
#383523
(56,53,35)
#4B4938
(75,73,56)
#5E5D4D
(94,93,77)
#717162
(113,113,98)
#848577
(132,133,119)
#97998C
(151,153,140)
#AAADA1
(170,173,161)
#BDC1B6
(189,193,182)
#D0D5CB
(208,213,203)
#E3E9E0
(227,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25210E; }

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

This text font color is #25210E.

Background Color

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

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

This div background color is #25210E.

Border color

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

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

This div border color is #25210E.

Opacity

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

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

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

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

This text has shadow with #25210E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25210E.

Preview

Color preview on black background

This text has color #25210E on black background.


Color preview on white background

This text has color #25210E on white background.


Black color preview on #25210E background

This text has black color on #25210E background.


White color preview on #25210E background

This text has white color on #25210E background.


Related colors

Complementary color

Complementary color for #hex is #DADEF1.


I love getcolorcode.com

Triadic colors

1 #0E2521 and #210E25 with #25210E are triadic colors.

2 #0E2125 and #21250E with #25210E are triadic colors.