COLOR #453D51

HEX: #453D51 RGB: (69,61,81)

Color info

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

RGB color model

#453D51 color RGB value is (69,61,81).

RGB: (69,61,81) (27%, 24%, 32%)

RGB channels and saturation

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

69
61
81

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

Portions of RGB colors in percentages

R + G + B = 69 + 61 + 81 = 211 (100%)
R 69 of 211 ~ 32.7%
G 61 of 211 ~ 28.91%
B 81 of 211 ~ 38.39'%

%32.7
%28.91
%38.39

CMYK color model

#453D51 color CMYK value is (15,25,0,68).

  • cyan value is 14.81%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (15,25,0,68)
C15M25Y0K68 (15%, 25%, 0%, 68%)
(0.15 / 0.25 / 0.00 / 0.68)

CMYK percentages

%14.81
%24.69
%0
%68.24

Codes

Color #453D51 in popluar color models

45 3D 51
RGB 69 61 81
HSL 264° 14.08% 27.84%
HSB/HSV 264° 24.69% 31.76%
CMYK 14.81% 24.69% 0.00%
68.24%

Color #453D51 in popluar number systems.

HEX 45 3D 51
Decimal 69 61 81
Binary 1000101 111101 1010001
Octal 105 75 121

Shades and tints

Shades of #453D51

#453D51
(69,61,81)
#3F384A
(63,56,74)
#393343
(57,51,67)
#332E3C
(51,46,60)
#2D2935
(45,41,53)
#27242E
(39,36,46)
#211F27
(33,31,39)
#1B1A20
(27,26,32)
#151519
(21,21,25)
#0F1012
(15,16,18)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #453D51

#453D51
(69,61,81)
#554E60
(85,78,96)
#655F6F
(101,95,111)
#75707E
(117,112,126)
#85818D
(133,129,141)
#95929C
(149,146,156)
#A5A3AB
(165,163,171)
#B5B4BA
(181,180,186)
#C5C5C9
(197,197,201)
#D5D6D8
(213,214,216)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #453D51; }

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

This text font color is #453D51.

Background Color

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

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

This div background color is #453D51.

Border color

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

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

This div border color is #453D51.

Opacity

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

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

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

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

This text has shadow with #453D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #453D51.

Preview

Color preview on black background

This text has color #453D51 on black background.


Color preview on white background

This text has color #453D51 on white background.


Black color preview on #453D51 background

This text has black color on #453D51 background.


White color preview on #453D51 background

This text has white color on #453D51 background.


Related colors

Complementary color

Complementary color for #hex is #BAC2AE.


I love getcolorcode.com

Triadic colors

1 #51453D and #3D5145 with #453D51 are triadic colors.

2 #513D45 and #3D4551 with #453D51 are triadic colors.