COLOR #534768

HEX: #534768
RGB: (83,71,104)

Color info

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

RGB color model

#534768 color RGB value is (83,71,104).

  • red value is 83;
  • green value is 71;
  • blue value is 104.
RGB:
(83,71,104)
(33%,28%,41%)

RGB channels and saturation

R 83 of 255 = 33%
G 71 of 255 = 28%
B 104 of 255 = 41%

83
71
104

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

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 104 = 258 (100%)
R 83 of 258 ~ 32.17%
G 71 of 258 ~ 27.52%
B 104 of 258 ~ 40.31%

%32.17
%27.52
%40.31

CMYK color model

#534768 color CMYK value is (20,32,0,59).

  • cyan value is 20.19%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(20,32,0,59)
C20M32Y0K59 
(20%,32%,0%,59%)
(0.20/0.32/0.00/0.59)	

CMYK percentages

%20.19
%31.73
%0
%59.22

Codes

Color #534768 in popluar color models

534768
RGB8371104
HSL262°18.86%34.31%
HSB/HSV262°31.73%40.78%
CMYK20.19%31.73%0.00%
59.22%

Color #534768 in popluar number systems.

HEX534768
Decimal8371104
Binary101001110001111101000
Octal123107150

Shades and tints

Shades of #534768

#534768
(83,71,104)
#4C415F
(76,65,95)
#453B56
(69,59,86)
#3E354D
(62,53,77)
#372F44
(55,47,68)
#30293B
(48,41,59)
#292332
(41,35,50)
#221D29
(34,29,41)
#1B1720
(27,23,32)
#141117
(20,17,23)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #534768

#534768
(83,71,104)
#625775
(98,87,117)
#716782
(113,103,130)
#80778F
(128,119,143)
#8F879C
(143,135,156)
#9E97A9
(158,151,169)
#ADA7B6
(173,167,182)
#BCB7C3
(188,183,195)
#CBC7D0
(203,199,208)
#DAD7DD
(218,215,221)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534768 color. Also use rgb(83,71,104) instead hex code.

Text Font Color

.myTextColor { color: #534768; }

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

This text font color is #534768.


Background Color

.myBgColor { background-color: #534768; }

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

This div background color is #534768.


Border color

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

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

This div border color is #534768.


Opacity

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

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

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

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

This text has shadow with #534768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534768 on black background.


Color preview on white background

This text has color #534768 on white background.



Black color preview on #534768 background

This text has black color on #534768 background.


White color preview on #534768 background

This text has white color on #534768 background.