COLOR #457250

HEX: #457250
RGB: (69,114,80)

Color info

#457250 contains red, green and blue colors in about the same proportion. Web safe color of #457250 is #336666 (or #366).

RGB color model

#457250 color RGB value is (69,114,80).

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

RGB channels and saturation

R 69 of 255 = 27%
G 114 of 255 = 45%
B 80 of 255 = 31%

69
114
80

R + G + B ~ 34%. #457250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 114 + 80 = 263 (100%)
R 69 of 263 ~ 26.24%
G 114 of 263 ~ 43.35%
B 80 of 263 ~ 30.42%

%26.24
%43.35
%30.42

CMYK color model

#457250 color CMYK value is (39,0,30,55).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 55.29%
CMYK:
(39,0,30,55)
C39M0Y30K55 
(39%,0%,30%,55%)
(0.39/0.00/0.30/0.55)	

CMYK percentages

%39.47
%0
%29.82
%55.29

Codes

Color #457250 in popluar color models

457250
RGB6911480
HSL135°24.59%35.88%
HSB/HSV135°39.47%44.71%
CMYK39.47%0.00%29.82%
55.29%

Color #457250 in popluar number systems.

HEX457250
Decimal6911480
Binary100010111100101010000
Octal105162120

Shades and tints

Shades of #457250

#457250
(69,114,80)
#3F6849
(63,104,73)
#395E42
(57,94,66)
#33543B
(51,84,59)
#2D4A34
(45,74,52)
#27402D
(39,64,45)
#213626
(33,54,38)
#1B2C1F
(27,44,31)
#152218
(21,34,24)
#0F1811
(15,24,17)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #457250

#457250
(69,114,80)
#557E5F
(85,126,95)
#658A6E
(101,138,110)
#75967D
(117,150,125)
#85A28C
(133,162,140)
#95AE9B
(149,174,155)
#A5BAAA
(165,186,170)
#B5C6B9
(181,198,185)
#C5D2C8
(197,210,200)
#D5DED7
(213,222,215)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457250; }

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

This text font color is #457250.


Background Color

.myBgColor { background-color: #457250; }

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

This div background color is #457250.


Border color

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

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

This div border color is #457250.


Opacity

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

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

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

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

This text has shadow with #457250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457250 on black background.


Color preview on white background

This text has color #457250 on white background.



Black color preview on #457250 background

This text has black color on #457250 background.


White color preview on #457250 background

This text has white color on #457250 background.