COLOR #453D59

HEX: #453D59 RGB: (69,61,89)

Color info

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

RGB color model

#453D59 color RGB value is (69,61,89).

RGB: (69,61,89) (27%, 24%, 35%)

RGB channels and saturation

R 69 of 255 = 27%
G 61 of 255 = 24%
B 89 of 255 = 35%

69
61
89

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

Portions of RGB colors in percentages

R + G + B = 69 + 61 + 89 = 219 (100%)
R 69 of 219 ~ 31.51%
G 61 of 219 ~ 27.85%
B 89 of 219 ~ 40.64'%

%31.51
%27.85
%40.64

CMYK color model

#453D59 color CMYK value is (22,31,0,65).

  • cyan value is 22.47%
  • magenta value is 31.46%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK: (22,31,0,65) C22M31Y0K65 (22%,31%,0%,65%) (0.22/0.31/0.00/0.65) 

CMYK percentages

%22.47
%31.46
%0
%65.1

Codes

Color #453D59 in popluar color models

45 3D 59
RGB 69 61 89
HSL 257° 18.67% 29.41%
HSB/HSV 257° 31.46% 34.90%
CMYK 22.47% 31.46% 0.00%
65.10%

Color #453D59 in popluar number systems.

HEX 45 3D 59
Decimal 69 61 89
Binary 1000101 111101 1011001
Octal 105 75 131

Shades and tints

Shades of #453D59

#453D59
(69,61,89)
#3F3851
(63,56,81)
#393349
(57,51,73)
#332E41
(51,46,65)
#2D2939
(45,41,57)
#272431
(39,36,49)
#211F29
(33,31,41)
#1B1A21
(27,26,33)
#151519
(21,21,25)
#0F1011
(15,16,17)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #453D59

#453D59
(69,61,89)
#554E68
(85,78,104)
#655F77
(101,95,119)
#757086
(117,112,134)
#858195
(133,129,149)
#9592A4
(149,146,164)
#A5A3B3
(165,163,179)
#B5B4C2
(181,180,194)
#C5C5D1
(197,197,209)
#D5D6E0
(213,214,224)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #453D59; }

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

This text font color is #453D59.

Background Color

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

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

This div background color is #453D59.

Border color

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

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

This div border color is #453D59.

Opacity

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

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

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

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

This text has shadow with #453D59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #453D59.

Preview

Color preview on black background

This text has color #453D59 on black background.


Color preview on white background

This text has color #453D59 on white background.


Black color preview on #453D59 background

This text has black color on #453D59 background.


White color preview on #453D59 background

This text has white color on #453D59 background.


Related colors

Complementary color

Complementary color for #hex is #BAC2A6.


I love getcolorcode.com

Triadic colors

1 #59453D and #3D5945 with #453D59 are triadic colors.

2 #593D45 and #3D4559 with #453D59 are triadic colors.