COLOR #455A61

HEX: #455A61 RGB: (69,90,97)

Color info

#455A61 contains red, green and blue colors in about the same proportion. Web safe color of #455A61 is #336666 (or #366).

RGB color model

#455A61 color RGB value is (69,90,97).

RGB: (69,90,97) (27%, 35%, 38%)

RGB channels and saturation

R 69 of 255 = 27%
G 90 of 255 = 35%
B 97 of 255 = 38%

69
90
97

R + G + B ~ 33%. #455A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 90 + 97 = 256 (100%)
R 69 of 256 ~ 26.95%
G 90 of 256 ~ 35.16%
B 97 of 256 ~ 37.89'%

%26.95
%35.16
%37.89

CMYK color model

#455A61 color CMYK value is (29,7,0,62).

  • cyan value is 28.87%
  • magenta value is 7.22%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (29,7,0,62) C29M7Y0K62 (29%,7%,0%,62%) (0.29/0.07/0.00/0.62) 

CMYK percentages

%28.87
%7.22
%0
%61.96

Codes

Color #455A61 in popluar color models

45 5A 61
RGB 69 90 97
HSL 195° 16.87% 32.55%
HSB/HSV 195° 28.87% 38.04%
CMYK 28.87% 7.22% 0.00%
61.96%

Color #455A61 in popluar number systems.

HEX 45 5A 61
Decimal 69 90 97
Binary 1000101 1011010 1100001
Octal 105 132 141

Shades and tints

Shades of #455A61

#455A61
(69,90,97)
#3F5259
(63,82,89)
#394A51
(57,74,81)
#334249
(51,66,73)
#2D3A41
(45,58,65)
#273239
(39,50,57)
#212A31
(33,42,49)
#1B2229
(27,34,41)
#151A21
(21,26,33)
#0F1219
(15,18,25)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #455A61

#455A61
(69,90,97)
#55696F
(85,105,111)
#65787D
(101,120,125)
#75878B
(117,135,139)
#859699
(133,150,153)
#95A5A7
(149,165,167)
#A5B4B5
(165,180,181)
#B5C3C3
(181,195,195)
#C5D2D1
(197,210,209)
#D5E1DF
(213,225,223)
#E5F0ED
(229,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455A61 color. Also use rgb(69,90,97) instead hex code.

Text Font Color

.myTextColor { color: #455A61; }

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

This text font color is #455A61.

Background Color

.myBgColor { background-color: #455A61; }

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

This div background color is #455A61.

Border color

.myBorderColor { border: 1px solid #455A61; }

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

This div border color is #455A61.

Opacity

.myOpacity80 { color: #455A61; opacity: 0.8; }

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

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

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

This text has shadow with #455A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #455A61.

Preview

Color preview on black background

This text has color #455A61 on black background.


Color preview on white background

This text has color #455A61 on white background.


Black color preview on #455A61 background

This text has black color on #455A61 background.


White color preview on #455A61 background

This text has white color on #455A61 background.


Related colors

Complementary color

Complementary color for #hex is #BAA59E.


I love getcolorcode.com

Triadic colors

1 #61455A and #5A6145 with #455A61 are triadic colors.

2 #615A45 and #5A4561 with #455A61 are triadic colors.