COLOR #456E58

HEX: #456E58
RGB: (69,110,88)

Color info

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

RGB color model

#456E58 color RGB value is (69,110,88).

  • red value is 69;
  • green value is 110;
  • blue value is 88.
RGB:
(69,110,88)
(27%,43%,35%)

RGB channels and saturation

R 69 of 255 = 27%
G 110 of 255 = 43%
B 88 of 255 = 35%

69
110
88

R + G + B ~ 35%. #456E58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 110 + 88 = 267 (100%)
R 69 of 267 ~ 25.84%
G 110 of 267 ~ 41.2%
B 88 of 267 ~ 32.96%

%25.84
%41.2
%32.96

CMYK color model

#456E58 color CMYK value is (37,0,20,57).

  • cyan value is 37.27%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 56.86%
CMYK:
(37,0,20,57)
C37M0Y20K57 
(37%,0%,20%,57%)
(0.37/0.00/0.20/0.57)	

CMYK percentages

%37.27
%0
%20
%56.86

Codes

Color #456E58 in popluar color models

456E58
RGB6911088
HSL148°22.91%35.10%
HSB/HSV148°37.27%43.14%
CMYK37.27%0.00%20.00%
56.86%

Color #456E58 in popluar number systems.

HEX456E58
Decimal6911088
Binary100010111011101011000
Octal105156130

Shades and tints

Shades of #456E58

#456E58
(69,110,88)
#3F6450
(63,100,80)
#395A48
(57,90,72)
#335040
(51,80,64)
#2D4638
(45,70,56)
#273C30
(39,60,48)
#213228
(33,50,40)
#1B2820
(27,40,32)
#151E18
(21,30,24)
#0F1410
(15,20,16)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #456E58

#456E58
(69,110,88)
#557B67
(85,123,103)
#658876
(101,136,118)
#759585
(117,149,133)
#85A294
(133,162,148)
#95AFA3
(149,175,163)
#A5BCB2
(165,188,178)
#B5C9C1
(181,201,193)
#C5D6D0
(197,214,208)
#D5E3DF
(213,227,223)
#E5F0EE
(229,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456E58 color. Also use rgb(69,110,88) instead hex code.

Text Font Color

.myTextColor { color: #456E58; }

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

This text font color is #456E58.


Background Color

.myBgColor { background-color: #456E58; }

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

This div background color is #456E58.


Border color

.myBorderColor { border: 1px solid #456E58; }

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

This div border color is #456E58.


Opacity

.myOpacity80 { color: #456E58; opacity: 0.8; }

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

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

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

This text has shadow with #456E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456E58 on black background.


Color preview on white background

This text has color #456E58 on white background.



Black color preview on #456E58 background

This text has black color on #456E58 background.


White color preview on #456E58 background

This text has white color on #456E58 background.