COLOR #534932

HEX: #534932
RGB: (83,73,50)

Color info

#534932 contains red, green and blue colors in about the same proportion. Web safe color of #534932 is #663333 (or #633).

RGB color model

#534932 color RGB value is (83,73,50).

  • red value is 83;
  • green value is 73;
  • blue value is 50.
RGB:
(83,73,50)
(33%,29%,20%)

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 50 of 255 = 20%

83
73
50

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

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 50 = 206 (100%)
R 83 of 206 ~ 40.29%
G 73 of 206 ~ 35.44%
B 50 of 206 ~ 24.27%

%40.29
%35.44
%24.27

CMYK color model

#534932 color CMYK value is (0,12,40,67).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 39.76%
  • key color value is 67.45%
CMYK:
(0,12,40,67)
C0M12Y40K67 
(0%,12%,40%,67%)
(0.00/0.12/0.40/0.67)	

CMYK percentages

%0
%12.05
%39.76
%67.45

Codes

Color #534932 in popluar color models

534932
RGB837350
HSL42°24.81%26.08%
HSB/HSV42°39.76%32.55%
CMYK0.00%12.05%39.76%
67.45%

Color #534932 in popluar number systems.

HEX534932
Decimal837350
Binary10100111001001110010
Octal12311162

Shades and tints

Shades of #534932

#534932
(83,73,50)
#4C432E
(76,67,46)
#453D2A
(69,61,42)
#3E3726
(62,55,38)
#373122
(55,49,34)
#302B1E
(48,43,30)
#29251A
(41,37,26)
#221F16
(34,31,22)
#1B1912
(27,25,18)
#14130E
(20,19,14)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #534932

#534932
(83,73,50)
#625944
(98,89,68)
#716956
(113,105,86)
#807968
(128,121,104)
#8F897A
(143,137,122)
#9E998C
(158,153,140)
#ADA99E
(173,169,158)
#BCB9B0
(188,185,176)
#CBC9C2
(203,201,194)
#DAD9D4
(218,217,212)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534932 color. Also use rgb(83,73,50) instead hex code.

Text Font Color

.myTextColor { color: #534932; }

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

This text font color is #534932.


Background Color

.myBgColor { background-color: #534932; }

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

This div background color is #534932.


Border color

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

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

This div border color is #534932.


Opacity

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

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

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

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

This text has shadow with #534932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534932 on black background.


Color preview on white background

This text has color #534932 on white background.



Black color preview on #534932 background

This text has black color on #534932 background.


White color preview on #534932 background

This text has white color on #534932 background.