COLOR #254519

HEX: #254519
RGB: (37,69,25)

Color info

#254519 contains red, green and blue colors in about the same proportion. Web safe color of #254519 is #333300 (or #330).

RGB color model

#254519 color RGB value is (37,69,25).

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

RGB channels and saturation

R 37 of 255 = 15%
G 69 of 255 = 27%
B 25 of 255 = 10%

37
69
25

R + G + B ~ 17%. #254519 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 69 + 25 = 131 (100%)
R 37 of 131 ~ 28.24%
G 69 of 131 ~ 52.67%
B 25 of 131 ~ 19.08%

%28.24
%52.67
%19.08

CMYK color model

#254519 color CMYK value is (46,0,64,73).

  • cyan value is 46.38%
  • magenta value is 0.00%
  • yellow value is 63.77%
  • key color value is 72.94%
CMYK:
(46,0,64,73)
C46M0Y64K73 
(46%,0%,64%,73%)
(0.46/0.00/0.64/0.73)	

CMYK percentages

%46.38
%0
%63.77
%72.94

Codes

Color #254519 in popluar color models

254519
RGB376925
HSL104°46.81%18.43%
HSB/HSV104°63.77%27.06%
CMYK46.38%0.00%63.77%
72.94%

Color #254519 in popluar number systems.

HEX254519
Decimal376925
Binary100101100010111001
Octal4510531

Shades and tints

Shades of #254519

#254519
(37,69,25)
#223F17
(34,63,23)
#1F3915
(31,57,21)
#1C3313
(28,51,19)
#192D11
(25,45,17)
#16270F
(22,39,15)
#13210D
(19,33,13)
#101B0B
(16,27,11)
#0D1509
(13,21,9)
#0A0F07
(10,15,7)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #254519

#254519
(37,69,25)
#38552D
(56,85,45)
#4B6541
(75,101,65)
#5E7555
(94,117,85)
#718569
(113,133,105)
#84957D
(132,149,125)
#97A591
(151,165,145)
#AAB5A5
(170,181,165)
#BDC5B9
(189,197,185)
#D0D5CD
(208,213,205)
#E3E5E1
(227,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254519 color. Also use rgb(37,69,25) instead hex code.

Text Font Color

.myTextColor { color: #254519; }

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

This text font color is #254519.


Background Color

.myBgColor { background-color: #254519; }

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

This div background color is #254519.


Border color

.myBorderColor { border: 1px solid #254519; }

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

This div border color is #254519.


Opacity

.myOpacity80 { color: #254519; opacity: 0.8; }

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

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

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

This text has shadow with #254519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254519 on black background.


Color preview on white background

This text has color #254519 on white background.



Black color preview on #254519 background

This text has black color on #254519 background.


White color preview on #254519 background

This text has white color on #254519 background.