COLOR #534C4E

HEX: #534C4E RGB: (83,76,78)

Color info

#534C4E contains red, green and blue colors in about the same proportion. Web safe color of #534C4E is #663366 (or #636).

RGB color model

#534C4E color RGB value is (83,76,78).

RGB: (83,76,78) (33%, 30%, 31%)

RGB channels and saturation

R 83 of 255 = 33%
G 76 of 255 = 30%
B 78 of 255 = 31%

83
76
78

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

Portions of RGB colors in percentages

R + G + B = 83 + 76 + 78 = 237 (100%)
R 83 of 237 ~ 35.02%
G 76 of 237 ~ 32.07%
B 78 of 237 ~ 32.91'%

%35.02
%32.07
%32.91

CMYK color model

#534C4E color CMYK value is (0,8,6,67).

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

CMYK: (0,8,6,67)
C0M8Y6K67 (0%, 8%, 6%, 67%)
(0.00 / 0.08 / 0.06 / 0.67)

CMYK percentages

%0
%8.43
%6.02
%67.45

Codes

Color #534C4E in popluar color models

53 4C 4E
RGB 83 76 78
HSL 343° 4.40% 31.18%
HSB/HSV 343° 8.43% 32.55%
CMYK 0.00% 8.43% 6.02%
67.45%

Color #534C4E in popluar number systems.

HEX 53 4C 4E
Decimal 83 76 78
Binary 1010011 1001100 1001110
Octal 123 114 116

Shades and tints

Shades of #534C4E

#534C4E
(83,76,78)
#4C4647
(76,70,71)
#454040
(69,64,64)
#3E3A39
(62,58,57)
#373432
(55,52,50)
#302E2B
(48,46,43)
#292824
(41,40,36)
#22221D
(34,34,29)
#1B1C16
(27,28,22)
#14160F
(20,22,15)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #534C4E

#534C4E
(83,76,78)
#625C5E
(98,92,94)
#716C6E
(113,108,110)
#807C7E
(128,124,126)
#8F8C8E
(143,140,142)
#9E9C9E
(158,156,158)
#ADACAE
(173,172,174)
#BCBCBE
(188,188,190)
#CBCCCE
(203,204,206)
#DADCDE
(218,220,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534C4E; }

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

This text font color is #534C4E.

Background Color

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

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

This div background color is #534C4E.

Border color

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

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

This div border color is #534C4E.

Opacity

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

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

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

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

This text has shadow with #534C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534C4E.

Preview

Color preview on black background

This text has color #534C4E on black background.


Color preview on white background

This text has color #534C4E on white background.


Black color preview on #534C4E background

This text has black color on #534C4E background.


White color preview on #534C4E background

This text has white color on #534C4E background.


Related colors

Complementary color

Complementary color for #hex is #ACB3B1.


I love getcolorcode.com

Triadic colors

1 #4E534C and #4C4E53 with #534C4E are triadic colors.

2 #4E4C53 and #4C534E with #534C4E are triadic colors.