COLOR #534C66

HEX: #534C66 RGB: (83,76,102)

Color info

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

RGB color model

#534C66 color RGB value is (83,76,102).

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

RGB channels and saturation

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

83
76
102

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

Portions of RGB colors in percentages

R + G + B = 83 + 76 + 102 = 261 (100%)
R 83 of 261 ~ 31.8%
G 76 of 261 ~ 29.12%
B 102 of 261 ~ 39.08'%

%31.8
%29.12
%39.08

CMYK color model

#534C66 color CMYK value is (19,25,0,60).

  • cyan value is 18.63%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (19,25,0,60)
C19M25Y0K60 (19%, 25%, 0%, 60%)
(0.19 / 0.25 / 0.00 / 0.60)

CMYK percentages

%18.63
%25.49
%0
%60

Codes

Color #534C66 in popluar color models

53 4C 66
RGB 83 76 102
HSL 256° 14.61% 34.90%
HSB/HSV 256° 25.49% 40.00%
CMYK 18.63% 25.49% 0.00%
60.00%

Color #534C66 in popluar number systems.

HEX 53 4C 66
Decimal 83 76 102
Binary 1010011 1001100 1100110
Octal 123 114 146

Shades and tints

Shades of #534C66

#534C66
(83,76,102)
#4C465D
(76,70,93)
#454054
(69,64,84)
#3E3A4B
(62,58,75)
#373442
(55,52,66)
#302E39
(48,46,57)
#292830
(41,40,48)
#222227
(34,34,39)
#1B1C1E
(27,28,30)
#141615
(20,22,21)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #534C66

#534C66
(83,76,102)
#625C73
(98,92,115)
#716C80
(113,108,128)
#807C8D
(128,124,141)
#8F8C9A
(143,140,154)
#9E9CA7
(158,156,167)
#ADACB4
(173,172,180)
#BCBCC1
(188,188,193)
#CBCCCE
(203,204,206)
#DADCDB
(218,220,219)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534C66; }

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

This text font color is #534C66.

Background Color

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

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

This div background color is #534C66.

Border color

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

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

This div border color is #534C66.

Opacity

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

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

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

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

This text has shadow with #534C66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534C66.

Preview

Color preview on black background

This text has color #534C66 on black background.


Color preview on white background

This text has color #534C66 on white background.


Black color preview on #534C66 background

This text has black color on #534C66 background.


White color preview on #534C66 background

This text has white color on #534C66 background.


Related colors

Complementary color

Complementary color for #hex is #ACB399.


I love getcolorcode.com

Triadic colors

1 #66534C and #4C6653 with #534C66 are triadic colors.

2 #664C53 and #4C5366 with #534C66 are triadic colors.