COLOR #534754

HEX: #534754
RGB: (83,71,84)

Color info

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

RGB color model

#534754 color RGB value is (83,71,84).

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

RGB channels and saturation

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

83
71
84

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

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 84 = 238 (100%)
R 83 of 238 ~ 34.87%
G 71 of 238 ~ 29.83%
B 84 of 238 ~ 35.29%

%34.87
%29.83
%35.29

CMYK color model

#534754 color CMYK value is (1,15,0,67).

  • cyan value is 1.19%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(1,15,0,67)
C1M15Y0K67 
(1%,15%,0%,67%)
(0.01/0.15/0.00/0.67)	

CMYK percentages

%1.19
%15.48
%0
%67.06

Codes

Color #534754 in popluar color models

534754
RGB837184
HSL295°8.39%30.39%
HSB/HSV295°15.48%32.94%
CMYK1.19%15.48%0.00%
67.06%

Color #534754 in popluar number systems.

HEX534754
Decimal837184
Binary101001110001111010100
Octal123107124

Shades and tints

Shades of #534754

#534754
(83,71,84)
#4C414D
(76,65,77)
#453B46
(69,59,70)
#3E353F
(62,53,63)
#372F38
(55,47,56)
#302931
(48,41,49)
#29232A
(41,35,42)
#221D23
(34,29,35)
#1B171C
(27,23,28)
#141115
(20,17,21)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #534754

#534754
(83,71,84)
#625763
(98,87,99)
#716772
(113,103,114)
#807781
(128,119,129)
#8F8790
(143,135,144)
#9E979F
(158,151,159)
#ADA7AE
(173,167,174)
#BCB7BD
(188,183,189)
#CBC7CC
(203,199,204)
#DAD7DB
(218,215,219)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534754; }

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

This text font color is #534754.


Background Color

.myBgColor { background-color: #534754; }

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

This div background color is #534754.


Border color

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

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

This div border color is #534754.


Opacity

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

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

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

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

This text has shadow with #534754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534754 on black background.


Color preview on white background

This text has color #534754 on white background.



Black color preview on #534754 background

This text has black color on #534754 background.


White color preview on #534754 background

This text has white color on #534754 background.