COLOR #534C65

HEX: #534C65 RGB: (83,76,101)

Color info

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

RGB color model

#534C65 color RGB value is (83,76,101).

RGB: (83,76,101) (33%, 30%, 40%)

RGB channels and saturation

R 83 of 255 = 33%
G 76 of 255 = 30%
B 101 of 255 = 40%

83
76
101

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

Portions of RGB colors in percentages

R + G + B = 83 + 76 + 101 = 260 (100%)
R 83 of 260 ~ 31.92%
G 76 of 260 ~ 29.23%
B 101 of 260 ~ 38.85'%

%31.92
%29.23
%38.85

CMYK color model

#534C65 color CMYK value is (18,25,0,60).

  • cyan value is 17.82%
  • magenta value is 24.75%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (18,25,0,60) C18M25Y0K60 (18%,25%,0%,60%) (0.18/0.25/0.00/0.60) 

CMYK percentages

%17.82
%24.75
%0
%60.39

Codes

Color #534C65 in popluar color models

53 4C 65
RGB 83 76 101
HSL 257° 14.12% 34.71%
HSB/HSV 257° 24.75% 39.61%
CMYK 17.82% 24.75% 0.00%
60.39%

Color #534C65 in popluar number systems.

HEX 53 4C 65
Decimal 83 76 101
Binary 1010011 1001100 1100101
Octal 123 114 145

Shades and tints

Shades of #534C65

#534C65
(83,76,101)
#4C465C
(76,70,92)
#454053
(69,64,83)
#3E3A4A
(62,58,74)
#373441
(55,52,65)
#302E38
(48,46,56)
#29282F
(41,40,47)
#222226
(34,34,38)
#1B1C1D
(27,28,29)
#141614
(20,22,20)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #534C65

#534C65
(83,76,101)
#625C73
(98,92,115)
#716C81
(113,108,129)
#807C8F
(128,124,143)
#8F8C9D
(143,140,157)
#9E9CAB
(158,156,171)
#ADACB9
(173,172,185)
#BCBCC7
(188,188,199)
#CBCCD5
(203,204,213)
#DADCE3
(218,220,227)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534C65 color. Also use rgb(83,76,101) instead hex code.

Text Font Color

.myTextColor { color: #534C65; }

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

This text font color is #534C65.

Background Color

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

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

This div background color is #534C65.

Border color

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

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

This div border color is #534C65.

Opacity

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

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

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

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

This text has shadow with #534C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534C65.

Preview

Color preview on black background

This text has color #534C65 on black background.


Color preview on white background

This text has color #534C65 on white background.


Black color preview on #534C65 background

This text has black color on #534C65 background.


White color preview on #534C65 background

This text has white color on #534C65 background.


Related colors

Complementary color

Complementary color for #hex is #ACB39A.


I love getcolorcode.com

Triadic colors

1 #65534C and #4C6553 with #534C65 are triadic colors.

2 #654C53 and #4C5365 with #534C65 are triadic colors.