COLOR #457359

HEX: #457359
RGB: (69,115,89)

Color info

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

RGB color model

#457359 color RGB value is (69,115,89).

  • red value is 69;
  • green value is 115;
  • blue value is 89.
RGB:
(69,115,89)
(27%,45%,35%)

RGB channels and saturation

R 69 of 255 = 27%
G 115 of 255 = 45%
B 89 of 255 = 35%

69
115
89

R + G + B ~ 36%. #457359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 115 + 89 = 273 (100%)
R 69 of 273 ~ 25.27%
G 115 of 273 ~ 42.12%
B 89 of 273 ~ 32.6%

%25.27
%42.12
%32.6

CMYK color model

#457359 color CMYK value is (40,0,23,55).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 54.90%
CMYK:
(40,0,23,55)
C40M0Y23K55 
(40%,0%,23%,55%)
(0.40/0.00/0.23/0.55)	

CMYK percentages

%40
%0
%22.61
%54.9

Codes

Color #457359 in popluar color models

457359
RGB6911589
HSL146°25.00%36.08%
HSB/HSV146°40.00%45.10%
CMYK40.00%0.00%22.61%
54.90%

Color #457359 in popluar number systems.

HEX457359
Decimal6911589
Binary100010111100111011001
Octal105163131

Shades and tints

Shades of #457359

#457359
(69,115,89)
#3F6951
(63,105,81)
#395F49
(57,95,73)
#335541
(51,85,65)
#2D4B39
(45,75,57)
#274131
(39,65,49)
#213729
(33,55,41)
#1B2D21
(27,45,33)
#152319
(21,35,25)
#0F1911
(15,25,17)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #457359

#457359
(69,115,89)
#557F68
(85,127,104)
#658B77
(101,139,119)
#759786
(117,151,134)
#85A395
(133,163,149)
#95AFA4
(149,175,164)
#A5BBB3
(165,187,179)
#B5C7C2
(181,199,194)
#C5D3D1
(197,211,209)
#D5DFE0
(213,223,224)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457359 color. Also use rgb(69,115,89) instead hex code.

Text Font Color

.myTextColor { color: #457359; }

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

This text font color is #457359.


Background Color

.myBgColor { background-color: #457359; }

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

This div background color is #457359.


Border color

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

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

This div border color is #457359.


Opacity

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

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

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

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

This text has shadow with #457359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457359 on black background.


Color preview on white background

This text has color #457359 on white background.



Black color preview on #457359 background

This text has black color on #457359 background.


White color preview on #457359 background

This text has white color on #457359 background.