COLOR #454953

HEX: #454953
RGB: (69,73,83)

Color info

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

RGB color model

#454953 color RGB value is (69,73,83).

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

RGB channels and saturation

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

69
73
83

R + G + B ~ 30%. #454953 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 73 + 83 = 225 (100%)
R 69 of 225 ~ 30.67%
G 73 of 225 ~ 32.44%
B 83 of 225 ~ 36.89%

%30.67
%32.44
%36.89

CMYK color model

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

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

CMYK percentages

%16.87
%12.05
%0
%67.45

Codes

Color #454953 in popluar color models

454953
RGB697383
HSL223°9.21%29.80%
HSB/HSV223°16.87%32.55%
CMYK16.87%12.05%0.00%
67.45%

Color #454953 in popluar number systems.

HEX454953
Decimal697383
Binary100010110010011010011
Octal105111123

Shades and tints

Shades of #454953

#454953
(69,73,83)
#3F434C
(63,67,76)
#393D45
(57,61,69)
#33373E
(51,55,62)
#2D3137
(45,49,55)
#272B30
(39,43,48)
#212529
(33,37,41)
#1B1F22
(27,31,34)
#15191B
(21,25,27)
#0F1314
(15,19,20)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #454953

#454953
(69,73,83)
#555962
(85,89,98)
#656971
(101,105,113)
#757980
(117,121,128)
#85898F
(133,137,143)
#95999E
(149,153,158)
#A5A9AD
(165,169,173)
#B5B9BC
(181,185,188)
#C5C9CB
(197,201,203)
#D5D9DA
(213,217,218)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454953; }

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

This text font color is #454953.


Background Color

.myBgColor { background-color: #454953; }

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

This div background color is #454953.


Border color

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

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

This div border color is #454953.


Opacity

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

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

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

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

This text has shadow with #454953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454953 on black background.


Color preview on white background

This text has color #454953 on white background.



Black color preview on #454953 background

This text has black color on #454953 background.


White color preview on #454953 background

This text has white color on #454953 background.