COLOR #457A61

HEX: #457A61
RGB: (69,122,97)

Color info

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

RGB color model

#457A61 color RGB value is (69,122,97).

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

RGB channels and saturation

R 69 of 255 = 27%
G 122 of 255 = 48%
B 97 of 255 = 38%

69
122
97

R + G + B ~ 38%. #457A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 122 + 97 = 288 (100%)
R 69 of 288 ~ 23.96%
G 122 of 288 ~ 42.36%
B 97 of 288 ~ 33.68%

%23.96
%42.36
%33.68

CMYK color model

#457A61 color CMYK value is (43,0,20,52).

  • cyan value is 43.44%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • key color value is 52.16%
CMYK:
(43,0,20,52)
C43M0Y20K52 
(43%,0%,20%,52%)
(0.43/0.00/0.20/0.52)	

CMYK percentages

%43.44
%0
%20.49
%52.16

Codes

Color #457A61 in popluar color models

457A61
RGB6912297
HSL152°27.75%37.45%
HSB/HSV152°43.44%47.84%
CMYK43.44%0.00%20.49%
52.16%

Color #457A61 in popluar number systems.

HEX457A61
Decimal6912297
Binary100010111110101100001
Octal105172141

Shades and tints

Shades of #457A61

#457A61
(69,122,97)
#3F6F59
(63,111,89)
#396451
(57,100,81)
#335949
(51,89,73)
#2D4E41
(45,78,65)
#274339
(39,67,57)
#213831
(33,56,49)
#1B2D29
(27,45,41)
#152221
(21,34,33)
#0F1719
(15,23,25)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #457A61

#457A61
(69,122,97)
#55866F
(85,134,111)
#65927D
(101,146,125)
#759E8B
(117,158,139)
#85AA99
(133,170,153)
#95B6A7
(149,182,167)
#A5C2B5
(165,194,181)
#B5CEC3
(181,206,195)
#C5DAD1
(197,218,209)
#D5E6DF
(213,230,223)
#E5F2ED
(229,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457A61; }

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

This text font color is #457A61.


Background Color

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

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

This div background color is #457A61.


Border color

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

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

This div border color is #457A61.


Opacity

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

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

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

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

This text has shadow with #457A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457A61 on black background.


Color preview on white background

This text has color #457A61 on white background.



Black color preview on #457A61 background

This text has black color on #457A61 background.


White color preview on #457A61 background

This text has white color on #457A61 background.