COLOR #455852

HEX: #455852
RGB: (69,88,82)

Color info

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

RGB color model

#455852 color RGB value is (69,88,82).

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

RGB channels and saturation

R 69 of 255 = 27%
G 88 of 255 = 35%
B 82 of 255 = 32%

69
88
82

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

Portions of RGB colors in percentages

R + G + B =
69 + 88 + 82 = 239 (100%)
R 69 of 239 ~ 28.87%
G 88 of 239 ~ 36.82%
B 82 of 239 ~ 34.31%

%28.87
%36.82
%34.31

CMYK color model

#455852 color CMYK value is (22,0,7,65).

  • cyan value is 21.59%
  • magenta value is 0.00%
  • yellow value is 6.82%
  • key color value is 65.49%
CMYK:
(22,0,7,65)
C22M0Y7K65 
(22%,0%,7%,65%)
(0.22/0.00/0.07/0.65)	

CMYK percentages

%21.59
%0
%6.82
%65.49

Codes

Color #455852 in popluar color models

455852
RGB698882
HSL161°12.10%30.78%
HSB/HSV161°21.59%34.51%
CMYK21.59%0.00%6.82%
65.49%

Color #455852 in popluar number systems.

HEX455852
Decimal698882
Binary100010110110001010010
Octal105130122

Shades and tints

Shades of #455852

#455852
(69,88,82)
#3F504B
(63,80,75)
#394844
(57,72,68)
#33403D
(51,64,61)
#2D3836
(45,56,54)
#27302F
(39,48,47)
#212828
(33,40,40)
#1B2021
(27,32,33)
#15181A
(21,24,26)
#0F1013
(15,16,19)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #455852

#455852
(69,88,82)
#556761
(85,103,97)
#657670
(101,118,112)
#75857F
(117,133,127)
#85948E
(133,148,142)
#95A39D
(149,163,157)
#A5B2AC
(165,178,172)
#B5C1BB
(181,193,187)
#C5D0CA
(197,208,202)
#D5DFD9
(213,223,217)
#E5EEE8
(229,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455852; }

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

This text font color is #455852.


Background Color

.myBgColor { background-color: #455852; }

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

This div background color is #455852.


Border color

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

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

This div border color is #455852.


Opacity

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

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

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

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

This text has shadow with #455852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455852 on black background.


Color preview on white background

This text has color #455852 on white background.



Black color preview on #455852 background

This text has black color on #455852 background.


White color preview on #455852 background

This text has white color on #455852 background.