COLOR #535B4C

HEX: #535B4C RGB: (83,91,76)

Color info

#535B4C contains red, green and blue colors in about the same proportion. Web safe color of #535B4C is #666633 (or #663).

RGB color model

#535B4C color RGB value is (83,91,76).

RGB: (83,91,76) (33%, 36%, 30%)

RGB channels and saturation

R 83 of 255 = 33%
G 91 of 255 = 36%
B 76 of 255 = 30%

83
91
76

R + G + B ~ 33%. #535B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 91 + 76 = 250 (100%)
R 83 of 250 ~ 33.2%
G 91 of 250 ~ 36.4%
B 76 of 250 ~ 30.4'%

%33.2
%36.4
%30.4

CMYK color model

#535B4C color CMYK value is (9,0,16,64).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 64.31%

CMYK: (9,0,16,64)
C9M0Y16K64 (9%, 0%, 16%, 64%)
(0.09 / 0.00 / 0.16 / 0.64)

CMYK percentages

%8.79
%0
%16.48
%64.31

Codes

Color #535B4C in popluar color models

53 5B 4C
RGB 83 91 76
HSL 92° 8.98% 32.75%
HSB/HSV 92° 16.48% 35.69%
CMYK 8.79% 0.00% 16.48%
64.31%

Color #535B4C in popluar number systems.

HEX 53 5B 4C
Decimal 83 91 76
Binary 1010011 1011011 1001100
Octal 123 133 114

Shades and tints

Shades of #535B4C

#535B4C
(83,91,76)
#4C5346
(76,83,70)
#454B40
(69,75,64)
#3E433A
(62,67,58)
#373B34
(55,59,52)
#30332E
(48,51,46)
#292B28
(41,43,40)
#222322
(34,35,34)
#1B1B1C
(27,27,28)
#141316
(20,19,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #535B4C

#535B4C
(83,91,76)
#62695C
(98,105,92)
#71776C
(113,119,108)
#80857C
(128,133,124)
#8F938C
(143,147,140)
#9EA19C
(158,161,156)
#ADAFAC
(173,175,172)
#BCBDBC
(188,189,188)
#CBCBCC
(203,203,204)
#DAD9DC
(218,217,220)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535B4C color. Also use rgb(83,91,76) instead hex code.

Text Font Color

.myTextColor { color: #535B4C; }

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

This text font color is #535B4C.

Background Color

.myBgColor { background-color: #535B4C; }

<div style="background-color:#535B4C">Inner text</div>

This div background color is #535B4C.

Border color

.myBorderColor { border: 1px solid #535B4C; }

<div style="border:3px solid #535B4C">Div</div>

This div border color is #535B4C.

Opacity

.myOpacity80 { color: #535B4C; opacity: 0.8; }

<p style="color:#535B4C;opacity:0.8;">80%</p>

Text with #535B4C 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 #535B4C;}

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

This text has shadow with #535B4C color.


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

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

This text has shadow with #535B4C primary color and red secondary color.


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

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

This text has shadow with #535B4C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #535B4C.

Preview

Color preview on black background

This text has color #535B4C on black background.


Color preview on white background

This text has color #535B4C on white background.


Black color preview on #535B4C background

This text has black color on #535B4C background.


White color preview on #535B4C background

This text has white color on #535B4C background.


Related colors

Complementary color

Complementary color for #hex is #ACA4B3.


I love getcolorcode.com

Triadic colors

1 #4C535B and #5B4C53 with #535B4C are triadic colors.

2 #4C5B53 and #5B534C with #535B4C are triadic colors.