COLOR #534A62

HEX: #534A62 RGB: (83,74,98)

Color info

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

RGB color model

#534A62 color RGB value is (83,74,98).

RGB: (83,74,98) (33%, 29%, 38%)

RGB channels and saturation

R 83 of 255 = 33%
G 74 of 255 = 29%
B 98 of 255 = 38%

83
74
98

R + G + B ~ 33%. #534A62 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 74 + 98 = 255 (100%)
R 83 of 255 ~ 32.55%
G 74 of 255 ~ 29.02%
B 98 of 255 ~ 38.43'%

%32.55
%29.02
%38.43

CMYK color model

#534A62 color CMYK value is (15,24,0,62).

  • cyan value is 15.31%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (15,24,0,62)
C15M24Y0K62 (15%, 24%, 0%, 62%)
(0.15 / 0.24 / 0.00 / 0.62)

CMYK percentages

%15.31
%24.49
%0
%61.57

Codes

Color #534A62 in popluar color models

53 4A 62
RGB 83 74 98
HSL 263° 13.95% 33.73%
HSB/HSV 263° 24.49% 38.43%
CMYK 15.31% 24.49% 0.00%
61.57%

Color #534A62 in popluar number systems.

HEX 53 4A 62
Decimal 83 74 98
Binary 1010011 1001010 1100010
Octal 123 112 142

Shades and tints

Shades of #534A62

#534A62
(83,74,98)
#4C445A
(76,68,90)
#453E52
(69,62,82)
#3E384A
(62,56,74)
#373242
(55,50,66)
#302C3A
(48,44,58)
#292632
(41,38,50)
#22202A
(34,32,42)
#1B1A22
(27,26,34)
#14141A
(20,20,26)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #534A62

#534A62
(83,74,98)
#625A70
(98,90,112)
#716A7E
(113,106,126)
#807A8C
(128,122,140)
#8F8A9A
(143,138,154)
#9E9AA8
(158,154,168)
#ADAAB6
(173,170,182)
#BCBAC4
(188,186,196)
#CBCAD2
(203,202,210)
#DADAE0
(218,218,224)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534A62; }

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

This text font color is #534A62.

Background Color

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

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

This div background color is #534A62.

Border color

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

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

This div border color is #534A62.

Opacity

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

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

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

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

This text has shadow with #534A62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534A62.

Preview

Color preview on black background

This text has color #534A62 on black background.


Color preview on white background

This text has color #534A62 on white background.


Black color preview on #534A62 background

This text has black color on #534A62 background.


White color preview on #534A62 background

This text has white color on #534A62 background.


Related colors

Complementary color

Complementary color for #hex is #ACB59D.


I love getcolorcode.com

Triadic colors

1 #62534A and #4A6253 with #534A62 are triadic colors.

2 #624A53 and #4A5362 with #534A62 are triadic colors.