COLOR #534F62

HEX: #534F62 RGB: (83,79,98)

Color info

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

RGB color model

#534F62 color RGB value is (83,79,98).

RGB: (83,79,98) (33%, 31%, 38%)

RGB channels and saturation

R 83 of 255 = 33%
G 79 of 255 = 31%
B 98 of 255 = 38%

83
79
98

R + G + B ~ 34%. #534F62 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 79 + 98 = 260 (100%)
R 83 of 260 ~ 31.92%
G 79 of 260 ~ 30.38%
B 98 of 260 ~ 37.69'%

%31.92
%30.38
%37.69

CMYK color model

#534F62 color CMYK value is (15,19,0,62).

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

CMYK: (15,19,0,62)
C15M19Y0K62 (15%, 19%, 0%, 62%)
(0.15 / 0.19 / 0.00 / 0.62)

CMYK percentages

%15.31
%19.39
%0
%61.57

Codes

Color #534F62 in popluar color models

53 4F 62
RGB 83 79 98
HSL 253° 10.73% 34.71%
HSB/HSV 253° 19.39% 38.43%
CMYK 15.31% 19.39% 0.00%
61.57%

Color #534F62 in popluar number systems.

HEX 53 4F 62
Decimal 83 79 98
Binary 1010011 1001111 1100010
Octal 123 117 142

Shades and tints

Shades of #534F62

#534F62
(83,79,98)
#4C485A
(76,72,90)
#454152
(69,65,82)
#3E3A4A
(62,58,74)
#373342
(55,51,66)
#302C3A
(48,44,58)
#292532
(41,37,50)
#221E2A
(34,30,42)
#1B1722
(27,23,34)
#14101A
(20,16,26)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #534F62

#534F62
(83,79,98)
#625F70
(98,95,112)
#716F7E
(113,111,126)
#807F8C
(128,127,140)
#8F8F9A
(143,143,154)
#9E9FA8
(158,159,168)
#ADAFB6
(173,175,182)
#BCBFC4
(188,191,196)
#CBCFD2
(203,207,210)
#DADFE0
(218,223,224)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534F62; }

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

This text font color is #534F62.

Background Color

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

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

This div background color is #534F62.

Border color

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

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

This div border color is #534F62.

Opacity

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

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

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

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

This text has shadow with #534F62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534F62.

Preview

Color preview on black background

This text has color #534F62 on black background.


Color preview on white background

This text has color #534F62 on white background.


Black color preview on #534F62 background

This text has black color on #534F62 background.


White color preview on #534F62 background

This text has white color on #534F62 background.


Related colors

Complementary color

Complementary color for #hex is #ACB09D.


I love getcolorcode.com

Triadic colors

1 #62534F and #4F6253 with #534F62 are triadic colors.

2 #624F53 and #4F5362 with #534F62 are triadic colors.