COLOR #455950

HEX: #455950
RGB: (69,89,80)

Color info

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

RGB color model

#455950 color RGB value is (69,89,80).

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

RGB channels and saturation

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

69
89
80

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

Portions of RGB colors in percentages

R + G + B =
69 + 89 + 80 = 238 (100%)
R 69 of 238 ~ 28.99%
G 89 of 238 ~ 37.39%
B 80 of 238 ~ 33.61%

%28.99
%37.39
%33.61

CMYK color model

#455950 color CMYK value is (22,0,10,65).

  • cyan value is 22.47%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK:
(22,0,10,65)
C22M0Y10K65 
(22%,0%,10%,65%)
(0.22/0.00/0.10/0.65)	

CMYK percentages

%22.47
%0
%10.11
%65.1

Codes

Color #455950 in popluar color models

455950
RGB698980
HSL153°12.66%30.98%
HSB/HSV153°22.47%34.90%
CMYK22.47%0.00%10.11%
65.10%

Color #455950 in popluar number systems.

HEX455950
Decimal698980
Binary100010110110011010000
Octal105131120

Shades and tints

Shades of #455950

#455950
(69,89,80)
#3F5149
(63,81,73)
#394942
(57,73,66)
#33413B
(51,65,59)
#2D3934
(45,57,52)
#27312D
(39,49,45)
#212926
(33,41,38)
#1B211F
(27,33,31)
#151918
(21,25,24)
#0F1111
(15,17,17)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #455950

#455950
(69,89,80)
#55685F
(85,104,95)
#65776E
(101,119,110)
#75867D
(117,134,125)
#85958C
(133,149,140)
#95A49B
(149,164,155)
#A5B3AA
(165,179,170)
#B5C2B9
(181,194,185)
#C5D1C8
(197,209,200)
#D5E0D7
(213,224,215)
#E5EFE6
(229,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455950; }

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

This text font color is #455950.


Background Color

.myBgColor { background-color: #455950; }

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

This div background color is #455950.


Border color

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

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

This div border color is #455950.


Opacity

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

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

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

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

This text has shadow with #455950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455950 on black background.


Color preview on white background

This text has color #455950 on white background.



Black color preview on #455950 background

This text has black color on #455950 background.


White color preview on #455950 background

This text has white color on #455950 background.