COLOR #454553

HEX: #454553
RGB: (69,69,83)

Color info

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

RGB color model

#454553 color RGB value is (69,69,83).

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

RGB channels and saturation

R 69 of 255 = 27%
G 69 of 255 = 27%
B 83 of 255 = 33%

69
69
83

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

Portions of RGB colors in percentages

R + G + B =
69 + 69 + 83 = 221 (100%)
R 69 of 221 ~ 31.22%
G 69 of 221 ~ 31.22%
B 83 of 221 ~ 37.56%

%31.22
%31.22
%37.56

CMYK color model

#454553 color CMYK value is (17,17,0,67).

  • cyan value is 16.87%
  • magenta value is 16.87%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(17,17,0,67)
C17M17Y0K67 
(17%,17%,0%,67%)
(0.17/0.17/0.00/0.67)	

CMYK percentages

%16.87
%16.87
%0
%67.45

Codes

Color #454553 in popluar color models

454553
RGB696983
HSL240°9.21%29.80%
HSB/HSV240°16.87%32.55%
CMYK16.87%16.87%0.00%
67.45%

Color #454553 in popluar number systems.

HEX454553
Decimal696983
Binary100010110001011010011
Octal105105123

Shades and tints

Shades of #454553

#454553
(69,69,83)
#3F3F4C
(63,63,76)
#393945
(57,57,69)
#33333E
(51,51,62)
#2D2D37
(45,45,55)
#272730
(39,39,48)
#212129
(33,33,41)
#1B1B22
(27,27,34)
#15151B
(21,21,27)
#0F0F14
(15,15,20)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #454553

#454553
(69,69,83)
#555562
(85,85,98)
#656571
(101,101,113)
#757580
(117,117,128)
#85858F
(133,133,143)
#95959E
(149,149,158)
#A5A5AD
(165,165,173)
#B5B5BC
(181,181,188)
#C5C5CB
(197,197,203)
#D5D5DA
(213,213,218)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454553; }

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

This text font color is #454553.


Background Color

.myBgColor { background-color: #454553; }

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

This div background color is #454553.


Border color

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

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

This div border color is #454553.


Opacity

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

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

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

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

This text has shadow with #454553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454553 on black background.


Color preview on white background

This text has color #454553 on white background.



Black color preview on #454553 background

This text has black color on #454553 background.


White color preview on #454553 background

This text has white color on #454553 background.