COLOR #534965

HEX: #534965
RGB: (83,73,101)

Color info

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

RGB color model

#534965 color RGB value is (83,73,101).

  • red value is 83;
  • green value is 73;
  • blue value is 101.
RGB:
(83,73,101)
(33%,29%,40%)

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 101 of 255 = 40%

83
73
101

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

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 101 = 257 (100%)
R 83 of 257 ~ 32.3%
G 73 of 257 ~ 28.4%
B 101 of 257 ~ 39.3%

%32.3
%28.4
%39.3

CMYK color model

#534965 color CMYK value is (18,28,0,60).

  • cyan value is 17.82%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(18,28,0,60)
C18M28Y0K60 
(18%,28%,0%,60%)
(0.18/0.28/0.00/0.60)	

CMYK percentages

%17.82
%27.72
%0
%60.39

Codes

Color #534965 in popluar color models

534965
RGB8373101
HSL261°16.09%34.12%
HSB/HSV261°27.72%39.61%
CMYK17.82%27.72%0.00%
60.39%

Color #534965 in popluar number systems.

HEX534965
Decimal8373101
Binary101001110010011100101
Octal123111145

Shades and tints

Shades of #534965

#534965
(83,73,101)
#4C435C
(76,67,92)
#453D53
(69,61,83)
#3E374A
(62,55,74)
#373141
(55,49,65)
#302B38
(48,43,56)
#29252F
(41,37,47)
#221F26
(34,31,38)
#1B191D
(27,25,29)
#141314
(20,19,20)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #534965

#534965
(83,73,101)
#625973
(98,89,115)
#716981
(113,105,129)
#80798F
(128,121,143)
#8F899D
(143,137,157)
#9E99AB
(158,153,171)
#ADA9B9
(173,169,185)
#BCB9C7
(188,185,199)
#CBC9D5
(203,201,213)
#DAD9E3
(218,217,227)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534965; }

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

This text font color is #534965.


Background Color

.myBgColor { background-color: #534965; }

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

This div background color is #534965.


Border color

.myBorderColor { border: 1px solid #534965; }

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

This div border color is #534965.


Opacity

.myOpacity80 { color: #534965; opacity: 0.8; }

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

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

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

This text has shadow with #534965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534965 on black background.


Color preview on white background

This text has color #534965 on white background.



Black color preview on #534965 background

This text has black color on #534965 background.


White color preview on #534965 background

This text has white color on #534965 background.