COLOR #534827

HEX: #534827
RGB: (83,72,39)

Color info

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

RGB color model

#534827 color RGB value is (83,72,39).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 39 of 255 = 15%

83
72
39

R + G + B ~ 25%. #534827 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 39 = 194 (100%)
R 83 of 194 ~ 42.78%
G 72 of 194 ~ 37.11%
B 39 of 194 ~ 20.1%

%42.78
%37.11
%20.1

CMYK color model

#534827 color CMYK value is (0,13,53,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 53.01%
  • key color value is 67.45%
CMYK:
(0,13,53,67)
C0M13Y53K67 
(0%,13%,53%,67%)
(0.00/0.13/0.53/0.67)	

CMYK percentages

%0
%13.25
%53.01
%67.45

Codes

Color #534827 in popluar color models

534827
RGB837239
HSL45°36.07%23.92%
HSB/HSV45°53.01%32.55%
CMYK0.00%13.25%53.01%
67.45%

Color #534827 in popluar number systems.

HEX534827
Decimal837239
Binary10100111001000100111
Octal12311047

Shades and tints

Shades of #534827

#534827
(83,72,39)
#4C4224
(76,66,36)
#453C21
(69,60,33)
#3E361E
(62,54,30)
#37301B
(55,48,27)
#302A18
(48,42,24)
#292415
(41,36,21)
#221E12
(34,30,18)
#1B180F
(27,24,15)
#14120C
(20,18,12)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #534827

#534827
(83,72,39)
#62583A
(98,88,58)
#71684D
(113,104,77)
#807860
(128,120,96)
#8F8873
(143,136,115)
#9E9886
(158,152,134)
#ADA899
(173,168,153)
#BCB8AC
(188,184,172)
#CBC8BF
(203,200,191)
#DAD8D2
(218,216,210)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534827; }

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

This text font color is #534827.


Background Color

.myBgColor { background-color: #534827; }

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

This div background color is #534827.


Border color

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

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

This div border color is #534827.


Opacity

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

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

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

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

This text has shadow with #534827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534827 on black background.


Color preview on white background

This text has color #534827 on white background.



Black color preview on #534827 background

This text has black color on #534827 background.


White color preview on #534827 background

This text has white color on #534827 background.