COLOR #545334

HEX: #545334
RGB: (84,83,52)

Color info

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

RGB color model

#545334 color RGB value is (84,83,52).

  • red value is 84;
  • green value is 83;
  • blue value is 52.
RGB:
(84,83,52)
(33%,33%,20%)

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 52 of 255 = 20%

84
83
52

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

Portions of RGB colors in percentages

R + G + B =
84 + 83 + 52 = 219 (100%)
R 84 of 219 ~ 38.36%
G 83 of 219 ~ 37.9%
B 52 of 219 ~ 23.74%

%38.36
%37.9
%23.74

CMYK color model

#545334 color CMYK value is (0,1,38,67).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 38.10%
  • key color value is 67.06%
CMYK:
(0,1,38,67)
C0M1Y38K67 
(0%,1%,38%,67%)
(0.00/0.01/0.38/0.67)	

CMYK percentages

%0
%1.19
%38.1
%67.06

Codes

Color #545334 in popluar color models

545334
RGB848352
HSL58°23.53%26.67%
HSB/HSV58°38.10%32.94%
CMYK0.00%1.19%38.10%
67.06%

Color #545334 in popluar number systems.

HEX545334
Decimal848352
Binary10101001010011110100
Octal12412364

Shades and tints

Shades of #545334

#545334
(84,83,52)
#4D4C30
(77,76,48)
#46452C
(70,69,44)
#3F3E28
(63,62,40)
#383724
(56,55,36)
#313020
(49,48,32)
#2A291C
(42,41,28)
#232218
(35,34,24)
#1C1B14
(28,27,20)
#151410
(21,20,16)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #545334

#545334
(84,83,52)
#636246
(99,98,70)
#727158
(114,113,88)
#81806A
(129,128,106)
#908F7C
(144,143,124)
#9F9E8E
(159,158,142)
#AEADA0
(174,173,160)
#BDBCB2
(189,188,178)
#CCCBC4
(204,203,196)
#DBDAD6
(219,218,214)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545334 color. Also use rgb(84,83,52) instead hex code.

Text Font Color

.myTextColor { color: #545334; }

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

This text font color is #545334.


Background Color

.myBgColor { background-color: #545334; }

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

This div background color is #545334.


Border color

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

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

This div border color is #545334.


Opacity

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

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

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

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

This text has shadow with #545334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545334 on black background.


Color preview on white background

This text has color #545334 on white background.



Black color preview on #545334 background

This text has black color on #545334 background.


White color preview on #545334 background

This text has white color on #545334 background.