COLOR #534775

HEX: #534775
RGB: (83,71,117)

Color info

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

RGB color model

#534775 color RGB value is (83,71,117).

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

RGB channels and saturation

R 83 of 255 = 33%
G 71 of 255 = 28%
B 117 of 255 = 46%

83
71
117

R + G + B ~ 36%. #534775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 117 = 271 (100%)
R 83 of 271 ~ 30.63%
G 71 of 271 ~ 26.2%
B 117 of 271 ~ 43.17%

%30.63
%26.2
%43.17

CMYK color model

#534775 color CMYK value is (29,39,0,54).

  • cyan value is 29.06%
  • magenta value is 39.32%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(29,39,0,54)
C29M39Y0K54 
(29%,39%,0%,54%)
(0.29/0.39/0.00/0.54)	

CMYK percentages

%29.06
%39.32
%0
%54.12

Codes

Color #534775 in popluar color models

534775
RGB8371117
HSL256°24.47%36.86%
HSB/HSV256°39.32%45.88%
CMYK29.06%39.32%0.00%
54.12%

Color #534775 in popluar number systems.

HEX534775
Decimal8371117
Binary101001110001111110101
Octal123107165

Shades and tints

Shades of #534775

#534775
(83,71,117)
#4C416B
(76,65,107)
#453B61
(69,59,97)
#3E3557
(62,53,87)
#372F4D
(55,47,77)
#302943
(48,41,67)
#292339
(41,35,57)
#221D2F
(34,29,47)
#1B1725
(27,23,37)
#14111B
(20,17,27)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #534775

#534775
(83,71,117)
#625781
(98,87,129)
#71678D
(113,103,141)
#807799
(128,119,153)
#8F87A5
(143,135,165)
#9E97B1
(158,151,177)
#ADA7BD
(173,167,189)
#BCB7C9
(188,183,201)
#CBC7D5
(203,199,213)
#DAD7E1
(218,215,225)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534775; }

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

This text font color is #534775.


Background Color

.myBgColor { background-color: #534775; }

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

This div background color is #534775.


Border color

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

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

This div border color is #534775.


Opacity

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

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

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

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

This text has shadow with #534775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534775 on black background.


Color preview on white background

This text has color #534775 on white background.



Black color preview on #534775 background

This text has black color on #534775 background.


White color preview on #534775 background

This text has white color on #534775 background.