COLOR #456E5A

HEX: #456E5A
RGB: (69,110,90)

Color info

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

RGB color model

#456E5A color RGB value is (69,110,90).

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

RGB channels and saturation

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

69
110
90

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

Portions of RGB colors in percentages

R + G + B =
69 + 110 + 90 = 269 (100%)
R 69 of 269 ~ 25.65%
G 110 of 269 ~ 40.89%
B 90 of 269 ~ 33.46%

%25.65
%40.89
%33.46

CMYK color model

#456E5A color CMYK value is (37,0,18,57).

  • cyan value is 37.27%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 56.86%
CMYK:
(37,0,18,57)
C37M0Y18K57 
(37%,0%,18%,57%)
(0.37/0.00/0.18/0.57)	

CMYK percentages

%37.27
%0
%18.18
%56.86

Codes

Color #456E5A in popluar color models

456E5A
RGB6911090
HSL151°22.91%35.10%
HSB/HSV151°37.27%43.14%
CMYK37.27%0.00%18.18%
56.86%

Color #456E5A in popluar number systems.

HEX456E5A
Decimal6911090
Binary100010111011101011010
Octal105156132

Shades and tints

Shades of #456E5A

#456E5A
(69,110,90)
#3F6452
(63,100,82)
#395A4A
(57,90,74)
#335042
(51,80,66)
#2D463A
(45,70,58)
#273C32
(39,60,50)
#21322A
(33,50,42)
#1B2822
(27,40,34)
#151E1A
(21,30,26)
#0F1412
(15,20,18)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #456E5A

#456E5A
(69,110,90)
#557B69
(85,123,105)
#658878
(101,136,120)
#759587
(117,149,135)
#85A296
(133,162,150)
#95AFA5
(149,175,165)
#A5BCB4
(165,188,180)
#B5C9C3
(181,201,195)
#C5D6D2
(197,214,210)
#D5E3E1
(213,227,225)
#E5F0F0
(229,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456E5A; }

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

This text font color is #456E5A.


Background Color

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

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

This div background color is #456E5A.


Border color

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

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

This div border color is #456E5A.


Opacity

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

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

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

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

This text has shadow with #456E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456E5A on black background.


Color preview on white background

This text has color #456E5A on white background.



Black color preview on #456E5A background

This text has black color on #456E5A background.


White color preview on #456E5A background

This text has white color on #456E5A background.