COLOR #454551

HEX: #454551
RGB: (69,69,81)

Color info

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

RGB color model

#454551 color RGB value is (69,69,81).

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

RGB channels and saturation

R 69 of 255 = 27%
G 69 of 255 = 27%
B 81 of 255 = 32%

69
69
81

R + G + B ~ 29%. #454551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 69 + 81 = 219 (100%)
R 69 of 219 ~ 31.51%
G 69 of 219 ~ 31.51%
B 81 of 219 ~ 36.99%

%31.51
%31.51
%36.99

CMYK color model

#454551 color CMYK value is (15,15,0,68).

  • cyan value is 14.81%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(15,15,0,68)
C15M15Y0K68 
(15%,15%,0%,68%)
(0.15/0.15/0.00/0.68)	

CMYK percentages

%14.81
%14.81
%0
%68.24

Codes

Color #454551 in popluar color models

454551
RGB696981
HSL240°8.00%29.41%
HSB/HSV240°14.81%31.76%
CMYK14.81%14.81%0.00%
68.24%

Color #454551 in popluar number systems.

HEX454551
Decimal696981
Binary100010110001011010001
Octal105105121

Shades and tints

Shades of #454551

#454551
(69,69,81)
#3F3F4A
(63,63,74)
#393943
(57,57,67)
#33333C
(51,51,60)
#2D2D35
(45,45,53)
#27272E
(39,39,46)
#212127
(33,33,39)
#1B1B20
(27,27,32)
#151519
(21,21,25)
#0F0F12
(15,15,18)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #454551

#454551
(69,69,81)
#555560
(85,85,96)
#65656F
(101,101,111)
#75757E
(117,117,126)
#85858D
(133,133,141)
#95959C
(149,149,156)
#A5A5AB
(165,165,171)
#B5B5BA
(181,181,186)
#C5C5C9
(197,197,201)
#D5D5D8
(213,213,216)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454551; }

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

This text font color is #454551.


Background Color

.myBgColor { background-color: #454551; }

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

This div background color is #454551.


Border color

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

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

This div border color is #454551.


Opacity

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

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

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

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

This text has shadow with #454551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454551 on black background.


Color preview on white background

This text has color #454551 on white background.



Black color preview on #454551 background

This text has black color on #454551 background.


White color preview on #454551 background

This text has white color on #454551 background.