COLOR #25460A

HEX: #25460A
RGB: (37,70,10)

Color info

#25460A contains mainly red and green colors. Web safe color of #25460A is #333300 (or #330).

RGB color model

#25460A color RGB value is (37,70,10).

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

RGB channels and saturation

R 37 of 255 = 15%
G 70 of 255 = 27%
B 10 of 255 = 4%

37
70
10

R + G + B ~ 15%. #25460A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 70 + 10 = 117 (100%)
R 37 of 117 ~ 31.62%
G 70 of 117 ~ 59.83%
B 10 of 117 ~ 8.55%

%31.62
%59.83

CMYK color model

#25460A color CMYK value is (47,0,86,73).

  • cyan value is 47.14%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 72.55%
CMYK:
(47,0,86,73)
C47M0Y86K73 
(47%,0%,86%,73%)
(0.47/0.00/0.86/0.73)	

CMYK percentages

%47.14
%0
%85.71
%72.55

Codes

Color #25460A in popluar color models

25460A
RGB377010
HSL93°75.00%15.69%
HSB/HSV93°85.71%27.45%
CMYK47.14%0.00%85.71%
72.55%

Color #25460A in popluar number systems.

HEX25460A
Decimal377010
Binary10010110001101010
Octal4510612

Shades and tints

Shades of #25460A

#25460A
(37,70,10)
#22400A
(34,64,10)
#1F3A0A
(31,58,10)
#1C340A
(28,52,10)
#192E0A
(25,46,10)
#16280A
(22,40,10)
#13220A
(19,34,10)
#101C0A
(16,28,10)
#0D160A
(13,22,10)
#0A100A
(10,16,10)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #25460A

#25460A
(37,70,10)
#385620
(56,86,32)
#4B6636
(75,102,54)
#5E764C
(94,118,76)
#718662
(113,134,98)
#849678
(132,150,120)
#97A68E
(151,166,142)
#AAB6A4
(170,182,164)
#BDC6BA
(189,198,186)
#D0D6D0
(208,214,208)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25460A; }

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

This text font color is #25460A.


Background Color

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

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

This div background color is #25460A.


Border color

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

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

This div border color is #25460A.


Opacity

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

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

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

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

This text has shadow with #25460A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25460A on black background.


Color preview on white background

This text has color #25460A on white background.



Black color preview on #25460A background

This text has black color on #25460A background.


White color preview on #25460A background

This text has white color on #25460A background.