COLOR #25471E

HEX: #25471E RGB: (37,71,30)

Color info

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

RGB color model

#25471E color RGB value is (37,71,30).

RGB: (37,71,30) (15%, 28%, 12%)

RGB channels and saturation

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

37
71
30

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

Portions of RGB colors in percentages

R + G + B = 37 + 71 + 30 = 138 (100%)
R 37 of 138 ~ 26.81%
G 71 of 138 ~ 51.45%
B 30 of 138 ~ 21.74'%

%26.81
%51.45
%21.74

CMYK color model

#25471E color CMYK value is (48,0,58,72).

  • cyan value is 47.89%
  • magenta value is 0.00%
  • yellow value is 57.75%
  • key color value is 72.16%

CMYK: (48,0,58,72)
C48M0Y58K72 (48%, 0%, 58%, 72%)
(0.48 / 0.00 / 0.58 / 0.72)

CMYK percentages

%47.89
%0
%57.75
%72.16

Codes

Color #25471E in popluar color models

25 47 1E
RGB 37 71 30
HSL 110° 40.59% 19.80%
HSB/HSV 110° 57.75% 27.84%
CMYK 47.89% 0.00% 57.75%
72.16%

Color #25471E in popluar number systems.

HEX 25 47 1E
Decimal 37 71 30
Binary 100101 1000111 11110
Octal 45 107 36

Shades and tints

Shades of #25471E

#25471E
(37,71,30)
#22411C
(34,65,28)
#1F3B1A
(31,59,26)
#1C3518
(28,53,24)
#192F16
(25,47,22)
#162914
(22,41,20)
#132312
(19,35,18)
#101D10
(16,29,16)
#0D170E
(13,23,14)
#0A110C
(10,17,12)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #25471E

#25471E
(37,71,30)
#385732
(56,87,50)
#4B6746
(75,103,70)
#5E775A
(94,119,90)
#71876E
(113,135,110)
#849782
(132,151,130)
#97A796
(151,167,150)
#AAB7AA
(170,183,170)
#BDC7BE
(189,199,190)
#D0D7D2
(208,215,210)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25471E; }

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

This text font color is #25471E.

Background Color

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

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

This div background color is #25471E.

Border color

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

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

This div border color is #25471E.

Opacity

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

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

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

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

This text has shadow with #25471E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25471E.

Preview

Color preview on black background

This text has color #25471E on black background.


Color preview on white background

This text has color #25471E on white background.


Black color preview on #25471E background

This text has black color on #25471E background.


White color preview on #25471E background

This text has white color on #25471E background.


Related colors

Complementary color

Complementary color for #hex is #DAB8E1.


I love getcolorcode.com

Triadic colors

1 #1E2547 and #471E25 with #25471E are triadic colors.

2 #1E4725 and #47251E with #25471E are triadic colors.