COLOR #455052

HEX: #455052
RGB: (69,80,82)

Color info

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

RGB color model

#455052 color RGB value is (69,80,82).

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

RGB channels and saturation

R 69 of 255 = 27%
G 80 of 255 = 31%
B 82 of 255 = 32%

69
80
82

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

Portions of RGB colors in percentages

R + G + B =
69 + 80 + 82 = 231 (100%)
R 69 of 231 ~ 29.87%
G 80 of 231 ~ 34.63%
B 82 of 231 ~ 35.5%

%29.87
%34.63
%35.5

CMYK color model

#455052 color CMYK value is (16,2,0,68).

  • cyan value is 15.85%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(16,2,0,68)
C16M2Y0K68 
(16%,2%,0%,68%)
(0.16/0.02/0.00/0.68)	

CMYK percentages

%15.85
%2.44
%0
%67.84

Codes

Color #455052 in popluar color models

455052
RGB698082
HSL189°8.61%29.61%
HSB/HSV189°15.85%32.16%
CMYK15.85%2.44%0.00%
67.84%

Color #455052 in popluar number systems.

HEX455052
Decimal698082
Binary100010110100001010010
Octal105120122

Shades and tints

Shades of #455052

#455052
(69,80,82)
#3F494B
(63,73,75)
#394244
(57,66,68)
#333B3D
(51,59,61)
#2D3436
(45,52,54)
#272D2F
(39,45,47)
#212628
(33,38,40)
#1B1F21
(27,31,33)
#15181A
(21,24,26)
#0F1113
(15,17,19)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #455052

#455052
(69,80,82)
#555F61
(85,95,97)
#656E70
(101,110,112)
#757D7F
(117,125,127)
#858C8E
(133,140,142)
#959B9D
(149,155,157)
#A5AAAC
(165,170,172)
#B5B9BB
(181,185,187)
#C5C8CA
(197,200,202)
#D5D7D9
(213,215,217)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455052; }

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

This text font color is #455052.


Background Color

.myBgColor { background-color: #455052; }

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

This div background color is #455052.


Border color

.myBorderColor { border: 1px solid #455052; }

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

This div border color is #455052.


Opacity

.myOpacity80 { color: #455052; opacity: 0.8; }

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

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

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

This text has shadow with #455052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455052 on black background.


Color preview on white background

This text has color #455052 on white background.



Black color preview on #455052 background

This text has black color on #455052 background.


White color preview on #455052 background

This text has white color on #455052 background.