COLOR #457A21

HEX: #457A21
RGB: (69,122,33)

Color info

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

RGB color model

#457A21 color RGB value is (69,122,33).

  • red value is 69;
  • green value is 122;
  • blue value is 33.
RGB:
(69,122,33)
(27%,48%,13%)

RGB channels and saturation

R 69 of 255 = 27%
G 122 of 255 = 48%
B 33 of 255 = 13%

69
122
33

R + G + B ~ 29%. #457A21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 122 + 33 = 224 (100%)
R 69 of 224 ~ 30.8%
G 122 of 224 ~ 54.46%
B 33 of 224 ~ 14.73%

%30.8
%54.46
%14.73

CMYK color model

#457A21 color CMYK value is (43,0,73,52).

  • cyan value is 43.44%
  • magenta value is 0.00%
  • yellow value is 72.95%
  • key color value is 52.16%
CMYK:
(43,0,73,52)
C43M0Y73K52 
(43%,0%,73%,52%)
(0.43/0.00/0.73/0.52)	

CMYK percentages

%43.44
%0
%72.95
%52.16

Codes

Color #457A21 in popluar color models

457A21
RGB6912233
HSL96°57.42%30.39%
HSB/HSV96°72.95%47.84%
CMYK43.44%0.00%72.95%
52.16%

Color #457A21 in popluar number systems.

HEX457A21
Decimal6912233
Binary10001011111010100001
Octal10517241

Shades and tints

Shades of #457A21

#457A21
(69,122,33)
#3F6F1E
(63,111,30)
#39641B
(57,100,27)
#335918
(51,89,24)
#2D4E15
(45,78,21)
#274312
(39,67,18)
#21380F
(33,56,15)
#1B2D0C
(27,45,12)
#152209
(21,34,9)
#0F1706
(15,23,6)
#090C03
(9,12,3)
#000000
(0,0,0)

Tints of #457A21

#457A21
(69,122,33)
#558635
(85,134,53)
#659249
(101,146,73)
#759E5D
(117,158,93)
#85AA71
(133,170,113)
#95B685
(149,182,133)
#A5C299
(165,194,153)
#B5CEAD
(181,206,173)
#C5DAC1
(197,218,193)
#D5E6D5
(213,230,213)
#E5F2E9
(229,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457A21 color. Also use rgb(69,122,33) instead hex code.

Text Font Color

.myTextColor { color: #457A21; }

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

This text font color is #457A21.


Background Color

.myBgColor { background-color: #457A21; }

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

This div background color is #457A21.


Border color

.myBorderColor { border: 1px solid #457A21; }

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

This div border color is #457A21.


Opacity

.myOpacity80 { color: #457A21; opacity: 0.8; }

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

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

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

This text has shadow with #457A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457A21 on black background.


Color preview on white background

This text has color #457A21 on white background.



Black color preview on #457A21 background

This text has black color on #457A21 background.


White color preview on #457A21 background

This text has white color on #457A21 background.