COLOR #545743

HEX: #545743
RGB: (84,87,67)

Color info

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

RGB color model

#545743 color RGB value is (84,87,67).

  • red value is 84;
  • green value is 87;
  • blue value is 67.
RGB:
(84,87,67)
(33%,34%,26%)

RGB channels and saturation

R 84 of 255 = 33%
G 87 of 255 = 34%
B 67 of 255 = 26%

84
87
67

R + G + B ~ 31%. #545743 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 87 + 67 = 238 (100%)
R 84 of 238 ~ 35.29%
G 87 of 238 ~ 36.55%
B 67 of 238 ~ 28.15%

%35.29
%36.55
%28.15

CMYK color model

#545743 color CMYK value is (3,0,23,66).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 65.88%
CMYK:
(3,0,23,66)
C3M0Y23K66 
(3%,0%,23%,66%)
(0.03/0.00/0.23/0.66)	

CMYK percentages

%3.45
%0
%22.99
%65.88

Codes

Color #545743 in popluar color models

545743
RGB848767
HSL69°12.99%30.20%
HSB/HSV69°22.99%34.12%
CMYK3.45%0.00%22.99%
65.88%

Color #545743 in popluar number systems.

HEX545743
Decimal848767
Binary101010010101111000011
Octal124127103

Shades and tints

Shades of #545743

#545743
(84,87,67)
#4D503D
(77,80,61)
#464937
(70,73,55)
#3F4231
(63,66,49)
#383B2B
(56,59,43)
#313425
(49,52,37)
#2A2D1F
(42,45,31)
#232619
(35,38,25)
#1C1F13
(28,31,19)
#15180D
(21,24,13)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #545743

#545743
(84,87,67)
#636654
(99,102,84)
#727565
(114,117,101)
#818476
(129,132,118)
#909387
(144,147,135)
#9FA298
(159,162,152)
#AEB1A9
(174,177,169)
#BDC0BA
(189,192,186)
#CCCFCB
(204,207,203)
#DBDEDC
(219,222,220)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545743 color. Also use rgb(84,87,67) instead hex code.

Text Font Color

.myTextColor { color: #545743; }

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

This text font color is #545743.


Background Color

.myBgColor { background-color: #545743; }

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

This div background color is #545743.


Border color

.myBorderColor { border: 1px solid #545743; }

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

This div border color is #545743.


Opacity

.myOpacity80 { color: #545743; opacity: 0.8; }

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

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

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

This text has shadow with #545743 color.

.textShadow {text-shadow: 3px 3px 1px #545743, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #545743;
-webkit-box-shadow: 1px 1px 3px 2px #545743;
box-shadow:1px 1px 3px 2px #545743;">
Div content here</div>
This div box has shadow with color #545743.

Preview

Color preview on black background

This text has color #545743 on black background.


Color preview on white background

This text has color #545743 on white background.



Black color preview on #545743 background

This text has black color on #545743 background.


White color preview on #545743 background

This text has white color on #545743 background.