COLOR #535A40

HEX: #535A40
RGB: (83,90,64)

Color info

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

RGB color model

#535A40 color RGB value is (83,90,64).

  • red value is 83;
  • green value is 90;
  • blue value is 64.
RGB:
(83,90,64)
(33%,35%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 90 of 255 = 35%
B 64 of 255 = 25%

83
90
64

R + G + B ~ 31%. #535A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 90 + 64 = 237 (100%)
R 83 of 237 ~ 35.02%
G 90 of 237 ~ 37.97%
B 64 of 237 ~ 27%

%35.02
%37.97
%27

CMYK color model

#535A40 color CMYK value is (8,0,29,65).

  • cyan value is 7.78%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 64.71%
CMYK:
(8,0,29,65)
C8M0Y29K65 
(8%,0%,29%,65%)
(0.08/0.00/0.29/0.65)	

CMYK percentages

%7.78
%0
%28.89
%64.71

Codes

Color #535A40 in popluar color models

535A40
RGB839064
HSL76°16.88%30.20%
HSB/HSV76°28.89%35.29%
CMYK7.78%0.00%28.89%
64.71%

Color #535A40 in popluar number systems.

HEX535A40
Decimal839064
Binary101001110110101000000
Octal123132100

Shades and tints

Shades of #535A40

#535A40
(83,90,64)
#4C523B
(76,82,59)
#454A36
(69,74,54)
#3E4231
(62,66,49)
#373A2C
(55,58,44)
#303227
(48,50,39)
#292A22
(41,42,34)
#22221D
(34,34,29)
#1B1A18
(27,26,24)
#141213
(20,18,19)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #535A40

#535A40
(83,90,64)
#626951
(98,105,81)
#717862
(113,120,98)
#808773
(128,135,115)
#8F9684
(143,150,132)
#9EA595
(158,165,149)
#ADB4A6
(173,180,166)
#BCC3B7
(188,195,183)
#CBD2C8
(203,210,200)
#DAE1D9
(218,225,217)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535A40; }

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

This text font color is #535A40.


Background Color

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

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

This div background color is #535A40.


Border color

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

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

This div border color is #535A40.


Opacity

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

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

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

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

This text has shadow with #535A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535A40 on black background.


Color preview on white background

This text has color #535A40 on white background.



Black color preview on #535A40 background

This text has black color on #535A40 background.


White color preview on #535A40 background

This text has white color on #535A40 background.