COLOR #254025

HEX: #254025
RGB: (37,64,37)

Color info

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

RGB color model

#254025 color RGB value is (37,64,37).

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

RGB channels and saturation

R 37 of 255 = 15%
G 64 of 255 = 25%
B 37 of 255 = 15%

37
64
37

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

Portions of RGB colors in percentages

R + G + B =
37 + 64 + 37 = 138 (100%)
R 37 of 138 ~ 26.81%
G 64 of 138 ~ 46.38%
B 37 of 138 ~ 26.81%

%26.81
%46.38
%26.81

CMYK color model

#254025 color CMYK value is (42,0,42,75).

  • cyan value is 42.19%
  • magenta value is 0.00%
  • yellow value is 42.19%
  • key color value is 74.90%
CMYK:
(42,0,42,75)
C42M0Y42K75 
(42%,0%,42%,75%)
(0.42/0.00/0.42/0.75)	

CMYK percentages

%42.19
%0
%42.19
%74.9

Codes

Color #254025 in popluar color models

254025
RGB376437
HSL120°26.73%19.80%
HSB/HSV120°42.19%25.10%
CMYK42.19%0.00%42.19%
74.90%

Color #254025 in popluar number systems.

HEX254025
Decimal376437
Binary1001011000000100101
Octal4510045

Shades and tints

Shades of #254025

#254025
(37,64,37)
#223B22
(34,59,34)
#1F361F
(31,54,31)
#1C311C
(28,49,28)
#192C19
(25,44,25)
#162716
(22,39,22)
#132213
(19,34,19)
#101D10
(16,29,16)
#0D180D
(13,24,13)
#0A130A
(10,19,10)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #254025

#254025
(37,64,37)
#385138
(56,81,56)
#4B624B
(75,98,75)
#5E735E
(94,115,94)
#718471
(113,132,113)
#849584
(132,149,132)
#97A697
(151,166,151)
#AAB7AA
(170,183,170)
#BDC8BD
(189,200,189)
#D0D9D0
(208,217,208)
#E3EAE3
(227,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254025; }

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

This text font color is #254025.


Background Color

.myBgColor { background-color: #254025; }

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

This div background color is #254025.


Border color

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

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

This div border color is #254025.


Opacity

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

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

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

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

This text has shadow with #254025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254025 on black background.


Color preview on white background

This text has color #254025 on white background.



Black color preview on #254025 background

This text has black color on #254025 background.


White color preview on #254025 background

This text has white color on #254025 background.