COLOR #535F4A

HEX: #535F4A RGB: (83,95,74)

Color info

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

RGB color model

#535F4A color RGB value is (83,95,74).

RGB: (83,95,74) (33%, 37%, 29%)

RGB channels and saturation

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

83
95
74

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

Portions of RGB colors in percentages

R + G + B = 83 + 95 + 74 = 252 (100%)
R 83 of 252 ~ 32.94%
G 95 of 252 ~ 37.7%
B 74 of 252 ~ 29.37'%

%32.94
%37.7
%29.37

CMYK color model

#535F4A color CMYK value is (13,0,22,63).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 62.75%

CMYK: (13,0,22,63)
C13M0Y22K63 (13%, 0%, 22%, 63%)
(0.13 / 0.00 / 0.22 / 0.63)

CMYK percentages

%12.63
%0
%22.11
%62.75

Codes

Color #535F4A in popluar color models

53 5F 4A
RGB 83 95 74
HSL 94° 12.43% 33.14%
HSB/HSV 94° 22.11% 37.25%
CMYK 12.63% 0.00% 22.11%
62.75%

Color #535F4A in popluar number systems.

HEX 53 5F 4A
Decimal 83 95 74
Binary 1010011 1011111 1001010
Octal 123 137 112

Shades and tints

Shades of #535F4A

#535F4A
(83,95,74)
#4C5744
(76,87,68)
#454F3E
(69,79,62)
#3E4738
(62,71,56)
#373F32
(55,63,50)
#30372C
(48,55,44)
#292F26
(41,47,38)
#222720
(34,39,32)
#1B1F1A
(27,31,26)
#141714
(20,23,20)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #535F4A

#535F4A
(83,95,74)
#626D5A
(98,109,90)
#717B6A
(113,123,106)
#80897A
(128,137,122)
#8F978A
(143,151,138)
#9EA59A
(158,165,154)
#ADB3AA
(173,179,170)
#BCC1BA
(188,193,186)
#CBCFCA
(203,207,202)
#DADDDA
(218,221,218)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535F4A color. Also use rgb(83,95,74) instead hex code.

Text Font Color

.myTextColor { color: #535F4A; }

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

This text font color is #535F4A.

Background Color

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

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

This div background color is #535F4A.

Border color

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

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

This div border color is #535F4A.

Opacity

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

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

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

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

This text has shadow with #535F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535F4A.

Preview

Color preview on black background

This text has color #535F4A on black background.


Color preview on white background

This text has color #535F4A on white background.


Black color preview on #535F4A background

This text has black color on #535F4A background.


White color preview on #535F4A background

This text has white color on #535F4A background.


Related colors

Complementary color

Complementary color for #hex is #ACA0B5.


I love getcolorcode.com

Triadic colors

1 #4A535F and #5F4A53 with #535F4A are triadic colors.

2 #4A5F53 and #5F534A with #535F4A are triadic colors.