COLOR #545F4B

HEX: #545F4B RGB: (84,95,75)

Color info

#545F4B contains red, green and blue colors in about the same proportion. Web safe color of #545F4B is #666633 (or #663).

RGB color model

#545F4B color RGB value is (84,95,75).

RGB: (84,95,75) (33%, 37%, 29%)

RGB channels and saturation

R 84 of 255 = 33%
G 95 of 255 = 37%
B 75 of 255 = 29%

84
95
75

R + G + B ~ 33%. #545F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 95 + 75 = 254 (100%)
R 84 of 254 ~ 33.07%
G 95 of 254 ~ 37.4%
B 75 of 254 ~ 29.53'%

%33.07
%37.4
%29.53

CMYK color model

#545F4B color CMYK value is (12,0,21,63).

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 62.75%
CMYK: (12,0,21,63) C12M0Y21K63 (12%,0%,21%,63%) (0.12/0.00/0.21/0.63) 

CMYK percentages

%11.58
%0
%21.05
%62.75

Codes

Color #545F4B in popluar color models

54 5F 4B
RGB 84 95 75
HSL 93° 11.76% 33.33%
HSB/HSV 93° 21.05% 37.25%
CMYK 11.58% 0.00% 21.05%
62.75%

Color #545F4B in popluar number systems.

HEX 54 5F 4B
Decimal 84 95 75
Binary 1010100 1011111 1001011
Octal 124 137 113

Shades and tints

Shades of #545F4B

#545F4B
(84,95,75)
#4D5745
(77,87,69)
#464F3F
(70,79,63)
#3F4739
(63,71,57)
#383F33
(56,63,51)
#31372D
(49,55,45)
#2A2F27
(42,47,39)
#232721
(35,39,33)
#1C1F1B
(28,31,27)
#151715
(21,23,21)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #545F4B

#545F4B
(84,95,75)
#636D5B
(99,109,91)
#727B6B
(114,123,107)
#81897B
(129,137,123)
#90978B
(144,151,139)
#9FA59B
(159,165,155)
#AEB3AB
(174,179,171)
#BDC1BB
(189,193,187)
#CCCFCB
(204,207,203)
#DBDDDB
(219,221,219)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545F4B color. Also use rgb(84,95,75) instead hex code.

Text Font Color

.myTextColor { color: #545F4B; }

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

This text font color is #545F4B.

Background Color

.myBgColor { background-color: #545F4B; }

<div style="background-color:#545F4B">Inner text</div>

This div background color is #545F4B.

Border color

.myBorderColor { border: 1px solid #545F4B; }

<div style="border:3px solid #545F4B">Div</div>

This div border color is #545F4B.

Opacity

.myOpacity80 { color: #545F4B; opacity: 0.8; }

<p style="color:#545F4B;opacity:0.8;">80%</p>

Text with #545F4B 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 #545F4B;}

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

This text has shadow with #545F4B color.


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

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

This text has shadow with #545F4B primary color and red secondary color.


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

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

This text has shadow with #545F4B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #545F4B.

Preview

Color preview on black background

This text has color #545F4B on black background.


Color preview on white background

This text has color #545F4B on white background.


Black color preview on #545F4B background

This text has black color on #545F4B background.


White color preview on #545F4B background

This text has white color on #545F4B background.


Related colors

Complementary color

Complementary color for #hex is #ABA0B4.


I love getcolorcode.com

Triadic colors

1 #4B545F and #5F4B54 with #545F4B are triadic colors.

2 #4B5F54 and #5F544B with #545F4B are triadic colors.