COLOR #534E7E

HEX: #534E7E
RGB: (83,78,126)

Color info

#534E7E contains red, green and blue colors in about the same proportion. Web safe color of #534E7E is #666666 (or #666).

RGB color model

#534E7E color RGB value is (83,78,126).

  • red value is 83;
  • green value is 78;
  • blue value is 126.
RGB:
(83,78,126)
(33%,31%,49%)

RGB channels and saturation

R 83 of 255 = 33%
G 78 of 255 = 31%
B 126 of 255 = 49%

83
78
126

R + G + B ~ 38%. #534E7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 78 + 126 = 287 (100%)
R 83 of 287 ~ 28.92%
G 78 of 287 ~ 27.18%
B 126 of 287 ~ 43.9%

%28.92
%27.18
%43.9

CMYK color model

#534E7E color CMYK value is (34,38,0,51).

  • cyan value is 34.13%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(34,38,0,51)
C34M38Y0K51 
(34%,38%,0%,51%)
(0.34/0.38/0.00/0.51)	

CMYK percentages

%34.13
%38.1
%0
%50.59

Codes

Color #534E7E in popluar color models

534E7E
RGB8378126
HSL246°23.53%40.00%
HSB/HSV246°38.10%49.41%
CMYK34.13%38.10%0.00%
50.59%

Color #534E7E in popluar number systems.

HEX534E7E
Decimal8378126
Binary101001110011101111110
Octal123116176

Shades and tints

Shades of #534E7E

#534E7E
(83,78,126)
#4C4773
(76,71,115)
#454068
(69,64,104)
#3E395D
(62,57,93)
#373252
(55,50,82)
#302B47
(48,43,71)
#29243C
(41,36,60)
#221D31
(34,29,49)
#1B1626
(27,22,38)
#140F1B
(20,15,27)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #534E7E

#534E7E
(83,78,126)
#625E89
(98,94,137)
#716E94
(113,110,148)
#807E9F
(128,126,159)
#8F8EAA
(143,142,170)
#9E9EB5
(158,158,181)
#ADAEC0
(173,174,192)
#BCBECB
(188,190,203)
#CBCED6
(203,206,214)
#DADEE1
(218,222,225)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534E7E; }

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

This text font color is #534E7E.


Background Color

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

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

This div background color is #534E7E.


Border color

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

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

This div border color is #534E7E.


Opacity

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

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

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

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

This text has shadow with #534E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534E7E on black background.


Color preview on white background

This text has color #534E7E on white background.



Black color preview on #534E7E background

This text has black color on #534E7E background.


White color preview on #534E7E background

This text has white color on #534E7E background.