COLOR #534E53

HEX: #534E53
RGB: (83,78,83)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
78
83

R + G + B ~ 32%. #534E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 78 + 83 = 244 (100%)
R 83 of 244 ~ 34.02%
G 78 of 244 ~ 31.97%
B 83 of 244 ~ 34.02%

%34.02
%31.97
%34.02

CMYK color model

#534E53 color CMYK value is (0,6,0,67).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(0,6,0,67)
C0M6Y0K67 
(0%,6%,0%,67%)
(0.00/0.06/0.00/0.67)	

CMYK percentages

%0
%6.02
%0
%67.45

Codes

Color #534E53 in popluar color models

534E53
RGB837883
HSL300°3.11%31.57%
HSB/HSV300°6.02%32.55%
CMYK0.00%6.02%0.00%
67.45%

Color #534E53 in popluar number systems.

HEX534E53
Decimal837883
Binary101001110011101010011
Octal123116123

Shades and tints

Shades of #534E53

#534E53
(83,78,83)
#4C474C
(76,71,76)
#454045
(69,64,69)
#3E393E
(62,57,62)
#373237
(55,50,55)
#302B30
(48,43,48)
#292429
(41,36,41)
#221D22
(34,29,34)
#1B161B
(27,22,27)
#140F14
(20,15,20)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #534E53

#534E53
(83,78,83)
#625E62
(98,94,98)
#716E71
(113,110,113)
#807E80
(128,126,128)
#8F8E8F
(143,142,143)
#9E9E9E
(158,158,158)
#ADAEAD
(173,174,173)
#BCBEBC
(188,190,188)
#CBCECB
(203,206,203)
#DADEDA
(218,222,218)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534E53; }

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

This text font color is #534E53.


Background Color

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

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

This div background color is #534E53.


Border color

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

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

This div border color is #534E53.


Opacity

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

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

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

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

This text has shadow with #534E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534E53 on black background.


Color preview on white background

This text has color #534E53 on white background.



Black color preview on #534E53 background

This text has black color on #534E53 background.


White color preview on #534E53 background

This text has white color on #534E53 background.