COLOR #25471F

HEX: #25471F
RGB: (37,71,31)

Color info

#25471F contains red, green and blue colors in about the same proportion. Web safe color of #25471F is #333333 (or #333).

RGB color model

#25471F color RGB value is (37,71,31).

  • red value is 37;
  • green value is 71;
  • blue value is 31.
RGB:
(37,71,31)
(15%,28%,12%)

RGB channels and saturation

R 37 of 255 = 15%
G 71 of 255 = 28%
B 31 of 255 = 12%

37
71
31

R + G + B ~ 18%. #25471F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 71 + 31 = 139 (100%)
R 37 of 139 ~ 26.62%
G 71 of 139 ~ 51.08%
B 31 of 139 ~ 22.3%

%26.62
%51.08
%22.3

CMYK color model

#25471F color CMYK value is (48,0,56,72).

  • cyan value is 47.89%
  • magenta value is 0.00%
  • yellow value is 56.34%
  • key color value is 72.16%
CMYK:
(48,0,56,72)
C48M0Y56K72 
(48%,0%,56%,72%)
(0.48/0.00/0.56/0.72)	

CMYK percentages

%47.89
%0
%56.34
%72.16

Codes

Color #25471F in popluar color models

25471F
RGB377131
HSL111°39.22%20.00%
HSB/HSV111°56.34%27.84%
CMYK47.89%0.00%56.34%
72.16%

Color #25471F in popluar number systems.

HEX25471F
Decimal377131
Binary100101100011111111
Octal4510737

Shades and tints

Shades of #25471F

#25471F
(37,71,31)
#22411D
(34,65,29)
#1F3B1B
(31,59,27)
#1C3519
(28,53,25)
#192F17
(25,47,23)
#162915
(22,41,21)
#132313
(19,35,19)
#101D11
(16,29,17)
#0D170F
(13,23,15)
#0A110D
(10,17,13)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #25471F

#25471F
(37,71,31)
#385733
(56,87,51)
#4B6747
(75,103,71)
#5E775B
(94,119,91)
#71876F
(113,135,111)
#849783
(132,151,131)
#97A797
(151,167,151)
#AAB7AB
(170,183,171)
#BDC7BF
(189,199,191)
#D0D7D3
(208,215,211)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25471F color. Also use rgb(37,71,31) instead hex code.

Text Font Color

.myTextColor { color: #25471F; }

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

This text font color is #25471F.


Background Color

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

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

This div background color is #25471F.


Border color

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

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

This div border color is #25471F.


Opacity

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

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

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

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

This text has shadow with #25471F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25471F on black background.


Color preview on white background

This text has color #25471F on white background.



Black color preview on #25471F background

This text has black color on #25471F background.


White color preview on #25471F background

This text has white color on #25471F background.