COLOR #534E47

HEX: #534E47
RGB: (83,78,71)

Color info

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

RGB color model

#534E47 color RGB value is (83,78,71).

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

RGB channels and saturation

R 83 of 255 = 33%
G 78 of 255 = 31%
B 71 of 255 = 28%

83
78
71

R + G + B ~ 31%. #534E47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 78 + 71 = 232 (100%)
R 83 of 232 ~ 35.78%
G 78 of 232 ~ 33.62%
B 71 of 232 ~ 30.6%

%35.78
%33.62
%30.6

CMYK color model

#534E47 color CMYK value is (0,6,14,67).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 14.46%
  • key color value is 67.45%
CMYK:
(0,6,14,67)
C0M6Y14K67 
(0%,6%,14%,67%)
(0.00/0.06/0.14/0.67)	

CMYK percentages

%0
%6.02
%14.46
%67.45

Codes

Color #534E47 in popluar color models

534E47
RGB837871
HSL35°7.79%30.20%
HSB/HSV35°14.46%32.55%
CMYK0.00%6.02%14.46%
67.45%

Color #534E47 in popluar number systems.

HEX534E47
Decimal837871
Binary101001110011101000111
Octal123116107

Shades and tints

Shades of #534E47

#534E47
(83,78,71)
#4C4741
(76,71,65)
#45403B
(69,64,59)
#3E3935
(62,57,53)
#37322F
(55,50,47)
#302B29
(48,43,41)
#292423
(41,36,35)
#221D1D
(34,29,29)
#1B1617
(27,22,23)
#140F11
(20,15,17)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #534E47

#534E47
(83,78,71)
#625E57
(98,94,87)
#716E67
(113,110,103)
#807E77
(128,126,119)
#8F8E87
(143,142,135)
#9E9E97
(158,158,151)
#ADAEA7
(173,174,167)
#BCBEB7
(188,190,183)
#CBCEC7
(203,206,199)
#DADED7
(218,222,215)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534E47; }

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

This text font color is #534E47.


Background Color

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

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

This div background color is #534E47.


Border color

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

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

This div border color is #534E47.


Opacity

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

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

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

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

This text has shadow with #534E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534E47 on black background.


Color preview on white background

This text has color #534E47 on white background.



Black color preview on #534E47 background

This text has black color on #534E47 background.


White color preview on #534E47 background

This text has white color on #534E47 background.