COLOR #534D65

HEX: #534D65 RGB: (83,77,101)

Color info

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

RGB color model

#534D65 color RGB value is (83,77,101).

RGB: (83,77,101) (33%, 30%, 40%)

RGB channels and saturation

R 83 of 255 = 33%
G 77 of 255 = 30%
B 101 of 255 = 40%

83
77
101

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

Portions of RGB colors in percentages

R + G + B = 83 + 77 + 101 = 261 (100%)
R 83 of 261 ~ 31.8%
G 77 of 261 ~ 29.5%
B 101 of 261 ~ 38.7'%

%31.8
%29.5
%38.7

CMYK color model

#534D65 color CMYK value is (18,24,0,60).

  • cyan value is 17.82%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (18,24,0,60)
C18M24Y0K60 (18%, 24%, 0%, 60%)
(0.18 / 0.24 / 0.00 / 0.60)

CMYK percentages

%17.82
%23.76
%0
%60.39

Codes

Color #534D65 in popluar color models

53 4D 65
RGB 83 77 101
HSL 255° 13.48% 34.90%
HSB/HSV 255° 23.76% 39.61%
CMYK 17.82% 23.76% 0.00%
60.39%

Color #534D65 in popluar number systems.

HEX 53 4D 65
Decimal 83 77 101
Binary 1010011 1001101 1100101
Octal 123 115 145

Shades and tints

Shades of #534D65

#534D65
(83,77,101)
#4C465C
(76,70,92)
#453F53
(69,63,83)
#3E384A
(62,56,74)
#373141
(55,49,65)
#302A38
(48,42,56)
#29232F
(41,35,47)
#221C26
(34,28,38)
#1B151D
(27,21,29)
#140E14
(20,14,20)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #534D65

#534D65
(83,77,101)
#625D73
(98,93,115)
#716D81
(113,109,129)
#807D8F
(128,125,143)
#8F8D9D
(143,141,157)
#9E9DAB
(158,157,171)
#ADADB9
(173,173,185)
#BCBDC7
(188,189,199)
#CBCDD5
(203,205,213)
#DADDE3
(218,221,227)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534D65; }

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

This text font color is #534D65.

Background Color

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

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

This div background color is #534D65.

Border color

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

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

This div border color is #534D65.

Opacity

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

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

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

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

This text has shadow with #534D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534D65.

Preview

Color preview on black background

This text has color #534D65 on black background.


Color preview on white background

This text has color #534D65 on white background.


Black color preview on #534D65 background

This text has black color on #534D65 background.


White color preview on #534D65 background

This text has white color on #534D65 background.


Related colors

Complementary color

Complementary color for #hex is #ACB29A.


I love getcolorcode.com

Triadic colors

1 #65534D and #4D6553 with #534D65 are triadic colors.

2 #654D53 and #4D5365 with #534D65 are triadic colors.