COLOR #534E36

HEX: #534E36
RGB: (83,78,54)

Color info

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

RGB color model

#534E36 color RGB value is (83,78,54).

  • red value is 83;
  • green value is 78;
  • blue value is 54.
RGB:
(83,78,54)
(33%,31%,21%)

RGB channels and saturation

R 83 of 255 = 33%
G 78 of 255 = 31%
B 54 of 255 = 21%

83
78
54

R + G + B ~ 28%. #534E36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 78 + 54 = 215 (100%)
R 83 of 215 ~ 38.6%
G 78 of 215 ~ 36.28%
B 54 of 215 ~ 25.12%

%38.6
%36.28
%25.12

CMYK color model

#534E36 color CMYK value is (0,6,35,67).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 34.94%
  • key color value is 67.45%
CMYK:
(0,6,35,67)
C0M6Y35K67 
(0%,6%,35%,67%)
(0.00/0.06/0.35/0.67)	

CMYK percentages

%0
%6.02
%34.94
%67.45

Codes

Color #534E36 in popluar color models

534E36
RGB837854
HSL50°21.17%26.86%
HSB/HSV50°34.94%32.55%
CMYK0.00%6.02%34.94%
67.45%

Color #534E36 in popluar number systems.

HEX534E36
Decimal837854
Binary10100111001110110110
Octal12311666

Shades and tints

Shades of #534E36

#534E36
(83,78,54)
#4C4732
(76,71,50)
#45402E
(69,64,46)
#3E392A
(62,57,42)
#373226
(55,50,38)
#302B22
(48,43,34)
#29241E
(41,36,30)
#221D1A
(34,29,26)
#1B1616
(27,22,22)
#140F12
(20,15,18)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #534E36

#534E36
(83,78,54)
#625E48
(98,94,72)
#716E5A
(113,110,90)
#807E6C
(128,126,108)
#8F8E7E
(143,142,126)
#9E9E90
(158,158,144)
#ADAEA2
(173,174,162)
#BCBEB4
(188,190,180)
#CBCEC6
(203,206,198)
#DADED8
(218,222,216)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534E36 color. Also use rgb(83,78,54) instead hex code.

Text Font Color

.myTextColor { color: #534E36; }

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

This text font color is #534E36.


Background Color

.myBgColor { background-color: #534E36; }

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

This div background color is #534E36.


Border color

.myBorderColor { border: 1px solid #534E36; }

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

This div border color is #534E36.


Opacity

.myOpacity80 { color: #534E36; opacity: 0.8; }

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

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

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

This text has shadow with #534E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534E36 on black background.


Color preview on white background

This text has color #534E36 on white background.



Black color preview on #534E36 background

This text has black color on #534E36 background.


White color preview on #534E36 background

This text has white color on #534E36 background.