COLOR #25501E

HEX: #25501E
RGB: (37,80,30)

Color info

#25501E contains red, green and blue colors in about the same proportion. Web safe color of #25501E is #336633 (or #363).

RGB color model

#25501E color RGB value is (37,80,30).

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

RGB channels and saturation

R 37 of 255 = 15%
G 80 of 255 = 31%
B 30 of 255 = 12%

37
80
30

R + G + B ~ 19%. #25501E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 80 + 30 = 147 (100%)
R 37 of 147 ~ 25.17%
G 80 of 147 ~ 54.42%
B 30 of 147 ~ 20.41%

%25.17
%54.42
%20.41

CMYK color model

#25501E color CMYK value is (54,0,63,69).

  • cyan value is 53.75%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 68.63%
CMYK:
(54,0,63,69)
C54M0Y63K69 
(54%,0%,63%,69%)
(0.54/0.00/0.63/0.69)	

CMYK percentages

%53.75
%0
%62.5
%68.63

Codes

Color #25501E in popluar color models

25501E
RGB378030
HSL112°45.45%21.57%
HSB/HSV112°62.50%31.37%
CMYK53.75%0.00%62.50%
68.63%

Color #25501E in popluar number systems.

HEX25501E
Decimal378030
Binary100101101000011110
Octal4512036

Shades and tints

Shades of #25501E

#25501E
(37,80,30)
#22491C
(34,73,28)
#1F421A
(31,66,26)
#1C3B18
(28,59,24)
#193416
(25,52,22)
#162D14
(22,45,20)
#132612
(19,38,18)
#101F10
(16,31,16)
#0D180E
(13,24,14)
#0A110C
(10,17,12)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #25501E

#25501E
(37,80,30)
#385F32
(56,95,50)
#4B6E46
(75,110,70)
#5E7D5A
(94,125,90)
#718C6E
(113,140,110)
#849B82
(132,155,130)
#97AA96
(151,170,150)
#AAB9AA
(170,185,170)
#BDC8BE
(189,200,190)
#D0D7D2
(208,215,210)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25501E; }

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

This text font color is #25501E.


Background Color

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

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

This div background color is #25501E.


Border color

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

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

This div border color is #25501E.


Opacity

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

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

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

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

This text has shadow with #25501E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25501E on black background.


Color preview on white background

This text has color #25501E on white background.



Black color preview on #25501E background

This text has black color on #25501E background.


White color preview on #25501E background

This text has white color on #25501E background.