COLOR #535140

HEX: #535140
RGB: (83,81,64)

Color info

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

RGB color model

#535140 color RGB value is (83,81,64).

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

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 64 of 255 = 25%

83
81
64

R + G + B ~ 30%. #535140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 64 = 228 (100%)
R 83 of 228 ~ 36.4%
G 81 of 228 ~ 35.53%
B 64 of 228 ~ 28.07%

%36.4
%35.53
%28.07

CMYK color model

#535140 color CMYK value is (0,2,23,67).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 22.89%
  • key color value is 67.45%
CMYK:
(0,2,23,67)
C0M2Y23K67 
(0%,2%,23%,67%)
(0.00/0.02/0.23/0.67)	

CMYK percentages

%0
%2.41
%22.89
%67.45

Codes

Color #535140 in popluar color models

535140
RGB838164
HSL54°12.93%28.82%
HSB/HSV54°22.89%32.55%
CMYK0.00%2.41%22.89%
67.45%

Color #535140 in popluar number systems.

HEX535140
Decimal838164
Binary101001110100011000000
Octal123121100

Shades and tints

Shades of #535140

#535140
(83,81,64)
#4C4A3B
(76,74,59)
#454336
(69,67,54)
#3E3C31
(62,60,49)
#37352C
(55,53,44)
#302E27
(48,46,39)
#292722
(41,39,34)
#22201D
(34,32,29)
#1B1918
(27,25,24)
#141213
(20,18,19)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #535140

#535140
(83,81,64)
#626051
(98,96,81)
#716F62
(113,111,98)
#807E73
(128,126,115)
#8F8D84
(143,141,132)
#9E9C95
(158,156,149)
#ADABA6
(173,171,166)
#BCBAB7
(188,186,183)
#CBC9C8
(203,201,200)
#DAD8D9
(218,216,217)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535140; }

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

This text font color is #535140.


Background Color

.myBgColor { background-color: #535140; }

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

This div background color is #535140.


Border color

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

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

This div border color is #535140.


Opacity

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

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

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

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

This text has shadow with #535140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535140 on black background.


Color preview on white background

This text has color #535140 on white background.



Black color preview on #535140 background

This text has black color on #535140 background.


White color preview on #535140 background

This text has white color on #535140 background.