COLOR #534B63

HEX: #534B63
RGB: (83,75,99)

Color info

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

RGB color model

#534B63 color RGB value is (83,75,99).

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

RGB channels and saturation

R 83 of 255 = 33%
G 75 of 255 = 29%
B 99 of 255 = 39%

83
75
99

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

Portions of RGB colors in percentages

R + G + B =
83 + 75 + 99 = 257 (100%)
R 83 of 257 ~ 32.3%
G 75 of 257 ~ 29.18%
B 99 of 257 ~ 38.52%

%32.3
%29.18
%38.52

CMYK color model

#534B63 color CMYK value is (16,24,0,61).

  • cyan value is 16.16%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(16,24,0,61)
C16M24Y0K61 
(16%,24%,0%,61%)
(0.16/0.24/0.00/0.61)	

CMYK percentages

%16.16
%24.24
%0
%61.18

Codes

Color #534B63 in popluar color models

534B63
RGB837599
HSL260°13.79%34.12%
HSB/HSV260°24.24%38.82%
CMYK16.16%24.24%0.00%
61.18%

Color #534B63 in popluar number systems.

HEX534B63
Decimal837599
Binary101001110010111100011
Octal123113143

Shades and tints

Shades of #534B63

#534B63
(83,75,99)
#4C455A
(76,69,90)
#453F51
(69,63,81)
#3E3948
(62,57,72)
#37333F
(55,51,63)
#302D36
(48,45,54)
#29272D
(41,39,45)
#222124
(34,33,36)
#1B1B1B
(27,27,27)
#141512
(20,21,18)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #534B63

#534B63
(83,75,99)
#625B71
(98,91,113)
#716B7F
(113,107,127)
#807B8D
(128,123,141)
#8F8B9B
(143,139,155)
#9E9BA9
(158,155,169)
#ADABB7
(173,171,183)
#BCBBC5
(188,187,197)
#CBCBD3
(203,203,211)
#DADBE1
(218,219,225)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534B63; }

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

This text font color is #534B63.


Background Color

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

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

This div background color is #534B63.


Border color

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

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

This div border color is #534B63.


Opacity

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

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

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

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

This text has shadow with #534B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534B63 on black background.


Color preview on white background

This text has color #534B63 on white background.



Black color preview on #534B63 background

This text has black color on #534B63 background.


White color preview on #534B63 background

This text has white color on #534B63 background.