COLOR #455A50

HEX: #455A50
RGB: (69,90,80)

Color info

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

RGB color model

#455A50 color RGB value is (69,90,80).

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

RGB channels and saturation

R 69 of 255 = 27%
G 90 of 255 = 35%
B 80 of 255 = 31%

69
90
80

R + G + B ~ 31%. #455A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 90 + 80 = 239 (100%)
R 69 of 239 ~ 28.87%
G 90 of 239 ~ 37.66%
B 80 of 239 ~ 33.47%

%28.87
%37.66
%33.47

CMYK color model

#455A50 color CMYK value is (23,0,11,65).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 64.71%
CMYK:
(23,0,11,65)
C23M0Y11K65 
(23%,0%,11%,65%)
(0.23/0.00/0.11/0.65)	

CMYK percentages

%23.33
%0
%11.11
%64.71

Codes

Color #455A50 in popluar color models

455A50
RGB699080
HSL151°13.21%31.18%
HSB/HSV151°23.33%35.29%
CMYK23.33%0.00%11.11%
64.71%

Color #455A50 in popluar number systems.

HEX455A50
Decimal699080
Binary100010110110101010000
Octal105132120

Shades and tints

Shades of #455A50

#455A50
(69,90,80)
#3F5249
(63,82,73)
#394A42
(57,74,66)
#33423B
(51,66,59)
#2D3A34
(45,58,52)
#27322D
(39,50,45)
#212A26
(33,42,38)
#1B221F
(27,34,31)
#151A18
(21,26,24)
#0F1211
(15,18,17)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #455A50

#455A50
(69,90,80)
#55695F
(85,105,95)
#65786E
(101,120,110)
#75877D
(117,135,125)
#85968C
(133,150,140)
#95A59B
(149,165,155)
#A5B4AA
(165,180,170)
#B5C3B9
(181,195,185)
#C5D2C8
(197,210,200)
#D5E1D7
(213,225,215)
#E5F0E6
(229,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455A50 color. Also use rgb(69,90,80) instead hex code.

Text Font Color

.myTextColor { color: #455A50; }

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

This text font color is #455A50.


Background Color

.myBgColor { background-color: #455A50; }

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

This div background color is #455A50.


Border color

.myBorderColor { border: 1px solid #455A50; }

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

This div border color is #455A50.


Opacity

.myOpacity80 { color: #455A50; opacity: 0.8; }

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

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

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

This text has shadow with #455A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455A50 on black background.


Color preview on white background

This text has color #455A50 on white background.



Black color preview on #455A50 background

This text has black color on #455A50 background.


White color preview on #455A50 background

This text has white color on #455A50 background.