COLOR #25541E

HEX: #25541E
RGB: (37,84,30)

Color info

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

RGB color model

#25541E color RGB value is (37,84,30).

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

RGB channels and saturation

R 37 of 255 = 15%
G 84 of 255 = 33%
B 30 of 255 = 12%

37
84
30

R + G + B ~ 20%. #25541E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 84 + 30 = 151 (100%)
R 37 of 151 ~ 24.5%
G 84 of 151 ~ 55.63%
B 30 of 151 ~ 19.87%

%24.5
%55.63
%19.87

CMYK color model

#25541E color CMYK value is (56,0,64,67).

  • cyan value is 55.95%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 67.06%
CMYK:
(56,0,64,67)
C56M0Y64K67 
(56%,0%,64%,67%)
(0.56/0.00/0.64/0.67)	

CMYK percentages

%55.95
%0
%64.29
%67.06

Codes

Color #25541E in popluar color models

25541E
RGB378430
HSL112°47.37%22.35%
HSB/HSV112°64.29%32.94%
CMYK55.95%0.00%64.29%
67.06%

Color #25541E in popluar number systems.

HEX25541E
Decimal378430
Binary100101101010011110
Octal4512436

Shades and tints

Shades of #25541E

#25541E
(37,84,30)
#224D1C
(34,77,28)
#1F461A
(31,70,26)
#1C3F18
(28,63,24)
#193816
(25,56,22)
#163114
(22,49,20)
#132A12
(19,42,18)
#102310
(16,35,16)
#0D1C0E
(13,28,14)
#0A150C
(10,21,12)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #25541E

#25541E
(37,84,30)
#386332
(56,99,50)
#4B7246
(75,114,70)
#5E815A
(94,129,90)
#71906E
(113,144,110)
#849F82
(132,159,130)
#97AE96
(151,174,150)
#AABDAA
(170,189,170)
#BDCCBE
(189,204,190)
#D0DBD2
(208,219,210)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25541E; }

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

This text font color is #25541E.


Background Color

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

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

This div background color is #25541E.


Border color

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

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

This div border color is #25541E.


Opacity

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

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

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

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

This text has shadow with #25541E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25541E on black background.


Color preview on white background

This text has color #25541E on white background.



Black color preview on #25541E background

This text has black color on #25541E background.


White color preview on #25541E background

This text has white color on #25541E background.