COLOR #534D6B

HEX: #534D6B RGB: (83,77,107)

Color info

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

RGB color model

#534D6B color RGB value is (83,77,107).

RGB: (83,77,107) (33%, 30%, 42%)

RGB channels and saturation

R 83 of 255 = 33%
G 77 of 255 = 30%
B 107 of 255 = 42%

83
77
107

R + G + B ~ 35%. #534D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 77 + 107 = 267 (100%)
R 83 of 267 ~ 31.09%
G 77 of 267 ~ 28.84%
B 107 of 267 ~ 40.07'%

%31.09
%28.84
%40.07

CMYK color model

#534D6B color CMYK value is (22,28,0,58).

  • cyan value is 22.43%
  • magenta value is 28.04%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (22,28,0,58)
C22M28Y0K58 (22%, 28%, 0%, 58%)
(0.22 / 0.28 / 0.00 / 0.58)

CMYK percentages

%22.43
%28.04
%0
%58.04

Codes

Color #534D6B in popluar color models

53 4D 6B
RGB 83 77 107
HSL 252° 16.30% 36.08%
HSB/HSV 252° 28.04% 41.96%
CMYK 22.43% 28.04% 0.00%
58.04%

Color #534D6B in popluar number systems.

HEX 53 4D 6B
Decimal 83 77 107
Binary 1010011 1001101 1101011
Octal 123 115 153

Shades and tints

Shades of #534D6B

#534D6B
(83,77,107)
#4C4662
(76,70,98)
#453F59
(69,63,89)
#3E3850
(62,56,80)
#373147
(55,49,71)
#302A3E
(48,42,62)
#292335
(41,35,53)
#221C2C
(34,28,44)
#1B1523
(27,21,35)
#140E1A
(20,14,26)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #534D6B

#534D6B
(83,77,107)
#625D78
(98,93,120)
#716D85
(113,109,133)
#807D92
(128,125,146)
#8F8D9F
(143,141,159)
#9E9DAC
(158,157,172)
#ADADB9
(173,173,185)
#BCBDC6
(188,189,198)
#CBCDD3
(203,205,211)
#DADDE0
(218,221,224)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534D6B; }

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

This text font color is #534D6B.

Background Color

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

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

This div background color is #534D6B.

Border color

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

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

This div border color is #534D6B.

Opacity

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

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

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

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

This text has shadow with #534D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534D6B.

Preview

Color preview on black background

This text has color #534D6B on black background.


Color preview on white background

This text has color #534D6B on white background.


Black color preview on #534D6B background

This text has black color on #534D6B background.


White color preview on #534D6B background

This text has white color on #534D6B background.


Related colors

Complementary color

Complementary color for #hex is #ACB294.


I love getcolorcode.com

Triadic colors

1 #6B534D and #4D6B53 with #534D6B are triadic colors.

2 #6B4D53 and #4D536B with #534D6B are triadic colors.