COLOR #534D64

HEX: #534D64
RGB: (83,77,100)

Color info

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

RGB color model

#534D64 color RGB value is (83,77,100).

  • red value is 83;
  • green value is 77;
  • blue value is 100.
RGB:
(83,77,100)
(33%,30%,39%)

RGB channels and saturation

R 83 of 255 = 33%
G 77 of 255 = 30%
B 100 of 255 = 39%

83
77
100

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

Portions of RGB colors in percentages

R + G + B =
83 + 77 + 100 = 260 (100%)
R 83 of 260 ~ 31.92%
G 77 of 260 ~ 29.62%
B 100 of 260 ~ 38.46%

%31.92
%29.62
%38.46

CMYK color model

#534D64 color CMYK value is (17,23,0,61).

  • cyan value is 17.00%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(17,23,0,61)
C17M23Y0K61 
(17%,23%,0%,61%)
(0.17/0.23/0.00/0.61)	

CMYK percentages

%17
%23
%0
%60.78

Codes

Color #534D64 in popluar color models

534D64
RGB8377100
HSL256°12.99%34.71%
HSB/HSV256°23.00%39.22%
CMYK17.00%23.00%0.00%
60.78%

Color #534D64 in popluar number systems.

HEX534D64
Decimal8377100
Binary101001110011011100100
Octal123115144

Shades and tints

Shades of #534D64

#534D64
(83,77,100)
#4C465B
(76,70,91)
#453F52
(69,63,82)
#3E3849
(62,56,73)
#373140
(55,49,64)
#302A37
(48,42,55)
#29232E
(41,35,46)
#221C25
(34,28,37)
#1B151C
(27,21,28)
#140E13
(20,14,19)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #534D64

#534D64
(83,77,100)
#625D72
(98,93,114)
#716D80
(113,109,128)
#807D8E
(128,125,142)
#8F8D9C
(143,141,156)
#9E9DAA
(158,157,170)
#ADADB8
(173,173,184)
#BCBDC6
(188,189,198)
#CBCDD4
(203,205,212)
#DADDE2
(218,221,226)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534D64; }

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

This text font color is #534D64.


Background Color

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

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

This div background color is #534D64.


Border color

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

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

This div border color is #534D64.


Opacity

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

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

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

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

This text has shadow with #534D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534D64 on black background.


Color preview on white background

This text has color #534D64 on white background.



Black color preview on #534D64 background

This text has black color on #534D64 background.


White color preview on #534D64 background

This text has white color on #534D64 background.