COLOR #534E48

HEX: #534E48 RGB: (83,78,72)

Color info

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

RGB color model

#534E48 color RGB value is (83,78,72).

RGB: (83,78,72) (33%, 31%, 28%)

RGB channels and saturation

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

83
78
72

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

Portions of RGB colors in percentages

R + G + B = 83 + 78 + 72 = 233 (100%)
R 83 of 233 ~ 35.62%
G 78 of 233 ~ 33.48%
B 72 of 233 ~ 30.9'%

%35.62
%33.48
%30.9

CMYK color model

#534E48 color CMYK value is (0,6,13,67).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 13.25%
  • key color value is 67.45%

CMYK: (0,6,13,67)
C0M6Y13K67 (0%, 6%, 13%, 67%)
(0.00 / 0.06 / 0.13 / 0.67)

CMYK percentages

%0
%6.02
%13.25
%67.45

Codes

Color #534E48 in popluar color models

53 4E 48
RGB 83 78 72
HSL 33° 7.10% 30.39%
HSB/HSV 33° 13.25% 32.55%
CMYK 0.00% 6.02% 13.25%
67.45%

Color #534E48 in popluar number systems.

HEX 53 4E 48
Decimal 83 78 72
Binary 1010011 1001110 1001000
Octal 123 116 110

Shades and tints

Shades of #534E48

#534E48
(83,78,72)
#4C4742
(76,71,66)
#45403C
(69,64,60)
#3E3936
(62,57,54)
#373230
(55,50,48)
#302B2A
(48,43,42)
#292424
(41,36,36)
#221D1E
(34,29,30)
#1B1618
(27,22,24)
#140F12
(20,15,18)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #534E48

#534E48
(83,78,72)
#625E58
(98,94,88)
#716E68
(113,110,104)
#807E78
(128,126,120)
#8F8E88
(143,142,136)
#9E9E98
(158,158,152)
#ADAEA8
(173,174,168)
#BCBEB8
(188,190,184)
#CBCEC8
(203,206,200)
#DADED8
(218,222,216)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534E48; }

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

This text font color is #534E48.

Background Color

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

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

This div background color is #534E48.

Border color

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

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

This div border color is #534E48.

Opacity

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

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

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

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

This text has shadow with #534E48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534E48.

Preview

Color preview on black background

This text has color #534E48 on black background.


Color preview on white background

This text has color #534E48 on white background.


Black color preview on #534E48 background

This text has black color on #534E48 background.


White color preview on #534E48 background

This text has white color on #534E48 background.


Related colors

Complementary color

Complementary color for #hex is #ACB1B7.


I love getcolorcode.com

Triadic colors

1 #48534E and #4E4853 with #534E48 are triadic colors.

2 #484E53 and #4E5348 with #534E48 are triadic colors.