COLOR #454E50

HEX: #454E50
RGB: (69,78,80)

Color info

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

RGB color model

#454E50 color RGB value is (69,78,80).

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

RGB channels and saturation

R 69 of 255 = 27%
G 78 of 255 = 31%
B 80 of 255 = 31%

69
78
80

R + G + B ~ 30%. #454E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 78 + 80 = 227 (100%)
R 69 of 227 ~ 30.4%
G 78 of 227 ~ 34.36%
B 80 of 227 ~ 35.24%

%30.4
%34.36
%35.24

CMYK color model

#454E50 color CMYK value is (14,2,0,69).

  • cyan value is 13.75%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(14,2,0,69)
C14M2Y0K69 
(14%,2%,0%,69%)
(0.14/0.02/0.00/0.69)	

CMYK percentages

%13.75
%2.5
%0
%68.63

Codes

Color #454E50 in popluar color models

454E50
RGB697880
HSL191°7.38%29.22%
HSB/HSV191°13.75%31.37%
CMYK13.75%2.50%0.00%
68.63%

Color #454E50 in popluar number systems.

HEX454E50
Decimal697880
Binary100010110011101010000
Octal105116120

Shades and tints

Shades of #454E50

#454E50
(69,78,80)
#3F4749
(63,71,73)
#394042
(57,64,66)
#33393B
(51,57,59)
#2D3234
(45,50,52)
#272B2D
(39,43,45)
#212426
(33,36,38)
#1B1D1F
(27,29,31)
#151618
(21,22,24)
#0F0F11
(15,15,17)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #454E50

#454E50
(69,78,80)
#555E5F
(85,94,95)
#656E6E
(101,110,110)
#757E7D
(117,126,125)
#858E8C
(133,142,140)
#959E9B
(149,158,155)
#A5AEAA
(165,174,170)
#B5BEB9
(181,190,185)
#C5CEC8
(197,206,200)
#D5DED7
(213,222,215)
#E5EEE6
(229,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454E50; }

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

This text font color is #454E50.


Background Color

.myBgColor { background-color: #454E50; }

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

This div background color is #454E50.


Border color

.myBorderColor { border: 1px solid #454E50; }

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

This div border color is #454E50.


Opacity

.myOpacity80 { color: #454E50; opacity: 0.8; }

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

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

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

This text has shadow with #454E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454E50 on black background.


Color preview on white background

This text has color #454E50 on white background.



Black color preview on #454E50 background

This text has black color on #454E50 background.


White color preview on #454E50 background

This text has white color on #454E50 background.