COLOR #534163

HEX: #534163
RGB: (83,65,99)

Color info

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

RGB color model

#534163 color RGB value is (83,65,99).

  • red value is 83;
  • green value is 65;
  • blue value is 99.
RGB:
(83,65,99)
(33%,25%,39%)

RGB channels and saturation

R 83 of 255 = 33%
G 65 of 255 = 25%
B 99 of 255 = 39%

83
65
99

R + G + B ~ 32%. #534163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 65 + 99 = 247 (100%)
R 83 of 247 ~ 33.6%
G 65 of 247 ~ 26.32%
B 99 of 247 ~ 40.08%

%33.6
%26.32
%40.08

CMYK color model

#534163 color CMYK value is (16,34,0,61).

  • cyan value is 16.16%
  • magenta value is 34.34%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(16,34,0,61)
C16M34Y0K61 
(16%,34%,0%,61%)
(0.16/0.34/0.00/0.61)	

CMYK percentages

%16.16
%34.34
%0
%61.18

Codes

Color #534163 in popluar color models

534163
RGB836599
HSL272°20.73%32.16%
HSB/HSV272°34.34%38.82%
CMYK16.16%34.34%0.00%
61.18%

Color #534163 in popluar number systems.

HEX534163
Decimal836599
Binary101001110000011100011
Octal123101143

Shades and tints

Shades of #534163

#534163
(83,65,99)
#4C3C5A
(76,60,90)
#453751
(69,55,81)
#3E3248
(62,50,72)
#372D3F
(55,45,63)
#302836
(48,40,54)
#29232D
(41,35,45)
#221E24
(34,30,36)
#1B191B
(27,25,27)
#141412
(20,20,18)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #534163

#534163
(83,65,99)
#625271
(98,82,113)
#71637F
(113,99,127)
#80748D
(128,116,141)
#8F859B
(143,133,155)
#9E96A9
(158,150,169)
#ADA7B7
(173,167,183)
#BCB8C5
(188,184,197)
#CBC9D3
(203,201,211)
#DADAE1
(218,218,225)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534163 color. Also use rgb(83,65,99) instead hex code.

Text Font Color

.myTextColor { color: #534163; }

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

This text font color is #534163.


Background Color

.myBgColor { background-color: #534163; }

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

This div background color is #534163.


Border color

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

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

This div border color is #534163.


Opacity

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

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

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

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

This text has shadow with #534163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534163 on black background.


Color preview on white background

This text has color #534163 on white background.



Black color preview on #534163 background

This text has black color on #534163 background.


White color preview on #534163 background

This text has white color on #534163 background.