COLOR #457050

HEX: #457050
RGB: (69,112,80)

Color info

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

RGB color model

#457050 color RGB value is (69,112,80).

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

RGB channels and saturation

R 69 of 255 = 27%
G 112 of 255 = 44%
B 80 of 255 = 31%

69
112
80

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

Portions of RGB colors in percentages

R + G + B =
69 + 112 + 80 = 261 (100%)
R 69 of 261 ~ 26.44%
G 112 of 261 ~ 42.91%
B 80 of 261 ~ 30.65%

%26.44
%42.91
%30.65

CMYK color model

#457050 color CMYK value is (38,0,29,56).

  • cyan value is 38.39%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 56.08%
CMYK:
(38,0,29,56)
C38M0Y29K56 
(38%,0%,29%,56%)
(0.38/0.00/0.29/0.56)	

CMYK percentages

%38.39
%0
%28.57
%56.08

Codes

Color #457050 in popluar color models

457050
RGB6911280
HSL135°23.76%35.49%
HSB/HSV135°38.39%43.92%
CMYK38.39%0.00%28.57%
56.08%

Color #457050 in popluar number systems.

HEX457050
Decimal6911280
Binary100010111100001010000
Octal105160120

Shades and tints

Shades of #457050

#457050
(69,112,80)
#3F6649
(63,102,73)
#395C42
(57,92,66)
#33523B
(51,82,59)
#2D4834
(45,72,52)
#273E2D
(39,62,45)
#213426
(33,52,38)
#1B2A1F
(27,42,31)
#152018
(21,32,24)
#0F1611
(15,22,17)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #457050

#457050
(69,112,80)
#557D5F
(85,125,95)
#658A6E
(101,138,110)
#75977D
(117,151,125)
#85A48C
(133,164,140)
#95B19B
(149,177,155)
#A5BEAA
(165,190,170)
#B5CBB9
(181,203,185)
#C5D8C8
(197,216,200)
#D5E5D7
(213,229,215)
#E5F2E6
(229,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457050; }

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

This text font color is #457050.


Background Color

.myBgColor { background-color: #457050; }

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

This div background color is #457050.


Border color

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

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

This div border color is #457050.


Opacity

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

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

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

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

This text has shadow with #457050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457050 on black background.


Color preview on white background

This text has color #457050 on white background.



Black color preview on #457050 background

This text has black color on #457050 background.


White color preview on #457050 background

This text has white color on #457050 background.