COLOR #534E8A

HEX: #534E8A RGB: (83,78,138)

Color info

#534E8A contains mainly red and blue colors. Web safe color of #534E8A is #666699 (or #669).

RGB color model

#534E8A color RGB value is (83,78,138).

RGB: (83,78,138) (33%, 31%, 54%)

RGB channels and saturation

R 83 of 255 = 33%
G 78 of 255 = 31%
B 138 of 255 = 54%

83
78
138

R + G + B ~ 39%. #534E8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 78 + 138 = 299 (100%)
R 83 of 299 ~ 27.76%
G 78 of 299 ~ 26.09%
B 138 of 299 ~ 46.15'%

%27.76
%26.09
%46.15

CMYK color model

#534E8A color CMYK value is (40,43,0,46).

  • cyan value is 39.86%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (40,43,0,46)
C40M43Y0K46 (40%, 43%, 0%, 46%)
(0.40 / 0.43 / 0.00 / 0.46)

CMYK percentages

%39.86
%43.48
%0
%45.88

Codes

Color #534E8A in popluar color models

53 4E 8A
RGB 83 78 138
HSL 245° 27.78% 42.35%
HSB/HSV 245° 43.48% 54.12%
CMYK 39.86% 43.48% 0.00%
45.88%

Color #534E8A in popluar number systems.

HEX 53 4E 8A
Decimal 83 78 138
Binary 1010011 1001110 10001010
Octal 123 116 212

Shades and tints

Shades of #534E8A

#534E8A
(83,78,138)
#4C477E
(76,71,126)
#454072
(69,64,114)
#3E3966
(62,57,102)
#37325A
(55,50,90)
#302B4E
(48,43,78)
#292442
(41,36,66)
#221D36
(34,29,54)
#1B162A
(27,22,42)
#140F1E
(20,15,30)
#0D0812
(13,8,18)
#000000
(0,0,0)

Tints of #534E8A

#534E8A
(83,78,138)
#625E94
(98,94,148)
#716E9E
(113,110,158)
#807EA8
(128,126,168)
#8F8EB2
(143,142,178)
#9E9EBC
(158,158,188)
#ADAEC6
(173,174,198)
#BCBED0
(188,190,208)
#CBCEDA
(203,206,218)
#DADEE4
(218,222,228)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534E8A color. Also use rgb(83,78,138) instead hex code.

Text Font Color

.myTextColor { color: #534E8A; }

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

This text font color is #534E8A.

Background Color

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

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

This div background color is #534E8A.

Border color

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

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

This div border color is #534E8A.

Opacity

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

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

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

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

This text has shadow with #534E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534E8A.

Preview

Color preview on black background

This text has color #534E8A on black background.


Color preview on white background

This text has color #534E8A on white background.


Black color preview on #534E8A background

This text has black color on #534E8A background.


White color preview on #534E8A background

This text has white color on #534E8A background.


Related colors

Complementary color

Complementary color for #hex is #ACB175.


I love getcolorcode.com

Triadic colors

1 #8A534E and #4E8A53 with #534E8A are triadic colors.

2 #8A4E53 and #4E538A with #534E8A are triadic colors.