COLOR #457420

HEX: #457420
RGB: (69,116,32)

Color info

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

RGB color model

#457420 color RGB value is (69,116,32).

  • red value is 69;
  • green value is 116;
  • blue value is 32.
RGB:
(69,116,32)
(27%,45%,13%)

RGB channels and saturation

R 69 of 255 = 27%
G 116 of 255 = 45%
B 32 of 255 = 13%

69
116
32

R + G + B ~ 28%. #457420 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 116 + 32 = 217 (100%)
R 69 of 217 ~ 31.8%
G 116 of 217 ~ 53.46%
B 32 of 217 ~ 14.75%

%31.8
%53.46
%14.75

CMYK color model

#457420 color CMYK value is (41,0,72,55).

  • cyan value is 40.52%
  • magenta value is 0.00%
  • yellow value is 72.41%
  • key color value is 54.51%
CMYK:
(41,0,72,55)
C41M0Y72K55 
(41%,0%,72%,55%)
(0.41/0.00/0.72/0.55)	

CMYK percentages

%40.52
%0
%72.41
%54.51

Codes

Color #457420 in popluar color models

457420
RGB6911632
HSL94°56.76%29.02%
HSB/HSV94°72.41%45.49%
CMYK40.52%0.00%72.41%
54.51%

Color #457420 in popluar number systems.

HEX457420
Decimal6911632
Binary10001011110100100000
Octal10516440

Shades and tints

Shades of #457420

#457420
(69,116,32)
#3F6A1E
(63,106,30)
#39601C
(57,96,28)
#33561A
(51,86,26)
#2D4C18
(45,76,24)
#274216
(39,66,22)
#213814
(33,56,20)
#1B2E12
(27,46,18)
#152410
(21,36,16)
#0F1A0E
(15,26,14)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #457420

#457420
(69,116,32)
#558034
(85,128,52)
#658C48
(101,140,72)
#75985C
(117,152,92)
#85A470
(133,164,112)
#95B084
(149,176,132)
#A5BC98
(165,188,152)
#B5C8AC
(181,200,172)
#C5D4C0
(197,212,192)
#D5E0D4
(213,224,212)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457420 color. Also use rgb(69,116,32) instead hex code.

Text Font Color

.myTextColor { color: #457420; }

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

This text font color is #457420.


Background Color

.myBgColor { background-color: #457420; }

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

This div background color is #457420.


Border color

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

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

This div border color is #457420.


Opacity

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

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

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

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

This text has shadow with #457420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457420 on black background.


Color preview on white background

This text has color #457420 on white background.



Black color preview on #457420 background

This text has black color on #457420 background.


White color preview on #457420 background

This text has white color on #457420 background.