COLOR #25481E

HEX: #25481E
RGB: (37,72,30)

Color info

#25481E contains red, green and blue colors in about the same proportion. Web safe color of #25481E is #333333 (or #333).

RGB color model

#25481E color RGB value is (37,72,30).

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

RGB channels and saturation

R 37 of 255 = 15%
G 72 of 255 = 28%
B 30 of 255 = 12%

37
72
30

R + G + B ~ 18%. #25481E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 72 + 30 = 139 (100%)
R 37 of 139 ~ 26.62%
G 72 of 139 ~ 51.8%
B 30 of 139 ~ 21.58%

%26.62
%51.8
%21.58

CMYK color model

#25481E color CMYK value is (49,0,58,72).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 71.76%
CMYK:
(49,0,58,72)
C49M0Y58K72 
(49%,0%,58%,72%)
(0.49/0.00/0.58/0.72)	

CMYK percentages

%48.61
%0
%58.33
%71.76

Codes

Color #25481E in popluar color models

25481E
RGB377230
HSL110°41.18%20.00%
HSB/HSV110°58.33%28.24%
CMYK48.61%0.00%58.33%
71.76%

Color #25481E in popluar number systems.

HEX25481E
Decimal377230
Binary100101100100011110
Octal4511036

Shades and tints

Shades of #25481E

#25481E
(37,72,30)
#22421C
(34,66,28)
#1F3C1A
(31,60,26)
#1C3618
(28,54,24)
#193016
(25,48,22)
#162A14
(22,42,20)
#132412
(19,36,18)
#101E10
(16,30,16)
#0D180E
(13,24,14)
#0A120C
(10,18,12)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #25481E

#25481E
(37,72,30)
#385832
(56,88,50)
#4B6846
(75,104,70)
#5E785A
(94,120,90)
#71886E
(113,136,110)
#849882
(132,152,130)
#97A896
(151,168,150)
#AAB8AA
(170,184,170)
#BDC8BE
(189,200,190)
#D0D8D2
(208,216,210)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25481E; }

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

This text font color is #25481E.


Background Color

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

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

This div background color is #25481E.


Border color

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

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

This div border color is #25481E.


Opacity

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

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

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

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

This text has shadow with #25481E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25481E on black background.


Color preview on white background

This text has color #25481E on white background.



Black color preview on #25481E background

This text has black color on #25481E background.


White color preview on #25481E background

This text has white color on #25481E background.