COLOR #535940

HEX: #535940
RGB: (83,89,64)

Color info

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

RGB color model

#535940 color RGB value is (83,89,64).

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

RGB channels and saturation

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

83
89
64

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

Portions of RGB colors in percentages

R + G + B =
83 + 89 + 64 = 236 (100%)
R 83 of 236 ~ 35.17%
G 89 of 236 ~ 37.71%
B 64 of 236 ~ 27.12%

%35.17
%37.71
%27.12

CMYK color model

#535940 color CMYK value is (7,0,28,65).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 65.10%
CMYK:
(7,0,28,65)
C7M0Y28K65 
(7%,0%,28%,65%)
(0.07/0.00/0.28/0.65)	

CMYK percentages

%6.74
%0
%28.09
%65.1

Codes

Color #535940 in popluar color models

535940
RGB838964
HSL74°16.34%30.00%
HSB/HSV74°28.09%34.90%
CMYK6.74%0.00%28.09%
65.10%

Color #535940 in popluar number systems.

HEX535940
Decimal838964
Binary101001110110011000000
Octal123131100

Shades and tints

Shades of #535940

#535940
(83,89,64)
#4C513B
(76,81,59)
#454936
(69,73,54)
#3E4131
(62,65,49)
#37392C
(55,57,44)
#303127
(48,49,39)
#292922
(41,41,34)
#22211D
(34,33,29)
#1B1918
(27,25,24)
#141113
(20,17,19)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #535940

#535940
(83,89,64)
#626851
(98,104,81)
#717762
(113,119,98)
#808673
(128,134,115)
#8F9584
(143,149,132)
#9EA495
(158,164,149)
#ADB3A6
(173,179,166)
#BCC2B7
(188,194,183)
#CBD1C8
(203,209,200)
#DAE0D9
(218,224,217)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535940; }

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

This text font color is #535940.


Background Color

.myBgColor { background-color: #535940; }

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

This div background color is #535940.


Border color

.myBorderColor { border: 1px solid #535940; }

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

This div border color is #535940.


Opacity

.myOpacity80 { color: #535940; opacity: 0.8; }

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

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

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

This text has shadow with #535940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535940 on black background.


Color preview on white background

This text has color #535940 on white background.



Black color preview on #535940 background

This text has black color on #535940 background.


White color preview on #535940 background

This text has white color on #535940 background.