COLOR #254325

HEX: #254325
RGB: (37,67,37)

Color info

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

RGB color model

#254325 color RGB value is (37,67,37).

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

RGB channels and saturation

R 37 of 255 = 15%
G 67 of 255 = 26%
B 37 of 255 = 15%

37
67
37

R + G + B ~ 19%. #254325 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 67 + 37 = 141 (100%)
R 37 of 141 ~ 26.24%
G 67 of 141 ~ 47.52%
B 37 of 141 ~ 26.24%

%26.24
%47.52
%26.24

CMYK color model

#254325 color CMYK value is (45,0,45,74).

  • cyan value is 44.78%
  • magenta value is 0.00%
  • yellow value is 44.78%
  • key color value is 73.73%
CMYK:
(45,0,45,74)
C45M0Y45K74 
(45%,0%,45%,74%)
(0.45/0.00/0.45/0.74)	

CMYK percentages

%44.78
%0
%44.78
%73.73

Codes

Color #254325 in popluar color models

254325
RGB376737
HSL120°28.85%20.39%
HSB/HSV120°44.78%26.27%
CMYK44.78%0.00%44.78%
73.73%

Color #254325 in popluar number systems.

HEX254325
Decimal376737
Binary1001011000011100101
Octal4510345

Shades and tints

Shades of #254325

#254325
(37,67,37)
#223D22
(34,61,34)
#1F371F
(31,55,31)
#1C311C
(28,49,28)
#192B19
(25,43,25)
#162516
(22,37,22)
#131F13
(19,31,19)
#101910
(16,25,16)
#0D130D
(13,19,13)
#0A0D0A
(10,13,10)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #254325

#254325
(37,67,37)
#385438
(56,84,56)
#4B654B
(75,101,75)
#5E765E
(94,118,94)
#718771
(113,135,113)
#849884
(132,152,132)
#97A997
(151,169,151)
#AABAAA
(170,186,170)
#BDCBBD
(189,203,189)
#D0DCD0
(208,220,208)
#E3EDE3
(227,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254325; }

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

This text font color is #254325.


Background Color

.myBgColor { background-color: #254325; }

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

This div background color is #254325.


Border color

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

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

This div border color is #254325.


Opacity

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

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

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

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

This text has shadow with #254325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254325 on black background.


Color preview on white background

This text has color #254325 on white background.



Black color preview on #254325 background

This text has black color on #254325 background.


White color preview on #254325 background

This text has white color on #254325 background.