COLOR #457931

HEX: #457931
RGB: (69,121,49)

Color info

#457931 contains mainly red and green colors. Web safe color of #457931 is #336633 (or #363).

RGB color model

#457931 color RGB value is (69,121,49).

  • red value is 69;
  • green value is 121;
  • blue value is 49.
RGB:
(69,121,49)
(27%,47%,19%)

RGB channels and saturation

R 69 of 255 = 27%
G 121 of 255 = 47%
B 49 of 255 = 19%

69
121
49

R + G + B ~ 31%. #457931 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 121 + 49 = 239 (100%)
R 69 of 239 ~ 28.87%
G 121 of 239 ~ 50.63%
B 49 of 239 ~ 20.5%

%28.87
%50.63
%20.5

CMYK color model

#457931 color CMYK value is (43,0,60,53).

  • cyan value is 42.98%
  • magenta value is 0.00%
  • yellow value is 59.50%
  • key color value is 52.55%
CMYK:
(43,0,60,53)
C43M0Y60K53 
(43%,0%,60%,53%)
(0.43/0.00/0.60/0.53)	

CMYK percentages

%42.98
%0
%59.5
%52.55

Codes

Color #457931 in popluar color models

457931
RGB6912149
HSL103°42.35%33.33%
HSB/HSV103°59.50%47.45%
CMYK42.98%0.00%59.50%
52.55%

Color #457931 in popluar number systems.

HEX457931
Decimal6912149
Binary10001011111001110001
Octal10517161

Shades and tints

Shades of #457931

#457931
(69,121,49)
#3F6E2D
(63,110,45)
#396329
(57,99,41)
#335825
(51,88,37)
#2D4D21
(45,77,33)
#27421D
(39,66,29)
#213719
(33,55,25)
#1B2C15
(27,44,21)
#152111
(21,33,17)
#0F160D
(15,22,13)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #457931

#457931
(69,121,49)
#558543
(85,133,67)
#659155
(101,145,85)
#759D67
(117,157,103)
#85A979
(133,169,121)
#95B58B
(149,181,139)
#A5C19D
(165,193,157)
#B5CDAF
(181,205,175)
#C5D9C1
(197,217,193)
#D5E5D3
(213,229,211)
#E5F1E5
(229,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457931 color. Also use rgb(69,121,49) instead hex code.

Text Font Color

.myTextColor { color: #457931; }

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

This text font color is #457931.


Background Color

.myBgColor { background-color: #457931; }

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

This div background color is #457931.


Border color

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

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

This div border color is #457931.


Opacity

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

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

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

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

This text has shadow with #457931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457931 on black background.


Color preview on white background

This text has color #457931 on white background.



Black color preview on #457931 background

This text has black color on #457931 background.


White color preview on #457931 background

This text has white color on #457931 background.