COLOR #545327

HEX: #545327
RGB: (84,83,39)

Color info

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

RGB color model

#545327 color RGB value is (84,83,39).

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

RGB channels and saturation

R 84 of 255 = 33%
G 83 of 255 = 33%
B 39 of 255 = 15%

84
83
39

R + G + B ~ 27%. #545327 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 83 + 39 = 206 (100%)
R 84 of 206 ~ 40.78%
G 83 of 206 ~ 40.29%
B 39 of 206 ~ 18.93%

%40.78
%40.29
%18.93

CMYK color model

#545327 color CMYK value is (0,1,54,67).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 53.57%
  • key color value is 67.06%
CMYK:
(0,1,54,67)
C0M1Y54K67 
(0%,1%,54%,67%)
(0.00/0.01/0.54/0.67)	

CMYK percentages

%0
%1.19
%53.57
%67.06

Codes

Color #545327 in popluar color models

545327
RGB848339
HSL59°36.59%24.12%
HSB/HSV59°53.57%32.94%
CMYK0.00%1.19%53.57%
67.06%

Color #545327 in popluar number systems.

HEX545327
Decimal848339
Binary10101001010011100111
Octal12412347

Shades and tints

Shades of #545327

#545327
(84,83,39)
#4D4C24
(77,76,36)
#464521
(70,69,33)
#3F3E1E
(63,62,30)
#38371B
(56,55,27)
#313018
(49,48,24)
#2A2915
(42,41,21)
#232212
(35,34,18)
#1C1B0F
(28,27,15)
#15140C
(21,20,12)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #545327

#545327
(84,83,39)
#63623A
(99,98,58)
#72714D
(114,113,77)
#818060
(129,128,96)
#908F73
(144,143,115)
#9F9E86
(159,158,134)
#AEAD99
(174,173,153)
#BDBCAC
(189,188,172)
#CCCBBF
(204,203,191)
#DBDAD2
(219,218,210)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #545327; }

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

This text font color is #545327.


Background Color

.myBgColor { background-color: #545327; }

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

This div background color is #545327.


Border color

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

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

This div border color is #545327.


Opacity

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

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

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

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

This text has shadow with #545327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #545327 on black background.


Color preview on white background

This text has color #545327 on white background.



Black color preview on #545327 background

This text has black color on #545327 background.


White color preview on #545327 background

This text has white color on #545327 background.