COLOR #534B7A

HEX: #534B7A
RGB: (83,75,122)

Color info

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

RGB color model

#534B7A color RGB value is (83,75,122).

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

RGB channels and saturation

R 83 of 255 = 33%
G 75 of 255 = 29%
B 122 of 255 = 48%

83
75
122

R + G + B ~ 37%. #534B7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 75 + 122 = 280 (100%)
R 83 of 280 ~ 29.64%
G 75 of 280 ~ 26.79%
B 122 of 280 ~ 43.57%

%29.64
%26.79
%43.57

CMYK color model

#534B7A color CMYK value is (32,39,0,52).

  • cyan value is 31.97%
  • magenta value is 38.52%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(32,39,0,52)
C32M39Y0K52 
(32%,39%,0%,52%)
(0.32/0.39/0.00/0.52)	

CMYK percentages

%31.97
%38.52
%0
%52.16

Codes

Color #534B7A in popluar color models

534B7A
RGB8375122
HSL250°23.86%38.63%
HSB/HSV250°38.52%47.84%
CMYK31.97%38.52%0.00%
52.16%

Color #534B7A in popluar number systems.

HEX534B7A
Decimal8375122
Binary101001110010111111010
Octal123113172

Shades and tints

Shades of #534B7A

#534B7A
(83,75,122)
#4C456F
(76,69,111)
#453F64
(69,63,100)
#3E3959
(62,57,89)
#37334E
(55,51,78)
#302D43
(48,45,67)
#292738
(41,39,56)
#22212D
(34,33,45)
#1B1B22
(27,27,34)
#141517
(20,21,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #534B7A

#534B7A
(83,75,122)
#625B86
(98,91,134)
#716B92
(113,107,146)
#807B9E
(128,123,158)
#8F8BAA
(143,139,170)
#9E9BB6
(158,155,182)
#ADABC2
(173,171,194)
#BCBBCE
(188,187,206)
#CBCBDA
(203,203,218)
#DADBE6
(218,219,230)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534B7A; }

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

This text font color is #534B7A.


Background Color

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

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

This div background color is #534B7A.


Border color

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

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

This div border color is #534B7A.


Opacity

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

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

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

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

This text has shadow with #534B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534B7A on black background.


Color preview on white background

This text has color #534B7A on white background.



Black color preview on #534B7A background

This text has black color on #534B7A background.


White color preview on #534B7A background

This text has white color on #534B7A background.