COLOR #534B5F

HEX: #534B5F
RGB: (83,75,95)

Color info

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

RGB color model

#534B5F color RGB value is (83,75,95).

  • red value is 83;
  • green value is 75;
  • blue value is 95.
RGB:
(83,75,95)
(33%,29%,37%)

RGB channels and saturation

R 83 of 255 = 33%
G 75 of 255 = 29%
B 95 of 255 = 37%

83
75
95

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

Portions of RGB colors in percentages

R + G + B =
83 + 75 + 95 = 253 (100%)
R 83 of 253 ~ 32.81%
G 75 of 253 ~ 29.64%
B 95 of 253 ~ 37.55%

%32.81
%29.64
%37.55

CMYK color model

#534B5F color CMYK value is (13,21,0,63).

  • cyan value is 12.63%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(13,21,0,63)
C13M21Y0K63 
(13%,21%,0%,63%)
(0.13/0.21/0.00/0.63)	

CMYK percentages

%12.63
%21.05
%0
%62.75

Codes

Color #534B5F in popluar color models

534B5F
RGB837595
HSL264°11.76%33.33%
HSB/HSV264°21.05%37.25%
CMYK12.63%21.05%0.00%
62.75%

Color #534B5F in popluar number systems.

HEX534B5F
Decimal837595
Binary101001110010111011111
Octal123113137

Shades and tints

Shades of #534B5F

#534B5F
(83,75,95)
#4C4557
(76,69,87)
#453F4F
(69,63,79)
#3E3947
(62,57,71)
#37333F
(55,51,63)
#302D37
(48,45,55)
#29272F
(41,39,47)
#222127
(34,33,39)
#1B1B1F
(27,27,31)
#141517
(20,21,23)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #534B5F

#534B5F
(83,75,95)
#625B6D
(98,91,109)
#716B7B
(113,107,123)
#807B89
(128,123,137)
#8F8B97
(143,139,151)
#9E9BA5
(158,155,165)
#ADABB3
(173,171,179)
#BCBBC1
(188,187,193)
#CBCBCF
(203,203,207)
#DADBDD
(218,219,221)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534B5F; }

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

This text font color is #534B5F.


Background Color

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

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

This div background color is #534B5F.


Border color

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

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

This div border color is #534B5F.


Opacity

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

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

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

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

This text has shadow with #534B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534B5F on black background.


Color preview on white background

This text has color #534B5F on white background.



Black color preview on #534B5F background

This text has black color on #534B5F background.


White color preview on #534B5F background

This text has white color on #534B5F background.