COLOR #454350

HEX: #454350
RGB: (69,67,80)

Color info

#454350 contains red, green and blue colors in about the same proportion. Web safe color of #454350 is #333366 (or #336).

RGB color model

#454350 color RGB value is (69,67,80).

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

RGB channels and saturation

R 69 of 255 = 27%
G 67 of 255 = 26%
B 80 of 255 = 31%

69
67
80

R + G + B ~ 28%. #454350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 67 + 80 = 216 (100%)
R 69 of 216 ~ 31.94%
G 67 of 216 ~ 31.02%
B 80 of 216 ~ 37.04%

%31.94
%31.02
%37.04

CMYK color model

#454350 color CMYK value is (14,16,0,69).

  • cyan value is 13.75%
  • magenta value is 16.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(14,16,0,69)
C14M16Y0K69 
(14%,16%,0%,69%)
(0.14/0.16/0.00/0.69)	

CMYK percentages

%13.75
%16.25
%0
%68.63

Codes

Color #454350 in popluar color models

454350
RGB696780
HSL249°8.84%28.82%
HSB/HSV249°16.25%31.37%
CMYK13.75%16.25%0.00%
68.63%

Color #454350 in popluar number systems.

HEX454350
Decimal696780
Binary100010110000111010000
Octal105103120

Shades and tints

Shades of #454350

#454350
(69,67,80)
#3F3D49
(63,61,73)
#393742
(57,55,66)
#33313B
(51,49,59)
#2D2B34
(45,43,52)
#27252D
(39,37,45)
#211F26
(33,31,38)
#1B191F
(27,25,31)
#151318
(21,19,24)
#0F0D11
(15,13,17)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #454350

#454350
(69,67,80)
#55545F
(85,84,95)
#65656E
(101,101,110)
#75767D
(117,118,125)
#85878C
(133,135,140)
#95989B
(149,152,155)
#A5A9AA
(165,169,170)
#B5BAB9
(181,186,185)
#C5CBC8
(197,203,200)
#D5DCD7
(213,220,215)
#E5EDE6
(229,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454350; }

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

This text font color is #454350.


Background Color

.myBgColor { background-color: #454350; }

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

This div background color is #454350.


Border color

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

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

This div border color is #454350.


Opacity

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

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

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

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

This text has shadow with #454350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454350 on black background.


Color preview on white background

This text has color #454350 on white background.



Black color preview on #454350 background

This text has black color on #454350 background.


White color preview on #454350 background

This text has white color on #454350 background.