COLOR #534E6E

HEX: #534E6E
RGB: (83,78,110)

Color info

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

RGB color model

#534E6E color RGB value is (83,78,110).

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

RGB channels and saturation

R 83 of 255 = 33%
G 78 of 255 = 31%
B 110 of 255 = 43%

83
78
110

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

Portions of RGB colors in percentages

R + G + B =
83 + 78 + 110 = 271 (100%)
R 83 of 271 ~ 30.63%
G 78 of 271 ~ 28.78%
B 110 of 271 ~ 40.59%

%30.63
%28.78
%40.59

CMYK color model

#534E6E color CMYK value is (25,29,0,57).

  • cyan value is 24.55%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,29,0,57)
C25M29Y0K57 
(25%,29%,0%,57%)
(0.25/0.29/0.00/0.57)	

CMYK percentages

%24.55
%29.09
%0
%56.86

Codes

Color #534E6E in popluar color models

534E6E
RGB8378110
HSL249°17.02%36.86%
HSB/HSV249°29.09%43.14%
CMYK24.55%29.09%0.00%
56.86%

Color #534E6E in popluar number systems.

HEX534E6E
Decimal8378110
Binary101001110011101101110
Octal123116156

Shades and tints

Shades of #534E6E

#534E6E
(83,78,110)
#4C4764
(76,71,100)
#45405A
(69,64,90)
#3E3950
(62,57,80)
#373246
(55,50,70)
#302B3C
(48,43,60)
#292432
(41,36,50)
#221D28
(34,29,40)
#1B161E
(27,22,30)
#140F14
(20,15,20)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #534E6E

#534E6E
(83,78,110)
#625E7B
(98,94,123)
#716E88
(113,110,136)
#807E95
(128,126,149)
#8F8EA2
(143,142,162)
#9E9EAF
(158,158,175)
#ADAEBC
(173,174,188)
#BCBEC9
(188,190,201)
#CBCED6
(203,206,214)
#DADEE3
(218,222,227)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534E6E; }

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

This text font color is #534E6E.


Background Color

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

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

This div background color is #534E6E.


Border color

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

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

This div border color is #534E6E.


Opacity

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

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

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

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

This text has shadow with #534E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534E6E on black background.


Color preview on white background

This text has color #534E6E on white background.



Black color preview on #534E6E background

This text has black color on #534E6E background.


White color preview on #534E6E background

This text has white color on #534E6E background.