COLOR #534B62

HEX: #534B62 RGB: (83,75,98)

Color info

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

RGB color model

#534B62 color RGB value is (83,75,98).

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

RGB channels and saturation

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

83
75
98

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

Portions of RGB colors in percentages

R + G + B = 83 + 75 + 98 = 256 (100%)
R 83 of 256 ~ 32.42%
G 75 of 256 ~ 29.3%
B 98 of 256 ~ 38.28'%

%32.42
%29.3
%38.28

CMYK color model

#534B62 color CMYK value is (15,23,0,62).

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

CMYK: (15,23,0,62)
C15M23Y0K62 (15%, 23%, 0%, 62%)
(0.15 / 0.23 / 0.00 / 0.62)

CMYK percentages

%15.31
%23.47
%0
%61.57

Codes

Color #534B62 in popluar color models

53 4B 62
RGB 83 75 98
HSL 261° 13.29% 33.92%
HSB/HSV 261° 23.47% 38.43%
CMYK 15.31% 23.47% 0.00%
61.57%

Color #534B62 in popluar number systems.

HEX 53 4B 62
Decimal 83 75 98
Binary 1010011 1001011 1100010
Octal 123 113 142

Shades and tints

Shades of #534B62

#534B62
(83,75,98)
#4C455A
(76,69,90)
#453F52
(69,63,82)
#3E394A
(62,57,74)
#373342
(55,51,66)
#302D3A
(48,45,58)
#292732
(41,39,50)
#22212A
(34,33,42)
#1B1B22
(27,27,34)
#14151A
(20,21,26)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #534B62

#534B62
(83,75,98)
#625B70
(98,91,112)
#716B7E
(113,107,126)
#807B8C
(128,123,140)
#8F8B9A
(143,139,154)
#9E9BA8
(158,155,168)
#ADABB6
(173,171,182)
#BCBBC4
(188,187,196)
#CBCBD2
(203,203,210)
#DADBE0
(218,219,224)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534B62; }

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

This text font color is #534B62.

Background Color

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

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

This div background color is #534B62.

Border color

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

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

This div border color is #534B62.

Opacity

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

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

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

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

This text has shadow with #534B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534B62.

Preview

Color preview on black background

This text has color #534B62 on black background.


Color preview on white background

This text has color #534B62 on white background.


Black color preview on #534B62 background

This text has black color on #534B62 background.


White color preview on #534B62 background

This text has white color on #534B62 background.


Related colors

Complementary color

Complementary color for #hex is #ACB49D.


I love getcolorcode.com

Triadic colors

1 #62534B and #4B6253 with #534B62 are triadic colors.

2 #624B53 and #4B5362 with #534B62 are triadic colors.