COLOR #534D38

HEX: #534D38
RGB: (83,77,56)

Color info

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

RGB color model

#534D38 color RGB value is (83,77,56).

  • red value is 83;
  • green value is 77;
  • blue value is 56.
RGB:
(83,77,56)
(33%,30%,22%)

RGB channels and saturation

R 83 of 255 = 33%
G 77 of 255 = 30%
B 56 of 255 = 22%

83
77
56

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

Portions of RGB colors in percentages

R + G + B =
83 + 77 + 56 = 216 (100%)
R 83 of 216 ~ 38.43%
G 77 of 216 ~ 35.65%
B 56 of 216 ~ 25.93%

%38.43
%35.65
%25.93

CMYK color model

#534D38 color CMYK value is (0,7,33,67).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 32.53%
  • key color value is 67.45%
CMYK:
(0,7,33,67)
C0M7Y33K67 
(0%,7%,33%,67%)
(0.00/0.07/0.33/0.67)	

CMYK percentages

%0
%7.23
%32.53
%67.45

Codes

Color #534D38 in popluar color models

534D38
RGB837756
HSL47°19.42%27.25%
HSB/HSV47°32.53%32.55%
CMYK0.00%7.23%32.53%
67.45%

Color #534D38 in popluar number systems.

HEX534D38
Decimal837756
Binary10100111001101111000
Octal12311570

Shades and tints

Shades of #534D38

#534D38
(83,77,56)
#4C4633
(76,70,51)
#453F2E
(69,63,46)
#3E3829
(62,56,41)
#373124
(55,49,36)
#302A1F
(48,42,31)
#29231A
(41,35,26)
#221C15
(34,28,21)
#1B1510
(27,21,16)
#140E0B
(20,14,11)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #534D38

#534D38
(83,77,56)
#625D4A
(98,93,74)
#716D5C
(113,109,92)
#807D6E
(128,125,110)
#8F8D80
(143,141,128)
#9E9D92
(158,157,146)
#ADADA4
(173,173,164)
#BCBDB6
(188,189,182)
#CBCDC8
(203,205,200)
#DADDDA
(218,221,218)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534D38 color. Also use rgb(83,77,56) instead hex code.

Text Font Color

.myTextColor { color: #534D38; }

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

This text font color is #534D38.


Background Color

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

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

This div background color is #534D38.


Border color

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

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

This div border color is #534D38.


Opacity

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

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

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

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

This text has shadow with #534D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534D38 on black background.


Color preview on white background

This text has color #534D38 on white background.



Black color preview on #534D38 background

This text has black color on #534D38 background.


White color preview on #534D38 background

This text has white color on #534D38 background.