COLOR #534B61

HEX: #534B61
RGB: (83,75,97)

Color info

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

RGB color model

#534B61 color RGB value is (83,75,97).

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

RGB channels and saturation

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

83
75
97

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

Portions of RGB colors in percentages

R + G + B =
83 + 75 + 97 = 255 (100%)
R 83 of 255 ~ 32.55%
G 75 of 255 ~ 29.41%
B 97 of 255 ~ 38.04%

%32.55
%29.41
%38.04

CMYK color model

#534B61 color CMYK value is (14,23,0,62).

  • cyan value is 14.43%
  • magenta value is 22.68%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(14,23,0,62)
C14M23Y0K62 
(14%,23%,0%,62%)
(0.14/0.23/0.00/0.62)	

CMYK percentages

%14.43
%22.68
%0
%61.96

Codes

Color #534B61 in popluar color models

534B61
RGB837597
HSL262°12.79%33.73%
HSB/HSV262°22.68%38.04%
CMYK14.43%22.68%0.00%
61.96%

Color #534B61 in popluar number systems.

HEX534B61
Decimal837597
Binary101001110010111100001
Octal123113141

Shades and tints

Shades of #534B61

#534B61
(83,75,97)
#4C4559
(76,69,89)
#453F51
(69,63,81)
#3E3949
(62,57,73)
#373341
(55,51,65)
#302D39
(48,45,57)
#292731
(41,39,49)
#222129
(34,33,41)
#1B1B21
(27,27,33)
#141519
(20,21,25)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #534B61

#534B61
(83,75,97)
#625B6F
(98,91,111)
#716B7D
(113,107,125)
#807B8B
(128,123,139)
#8F8B99
(143,139,153)
#9E9BA7
(158,155,167)
#ADABB5
(173,171,181)
#BCBBC3
(188,187,195)
#CBCBD1
(203,203,209)
#DADBDF
(218,219,223)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534B61; }

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

This text font color is #534B61.


Background Color

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

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

This div background color is #534B61.


Border color

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

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

This div border color is #534B61.


Opacity

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

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

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

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

This text has shadow with #534B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534B61 on black background.


Color preview on white background

This text has color #534B61 on white background.



Black color preview on #534B61 background

This text has black color on #534B61 background.


White color preview on #534B61 background

This text has white color on #534B61 background.