COLOR #254935

HEX: #254935
RGB: (37,73,53)

Color info

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

RGB color model

#254935 color RGB value is (37,73,53).

  • red value is 37;
  • green value is 73;
  • blue value is 53.
RGB:
(37,73,53)
(15%,29%,21%)

RGB channels and saturation

R 37 of 255 = 15%
G 73 of 255 = 29%
B 53 of 255 = 21%

37
73
53

R + G + B ~ 22%. #254935 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 73 + 53 = 163 (100%)
R 37 of 163 ~ 22.7%
G 73 of 163 ~ 44.79%
B 53 of 163 ~ 32.52%

%22.7
%44.79
%32.52

CMYK color model

#254935 color CMYK value is (49,0,27,71).

  • cyan value is 49.32%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 71.37%
CMYK:
(49,0,27,71)
C49M0Y27K71 
(49%,0%,27%,71%)
(0.49/0.00/0.27/0.71)	

CMYK percentages

%49.32
%0
%27.4
%71.37

Codes

Color #254935 in popluar color models

254935
RGB377353
HSL147°32.73%21.57%
HSB/HSV147°49.32%28.63%
CMYK49.32%0.00%27.40%
71.37%

Color #254935 in popluar number systems.

HEX254935
Decimal377353
Binary1001011001001110101
Octal4511165

Shades and tints

Shades of #254935

#254935
(37,73,53)
#224331
(34,67,49)
#1F3D2D
(31,61,45)
#1C3729
(28,55,41)
#193125
(25,49,37)
#162B21
(22,43,33)
#13251D
(19,37,29)
#101F19
(16,31,25)
#0D1915
(13,25,21)
#0A1311
(10,19,17)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #254935

#254935
(37,73,53)
#385947
(56,89,71)
#4B6959
(75,105,89)
#5E796B
(94,121,107)
#71897D
(113,137,125)
#84998F
(132,153,143)
#97A9A1
(151,169,161)
#AAB9B3
(170,185,179)
#BDC9C5
(189,201,197)
#D0D9D7
(208,217,215)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254935; }

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

This text font color is #254935.


Background Color

.myBgColor { background-color: #254935; }

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

This div background color is #254935.


Border color

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

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

This div border color is #254935.


Opacity

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

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

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

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

This text has shadow with #254935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254935 on black background.


Color preview on white background

This text has color #254935 on white background.



Black color preview on #254935 background

This text has black color on #254935 background.


White color preview on #254935 background

This text has white color on #254935 background.