COLOR #534F75

HEX: #534F75 RGB: (83,79,117)

Color info

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

RGB color model

#534F75 color RGB value is (83,79,117).

RGB: (83,79,117) (33%, 31%, 46%)

RGB channels and saturation

R 83 of 255 = 33%
G 79 of 255 = 31%
B 117 of 255 = 46%

83
79
117

R + G + B ~ 37%. #534F75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 79 + 117 = 279 (100%)
R 83 of 279 ~ 29.75%
G 79 of 279 ~ 28.32%
B 117 of 279 ~ 41.94'%

%29.75
%28.32
%41.94

CMYK color model

#534F75 color CMYK value is (29,32,0,54).

  • cyan value is 29.06%
  • magenta value is 32.48%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (29,32,0,54)
C29M32Y0K54 (29%, 32%, 0%, 54%)
(0.29 / 0.32 / 0.00 / 0.54)

CMYK percentages

%29.06
%32.48
%0
%54.12

Codes

Color #534F75 in popluar color models

53 4F 75
RGB 83 79 117
HSL 246° 19.39% 38.43%
HSB/HSV 246° 32.48% 45.88%
CMYK 29.06% 32.48% 0.00%
54.12%

Color #534F75 in popluar number systems.

HEX 53 4F 75
Decimal 83 79 117
Binary 1010011 1001111 1110101
Octal 123 117 165

Shades and tints

Shades of #534F75

#534F75
(83,79,117)
#4C486B
(76,72,107)
#454161
(69,65,97)
#3E3A57
(62,58,87)
#37334D
(55,51,77)
#302C43
(48,44,67)
#292539
(41,37,57)
#221E2F
(34,30,47)
#1B1725
(27,23,37)
#14101B
(20,16,27)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #534F75

#534F75
(83,79,117)
#625F81
(98,95,129)
#716F8D
(113,111,141)
#807F99
(128,127,153)
#8F8FA5
(143,143,165)
#9E9FB1
(158,159,177)
#ADAFBD
(173,175,189)
#BCBFC9
(188,191,201)
#CBCFD5
(203,207,213)
#DADFE1
(218,223,225)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534F75; }

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

This text font color is #534F75.

Background Color

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

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

This div background color is #534F75.

Border color

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

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

This div border color is #534F75.

Opacity

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

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

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

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

This text has shadow with #534F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534F75.

Preview

Color preview on black background

This text has color #534F75 on black background.


Color preview on white background

This text has color #534F75 on white background.


Black color preview on #534F75 background

This text has black color on #534F75 background.


White color preview on #534F75 background

This text has white color on #534F75 background.


Related colors

Complementary color

Complementary color for #hex is #ACB08A.


I love getcolorcode.com

Triadic colors

1 #75534F and #4F7553 with #534F75 are triadic colors.

2 #754F53 and #4F5375 with #534F75 are triadic colors.