COLOR #534753

HEX: #534753
RGB: (83,71,83)

Color info

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

RGB color model

#534753 color RGB value is (83,71,83).

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

RGB channels and saturation

R 83 of 255 = 33%
G 71 of 255 = 28%
B 83 of 255 = 33%

83
71
83

R + G + B ~ 31%. #534753 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 83 = 237 (100%)
R 83 of 237 ~ 35.02%
G 71 of 237 ~ 29.96%
B 83 of 237 ~ 35.02%

%35.02
%29.96
%35.02

CMYK color model

#534753 color CMYK value is (0,14,0,67).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(0,14,0,67)
C0M14Y0K67 
(0%,14%,0%,67%)
(0.00/0.14/0.00/0.67)	

CMYK percentages

%0
%14.46
%0
%67.45

Codes

Color #534753 in popluar color models

534753
RGB837183
HSL300°7.79%30.20%
HSB/HSV300°14.46%32.55%
CMYK0.00%14.46%0.00%
67.45%

Color #534753 in popluar number systems.

HEX534753
Decimal837183
Binary101001110001111010011
Octal123107123

Shades and tints

Shades of #534753

#534753
(83,71,83)
#4C414C
(76,65,76)
#453B45
(69,59,69)
#3E353E
(62,53,62)
#372F37
(55,47,55)
#302930
(48,41,48)
#292329
(41,35,41)
#221D22
(34,29,34)
#1B171B
(27,23,27)
#141114
(20,17,20)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #534753

#534753
(83,71,83)
#625762
(98,87,98)
#716771
(113,103,113)
#807780
(128,119,128)
#8F878F
(143,135,143)
#9E979E
(158,151,158)
#ADA7AD
(173,167,173)
#BCB7BC
(188,183,188)
#CBC7CB
(203,199,203)
#DAD7DA
(218,215,218)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534753; }

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

This text font color is #534753.


Background Color

.myBgColor { background-color: #534753; }

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

This div background color is #534753.


Border color

.myBorderColor { border: 1px solid #534753; }

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

This div border color is #534753.


Opacity

.myOpacity80 { color: #534753; opacity: 0.8; }

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

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

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

This text has shadow with #534753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534753 on black background.


Color preview on white background

This text has color #534753 on white background.



Black color preview on #534753 background

This text has black color on #534753 background.


White color preview on #534753 background

This text has white color on #534753 background.