COLOR #534832

HEX: #534832
RGB: (83,72,50)

Color info

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

RGB color model

#534832 color RGB value is (83,72,50).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 50 of 255 = 20%

83
72
50

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

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 50 = 205 (100%)
R 83 of 205 ~ 40.49%
G 72 of 205 ~ 35.12%
B 50 of 205 ~ 24.39%

%40.49
%35.12
%24.39

CMYK color model

#534832 color CMYK value is (0,13,40,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 39.76%
  • key color value is 67.45%
CMYK:
(0,13,40,67)
C0M13Y40K67 
(0%,13%,40%,67%)
(0.00/0.13/0.40/0.67)	

CMYK percentages

%0
%13.25
%39.76
%67.45

Codes

Color #534832 in popluar color models

534832
RGB837250
HSL40°24.81%26.08%
HSB/HSV40°39.76%32.55%
CMYK0.00%13.25%39.76%
67.45%

Color #534832 in popluar number systems.

HEX534832
Decimal837250
Binary10100111001000110010
Octal12311062

Shades and tints

Shades of #534832

#534832
(83,72,50)
#4C422E
(76,66,46)
#453C2A
(69,60,42)
#3E3626
(62,54,38)
#373022
(55,48,34)
#302A1E
(48,42,30)
#29241A
(41,36,26)
#221E16
(34,30,22)
#1B1812
(27,24,18)
#14120E
(20,18,14)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #534832

#534832
(83,72,50)
#625844
(98,88,68)
#716856
(113,104,86)
#807868
(128,120,104)
#8F887A
(143,136,122)
#9E988C
(158,152,140)
#ADA89E
(173,168,158)
#BCB8B0
(188,184,176)
#CBC8C2
(203,200,194)
#DAD8D4
(218,216,212)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534832; }

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

This text font color is #534832.


Background Color

.myBgColor { background-color: #534832; }

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

This div background color is #534832.


Border color

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

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

This div border color is #534832.


Opacity

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

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

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

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

This text has shadow with #534832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534832 on black background.


Color preview on white background

This text has color #534832 on white background.



Black color preview on #534832 background

This text has black color on #534832 background.


White color preview on #534832 background

This text has white color on #534832 background.