COLOR #457242

HEX: #457242
RGB: (69,114,66)

Color info

#457242 contains red, green and blue colors in about the same proportion. Web safe color of #457242 is #336633 (or #363).

RGB color model

#457242 color RGB value is (69,114,66).

  • red value is 69;
  • green value is 114;
  • blue value is 66.
RGB:
(69,114,66)
(27%,45%,26%)

RGB channels and saturation

R 69 of 255 = 27%
G 114 of 255 = 45%
B 66 of 255 = 26%

69
114
66

R + G + B ~ 33%. #457242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 114 + 66 = 249 (100%)
R 69 of 249 ~ 27.71%
G 114 of 249 ~ 45.78%
B 66 of 249 ~ 26.51%

%27.71
%45.78
%26.51

CMYK color model

#457242 color CMYK value is (39,0,42,55).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 55.29%
CMYK:
(39,0,42,55)
C39M0Y42K55 
(39%,0%,42%,55%)
(0.39/0.00/0.42/0.55)	

CMYK percentages

%39.47
%0
%42.11
%55.29

Codes

Color #457242 in popluar color models

457242
RGB6911466
HSL116°26.67%35.29%
HSB/HSV116°42.11%44.71%
CMYK39.47%0.00%42.11%
55.29%

Color #457242 in popluar number systems.

HEX457242
Decimal6911466
Binary100010111100101000010
Octal105162102

Shades and tints

Shades of #457242

#457242
(69,114,66)
#3F683C
(63,104,60)
#395E36
(57,94,54)
#335430
(51,84,48)
#2D4A2A
(45,74,42)
#274024
(39,64,36)
#21361E
(33,54,30)
#1B2C18
(27,44,24)
#152212
(21,34,18)
#0F180C
(15,24,12)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #457242

#457242
(69,114,66)
#557E53
(85,126,83)
#658A64
(101,138,100)
#759675
(117,150,117)
#85A286
(133,162,134)
#95AE97
(149,174,151)
#A5BAA8
(165,186,168)
#B5C6B9
(181,198,185)
#C5D2CA
(197,210,202)
#D5DEDB
(213,222,219)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457242 color. Also use rgb(69,114,66) instead hex code.

Text Font Color

.myTextColor { color: #457242; }

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

This text font color is #457242.


Background Color

.myBgColor { background-color: #457242; }

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

This div background color is #457242.


Border color

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

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

This div border color is #457242.


Opacity

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

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

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

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

This text has shadow with #457242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457242 on black background.


Color preview on white background

This text has color #457242 on white background.



Black color preview on #457242 background

This text has black color on #457242 background.


White color preview on #457242 background

This text has white color on #457242 background.