COLOR #535A31

HEX: #535A31 RGB: (83,90,49)

Color info

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

RGB color model

#535A31 color RGB value is (83,90,49).

RGB: (83,90,49) (33%, 35%, 19%)

RGB channels and saturation

R 83 of 255 = 33%
G 90 of 255 = 35%
B 49 of 255 = 19%

83
90
49

R + G + B ~ 29%. #535A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 90 + 49 = 222 (100%)
R 83 of 222 ~ 37.39%
G 90 of 222 ~ 40.54%
B 49 of 222 ~ 22.07'%

%37.39
%40.54
%22.07

CMYK color model

#535A31 color CMYK value is (8,0,46,65).

  • cyan value is 7.78%
  • magenta value is 0.00%
  • yellow value is 45.56%
  • key color value is 64.71%
CMYK: (8,0,46,65) C8M0Y46K65 (8%,0%,46%,65%) (0.08/0.00/0.46/0.65) 

CMYK percentages

%7.78
%0
%45.56
%64.71

Codes

Color #535A31 in popluar color models

53 5A 31
RGB 83 90 49
HSL 70° 29.50% 27.25%
HSB/HSV 70° 45.56% 35.29%
CMYK 7.78% 0.00% 45.56%
64.71%

Color #535A31 in popluar number systems.

HEX 53 5A 31
Decimal 83 90 49
Binary 1010011 1011010 110001
Octal 123 132 61

Shades and tints

Shades of #535A31

#535A31
(83,90,49)
#4C522D
(76,82,45)
#454A29
(69,74,41)
#3E4225
(62,66,37)
#373A21
(55,58,33)
#30321D
(48,50,29)
#292A19
(41,42,25)
#222215
(34,34,21)
#1B1A11
(27,26,17)
#14120D
(20,18,13)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #535A31

#535A31
(83,90,49)
#626943
(98,105,67)
#717855
(113,120,85)
#808767
(128,135,103)
#8F9679
(143,150,121)
#9EA58B
(158,165,139)
#ADB49D
(173,180,157)
#BCC3AF
(188,195,175)
#CBD2C1
(203,210,193)
#DAE1D3
(218,225,211)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535A31 color. Also use rgb(83,90,49) instead hex code.

Text Font Color

.myTextColor { color: #535A31; }

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

This text font color is #535A31.

Background Color

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

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

This div background color is #535A31.

Border color

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

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

This div border color is #535A31.

Opacity

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

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

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

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

This text has shadow with #535A31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535A31.

Preview

Color preview on black background

This text has color #535A31 on black background.


Color preview on white background

This text has color #535A31 on white background.


Black color preview on #535A31 background

This text has black color on #535A31 background.


White color preview on #535A31 background

This text has white color on #535A31 background.


Related colors

Complementary color

Complementary color for #hex is #ACA5CE.


I love getcolorcode.com

Triadic colors

1 #31535A and #5A3153 with #535A31 are triadic colors.

2 #315A53 and #5A5331 with #535A31 are triadic colors.