COLOR #453D4C

HEX: #453D4C
RGB: (69,61,76)

Color info

#453D4C contains red, green and blue colors in about the same proportion. Web safe color of #453D4C is #333333 (or #333).

RGB color model

#453D4C color RGB value is (69,61,76).

  • red value is 69;
  • green value is 61;
  • blue value is 76.
RGB:
(69,61,76)
(27%,24%,30%)

RGB channels and saturation

R 69 of 255 = 27%
G 61 of 255 = 24%
B 76 of 255 = 30%

69
61
76

R + G + B ~ 27%. #453D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 61 + 76 = 206 (100%)
R 69 of 206 ~ 33.5%
G 61 of 206 ~ 29.61%
B 76 of 206 ~ 36.89%

%33.5
%29.61
%36.89

CMYK color model

#453D4C color CMYK value is (9,20,0,70).

  • cyan value is 9.21%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(9,20,0,70)
C9M20Y0K70 
(9%,20%,0%,70%)
(0.09/0.20/0.00/0.70)	

CMYK percentages

%9.21
%19.74
%0
%70.2

Codes

Color #453D4C in popluar color models

453D4C
RGB696176
HSL272°10.95%26.86%
HSB/HSV272°19.74%29.80%
CMYK9.21%19.74%0.00%
70.20%

Color #453D4C in popluar number systems.

HEX453D4C
Decimal696176
Binary10001011111011001100
Octal10575114

Shades and tints

Shades of #453D4C

#453D4C
(69,61,76)
#3F3846
(63,56,70)
#393340
(57,51,64)
#332E3A
(51,46,58)
#2D2934
(45,41,52)
#27242E
(39,36,46)
#211F28
(33,31,40)
#1B1A22
(27,26,34)
#15151C
(21,21,28)
#0F1016
(15,16,22)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #453D4C

#453D4C
(69,61,76)
#554E5C
(85,78,92)
#655F6C
(101,95,108)
#75707C
(117,112,124)
#85818C
(133,129,140)
#95929C
(149,146,156)
#A5A3AC
(165,163,172)
#B5B4BC
(181,180,188)
#C5C5CC
(197,197,204)
#D5D6DC
(213,214,220)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453D4C color. Also use rgb(69,61,76) instead hex code.

Text Font Color

.myTextColor { color: #453D4C; }

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

This text font color is #453D4C.


Background Color

.myBgColor { background-color: #453D4C; }

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

This div background color is #453D4C.


Border color

.myBorderColor { border: 1px solid #453D4C; }

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

This div border color is #453D4C.


Opacity

.myOpacity80 { color: #453D4C; opacity: 0.8; }

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

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

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

This text has shadow with #453D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453D4C on black background.


Color preview on white background

This text has color #453D4C on white background.



Black color preview on #453D4C background

This text has black color on #453D4C background.


White color preview on #453D4C background

This text has white color on #453D4C background.