COLOR #454C4B

HEX: #454C4B RGB: (69,76,75)

Color info

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

RGB color model

#454C4B color RGB value is (69,76,75).

RGB: (69,76,75) (27%, 30%, 29%)

RGB channels and saturation

R 69 of 255 = 27%
G 76 of 255 = 30%
B 75 of 255 = 29%

69
76
75

R + G + B ~ 29%. #454C4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 76 + 75 = 220 (100%)
R 69 of 220 ~ 31.36%
G 76 of 220 ~ 34.55%
B 75 of 220 ~ 34.09'%

%31.36
%34.55
%34.09

CMYK color model

#454C4B color CMYK value is (9,0,1,70).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 70.20%
CMYK: (9,0,1,70) C9M0Y1K70 (9%,0%,1%,70%) (0.09/0.00/0.01/0.70) 

CMYK percentages

%9.21
%0
%1.32
%70.2

Codes

Color #454C4B in popluar color models

45 4C 4B
RGB 69 76 75
HSL 171° 4.83% 28.43%
HSB/HSV 171° 9.21% 29.80%
CMYK 9.21% 0.00% 1.32%
70.20%

Color #454C4B in popluar number systems.

HEX 45 4C 4B
Decimal 69 76 75
Binary 1000101 1001100 1001011
Octal 105 114 113

Shades and tints

Shades of #454C4B

#454C4B
(69,76,75)
#3F4645
(63,70,69)
#39403F
(57,64,63)
#333A39
(51,58,57)
#2D3433
(45,52,51)
#272E2D
(39,46,45)
#212827
(33,40,39)
#1B2221
(27,34,33)
#151C1B
(21,28,27)
#0F1615
(15,22,21)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #454C4B

#454C4B
(69,76,75)
#555C5B
(85,92,91)
#656C6B
(101,108,107)
#757C7B
(117,124,123)
#858C8B
(133,140,139)
#959C9B
(149,156,155)
#A5ACAB
(165,172,171)
#B5BCBB
(181,188,187)
#C5CCCB
(197,204,203)
#D5DCDB
(213,220,219)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454C4B color. Also use rgb(69,76,75) instead hex code.

Text Font Color

.myTextColor { color: #454C4B; }

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

This text font color is #454C4B.

Background Color

.myBgColor { background-color: #454C4B; }

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

This div background color is #454C4B.

Border color

.myBorderColor { border: 1px solid #454C4B; }

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

This div border color is #454C4B.

Opacity

.myOpacity80 { color: #454C4B; opacity: 0.8; }

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

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

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

This text has shadow with #454C4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #454C4B.

Preview

Color preview on black background

This text has color #454C4B on black background.


Color preview on white background

This text has color #454C4B on white background.


Black color preview on #454C4B background

This text has black color on #454C4B background.


White color preview on #454C4B background

This text has white color on #454C4B background.


Related colors

Complementary color

Complementary color for #hex is #BAB3B4.


I love getcolorcode.com

Triadic colors

1 #4B454C and #4C4B45 with #454C4B are triadic colors.

2 #4B4C45 and #4C454B with #454C4B are triadic colors.