COLOR #535F40

HEX: #535F40
RGB: (83,95,64)

Color info

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

RGB color model

#535F40 color RGB value is (83,95,64).

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

RGB channels and saturation

R 83 of 255 = 33%
G 95 of 255 = 37%
B 64 of 255 = 25%

83
95
64

R + G + B ~ 32%. #535F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 95 + 64 = 242 (100%)
R 83 of 242 ~ 34.3%
G 95 of 242 ~ 39.26%
B 64 of 242 ~ 26.45%

%34.3
%39.26
%26.45

CMYK color model

#535F40 color CMYK value is (13,0,33,63).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 32.63%
  • key color value is 62.75%
CMYK:
(13,0,33,63)
C13M0Y33K63 
(13%,0%,33%,63%)
(0.13/0.00/0.33/0.63)	

CMYK percentages

%12.63
%0
%32.63
%62.75

Codes

Color #535F40 in popluar color models

535F40
RGB839564
HSL83°19.50%31.18%
HSB/HSV83°32.63%37.25%
CMYK12.63%0.00%32.63%
62.75%

Color #535F40 in popluar number systems.

HEX535F40
Decimal839564
Binary101001110111111000000
Octal123137100

Shades and tints

Shades of #535F40

#535F40
(83,95,64)
#4C573B
(76,87,59)
#454F36
(69,79,54)
#3E4731
(62,71,49)
#373F2C
(55,63,44)
#303727
(48,55,39)
#292F22
(41,47,34)
#22271D
(34,39,29)
#1B1F18
(27,31,24)
#141713
(20,23,19)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #535F40

#535F40
(83,95,64)
#626D51
(98,109,81)
#717B62
(113,123,98)
#808973
(128,137,115)
#8F9784
(143,151,132)
#9EA595
(158,165,149)
#ADB3A6
(173,179,166)
#BCC1B7
(188,193,183)
#CBCFC8
(203,207,200)
#DADDD9
(218,221,217)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535F40; }

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

This text font color is #535F40.


Background Color

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

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

This div background color is #535F40.


Border color

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

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

This div border color is #535F40.


Opacity

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

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

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

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

This text has shadow with #535F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535F40 on black background.


Color preview on white background

This text has color #535F40 on white background.



Black color preview on #535F40 background

This text has black color on #535F40 background.


White color preview on #535F40 background

This text has white color on #535F40 background.