COLOR #25401A

HEX: #25401A
RGB: (37,64,26)

Color info

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

RGB color model

#25401A color RGB value is (37,64,26).

  • red value is 37;
  • green value is 64;
  • blue value is 26.
RGB:
(37,64,26)
(15%,25%,10%)

RGB channels and saturation

R 37 of 255 = 15%
G 64 of 255 = 25%
B 26 of 255 = 10%

37
64
26

R + G + B ~ 17%. #25401A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 64 + 26 = 127 (100%)
R 37 of 127 ~ 29.13%
G 64 of 127 ~ 50.39%
B 26 of 127 ~ 20.47%

%29.13
%50.39
%20.47

CMYK color model

#25401A color CMYK value is (42,0,59,75).

  • cyan value is 42.19%
  • magenta value is 0.00%
  • yellow value is 59.38%
  • key color value is 74.90%
CMYK:
(42,0,59,75)
C42M0Y59K75 
(42%,0%,59%,75%)
(0.42/0.00/0.59/0.75)	

CMYK percentages

%42.19
%0
%59.38
%74.9

Codes

Color #25401A in popluar color models

25401A
RGB376426
HSL103°42.22%17.65%
HSB/HSV103°59.38%25.10%
CMYK42.19%0.00%59.38%
74.90%

Color #25401A in popluar number systems.

HEX25401A
Decimal376426
Binary100101100000011010
Octal4510032

Shades and tints

Shades of #25401A

#25401A
(37,64,26)
#223B18
(34,59,24)
#1F3616
(31,54,22)
#1C3114
(28,49,20)
#192C12
(25,44,18)
#162710
(22,39,16)
#13220E
(19,34,14)
#101D0C
(16,29,12)
#0D180A
(13,24,10)
#0A1308
(10,19,8)
#070E06
(7,14,6)
#000000
(0,0,0)

Tints of #25401A

#25401A
(37,64,26)
#38512E
(56,81,46)
#4B6242
(75,98,66)
#5E7356
(94,115,86)
#71846A
(113,132,106)
#84957E
(132,149,126)
#97A692
(151,166,146)
#AAB7A6
(170,183,166)
#BDC8BA
(189,200,186)
#D0D9CE
(208,217,206)
#E3EAE2
(227,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25401A color. Also use rgb(37,64,26) instead hex code.

Text Font Color

.myTextColor { color: #25401A; }

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

This text font color is #25401A.


Background Color

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

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

This div background color is #25401A.


Border color

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

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

This div border color is #25401A.


Opacity

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

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

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

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

This text has shadow with #25401A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25401A on black background.


Color preview on white background

This text has color #25401A on white background.



Black color preview on #25401A background

This text has black color on #25401A background.


White color preview on #25401A background

This text has white color on #25401A background.