COLOR #455A4F

HEX: #455A4F
RGB: (69,90,79)

Color info

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

RGB color model

#455A4F color RGB value is (69,90,79).

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

RGB channels and saturation

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

69
90
79

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

Portions of RGB colors in percentages

R + G + B =
69 + 90 + 79 = 238 (100%)
R 69 of 238 ~ 28.99%
G 90 of 238 ~ 37.82%
B 79 of 238 ~ 33.19%

%28.99
%37.82
%33.19

CMYK color model

#455A4F color CMYK value is (23,0,12,65).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 64.71%
CMYK:
(23,0,12,65)
C23M0Y12K65 
(23%,0%,12%,65%)
(0.23/0.00/0.12/0.65)	

CMYK percentages

%23.33
%0
%12.22
%64.71

Codes

Color #455A4F in popluar color models

455A4F
RGB699079
HSL149°13.21%31.18%
HSB/HSV149°23.33%35.29%
CMYK23.33%0.00%12.22%
64.71%

Color #455A4F in popluar number systems.

HEX455A4F
Decimal699079
Binary100010110110101001111
Octal105132117

Shades and tints

Shades of #455A4F

#455A4F
(69,90,79)
#3F5248
(63,82,72)
#394A41
(57,74,65)
#33423A
(51,66,58)
#2D3A33
(45,58,51)
#27322C
(39,50,44)
#212A25
(33,42,37)
#1B221E
(27,34,30)
#151A17
(21,26,23)
#0F1210
(15,18,16)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #455A4F

#455A4F
(69,90,79)
#55695F
(85,105,95)
#65786F
(101,120,111)
#75877F
(117,135,127)
#85968F
(133,150,143)
#95A59F
(149,165,159)
#A5B4AF
(165,180,175)
#B5C3BF
(181,195,191)
#C5D2CF
(197,210,207)
#D5E1DF
(213,225,223)
#E5F0EF
(229,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455A4F; }

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

This text font color is #455A4F.


Background Color

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

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

This div background color is #455A4F.


Border color

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

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

This div border color is #455A4F.


Opacity

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

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

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

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

This text has shadow with #455A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455A4F on black background.


Color preview on white background

This text has color #455A4F on white background.



Black color preview on #455A4F background

This text has black color on #455A4F background.


White color preview on #455A4F background

This text has white color on #455A4F background.