COLOR #25601E

HEX: #25601E
RGB: (37,96,30)

Color info

#25601E contains mainly red and green colors. Web safe color of #25601E is #336633 (or #363).

RGB color model

#25601E color RGB value is (37,96,30).

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

RGB channels and saturation

R 37 of 255 = 15%
G 96 of 255 = 38%
B 30 of 255 = 12%

37
96
30

R + G + B ~ 22%. #25601E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 96 + 30 = 163 (100%)
R 37 of 163 ~ 22.7%
G 96 of 163 ~ 58.9%
B 30 of 163 ~ 18.4%

%22.7
%58.9
%18.4

CMYK color model

#25601E color CMYK value is (61,0,69,62).

  • cyan value is 61.46%
  • magenta value is 0.00%
  • yellow value is 68.75%
  • key color value is 62.35%
CMYK:
(61,0,69,62)
C61M0Y69K62 
(61%,0%,69%,62%)
(0.61/0.00/0.69/0.62)	

CMYK percentages

%61.46
%0
%68.75
%62.35

Codes

Color #25601E in popluar color models

25601E
RGB379630
HSL114°52.38%24.71%
HSB/HSV114°68.75%37.65%
CMYK61.46%0.00%68.75%
62.35%

Color #25601E in popluar number systems.

HEX25601E
Decimal379630
Binary100101110000011110
Octal4514036

Shades and tints

Shades of #25601E

#25601E
(37,96,30)
#22581C
(34,88,28)
#1F501A
(31,80,26)
#1C4818
(28,72,24)
#194016
(25,64,22)
#163814
(22,56,20)
#133012
(19,48,18)
#102810
(16,40,16)
#0D200E
(13,32,14)
#0A180C
(10,24,12)
#07100A
(7,16,10)
#000000
(0,0,0)

Tints of #25601E

#25601E
(37,96,30)
#386E32
(56,110,50)
#4B7C46
(75,124,70)
#5E8A5A
(94,138,90)
#71986E
(113,152,110)
#84A682
(132,166,130)
#97B496
(151,180,150)
#AAC2AA
(170,194,170)
#BDD0BE
(189,208,190)
#D0DED2
(208,222,210)
#E3ECE6
(227,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25601E; }

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

This text font color is #25601E.


Background Color

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

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

This div background color is #25601E.


Border color

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

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

This div border color is #25601E.


Opacity

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

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

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

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

This text has shadow with #25601E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25601E on black background.


Color preview on white background

This text has color #25601E on white background.



Black color preview on #25601E background

This text has black color on #25601E background.


White color preview on #25601E background

This text has white color on #25601E background.