COLOR #534D62

HEX: #534D62 RGB: (83,77,98)

Color info

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

RGB color model

#534D62 color RGB value is (83,77,98).

RGB: (83,77,98) (33%, 30%, 38%)

RGB channels and saturation

R 83 of 255 = 33%
G 77 of 255 = 30%
B 98 of 255 = 38%

83
77
98

R + G + B ~ 34%. #534D62 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 77 + 98 = 258 (100%)
R 83 of 258 ~ 32.17%
G 77 of 258 ~ 29.84%
B 98 of 258 ~ 37.98'%

%32.17
%29.84
%37.98

CMYK color model

#534D62 color CMYK value is (15,21,0,62).

  • cyan value is 15.31%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (15,21,0,62)
C15M21Y0K62 (15%, 21%, 0%, 62%)
(0.15 / 0.21 / 0.00 / 0.62)

CMYK percentages

%15.31
%21.43
%0
%61.57

Codes

Color #534D62 in popluar color models

53 4D 62
RGB 83 77 98
HSL 257° 12.00% 34.31%
HSB/HSV 257° 21.43% 38.43%
CMYK 15.31% 21.43% 0.00%
61.57%

Color #534D62 in popluar number systems.

HEX 53 4D 62
Decimal 83 77 98
Binary 1010011 1001101 1100010
Octal 123 115 142

Shades and tints

Shades of #534D62

#534D62
(83,77,98)
#4C465A
(76,70,90)
#453F52
(69,63,82)
#3E384A
(62,56,74)
#373142
(55,49,66)
#302A3A
(48,42,58)
#292332
(41,35,50)
#221C2A
(34,28,42)
#1B1522
(27,21,34)
#140E1A
(20,14,26)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #534D62

#534D62
(83,77,98)
#625D70
(98,93,112)
#716D7E
(113,109,126)
#807D8C
(128,125,140)
#8F8D9A
(143,141,154)
#9E9DA8
(158,157,168)
#ADADB6
(173,173,182)
#BCBDC4
(188,189,196)
#CBCDD2
(203,205,210)
#DADDE0
(218,221,224)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534D62; }

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

This text font color is #534D62.

Background Color

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

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

This div background color is #534D62.

Border color

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

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

This div border color is #534D62.

Opacity

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

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

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

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

This text has shadow with #534D62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534D62.

Preview

Color preview on black background

This text has color #534D62 on black background.


Color preview on white background

This text has color #534D62 on white background.


Black color preview on #534D62 background

This text has black color on #534D62 background.


White color preview on #534D62 background

This text has white color on #534D62 background.


Related colors

Complementary color

Complementary color for #hex is #ACB29D.


I love getcolorcode.com

Triadic colors

1 #62534D and #4D6253 with #534D62 are triadic colors.

2 #624D53 and #4D5362 with #534D62 are triadic colors.