COLOR #254933

HEX: #254933
RGB: (37,73,51)

Color info

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

RGB color model

#254933 color RGB value is (37,73,51).

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

RGB channels and saturation

R 37 of 255 = 15%
G 73 of 255 = 29%
B 51 of 255 = 20%

37
73
51

R + G + B ~ 21%. #254933 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 73 + 51 = 161 (100%)
R 37 of 161 ~ 22.98%
G 73 of 161 ~ 45.34%
B 51 of 161 ~ 31.68%

%22.98
%45.34
%31.68

CMYK color model

#254933 color CMYK value is (49,0,30,71).

  • cyan value is 49.32%
  • magenta value is 0.00%
  • yellow value is 30.14%
  • key color value is 71.37%
CMYK:
(49,0,30,71)
C49M0Y30K71 
(49%,0%,30%,71%)
(0.49/0.00/0.30/0.71)	

CMYK percentages

%49.32
%0
%30.14
%71.37

Codes

Color #254933 in popluar color models

254933
RGB377351
HSL143°32.73%21.57%
HSB/HSV143°49.32%28.63%
CMYK49.32%0.00%30.14%
71.37%

Color #254933 in popluar number systems.

HEX254933
Decimal377351
Binary1001011001001110011
Octal4511163

Shades and tints

Shades of #254933

#254933
(37,73,51)
#22432F
(34,67,47)
#1F3D2B
(31,61,43)
#1C3727
(28,55,39)
#193123
(25,49,35)
#162B1F
(22,43,31)
#13251B
(19,37,27)
#101F17
(16,31,23)
#0D1913
(13,25,19)
#0A130F
(10,19,15)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #254933

#254933
(37,73,51)
#385945
(56,89,69)
#4B6957
(75,105,87)
#5E7969
(94,121,105)
#71897B
(113,137,123)
#84998D
(132,153,141)
#97A99F
(151,169,159)
#AAB9B1
(170,185,177)
#BDC9C3
(189,201,195)
#D0D9D5
(208,217,213)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254933; }

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

This text font color is #254933.


Background Color

.myBgColor { background-color: #254933; }

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

This div background color is #254933.


Border color

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

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

This div border color is #254933.


Opacity

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

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

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

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

This text has shadow with #254933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254933 on black background.


Color preview on white background

This text has color #254933 on white background.



Black color preview on #254933 background

This text has black color on #254933 background.


White color preview on #254933 background

This text has white color on #254933 background.