COLOR #535437

HEX: #535437
RGB: (83,84,55)

Color info

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

RGB color model

#535437 color RGB value is (83,84,55).

  • red value is 83;
  • green value is 84;
  • blue value is 55.
RGB:
(83,84,55)
(33%,33%,22%)

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 55 of 255 = 22%

83
84
55

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

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 55 = 222 (100%)
R 83 of 222 ~ 37.39%
G 84 of 222 ~ 37.84%
B 55 of 222 ~ 24.77%

%37.39
%37.84
%24.77

CMYK color model

#535437 color CMYK value is (1,0,35,67).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 34.52%
  • key color value is 67.06%
CMYK:
(1,0,35,67)
C1M0Y35K67 
(1%,0%,35%,67%)
(0.01/0.00/0.35/0.67)	

CMYK percentages

%1.19
%0
%34.52
%67.06

Codes

Color #535437 in popluar color models

535437
RGB838455
HSL62°20.86%27.25%
HSB/HSV62°34.52%32.94%
CMYK1.19%0.00%34.52%
67.06%

Color #535437 in popluar number systems.

HEX535437
Decimal838455
Binary10100111010100110111
Octal12312467

Shades and tints

Shades of #535437

#535437
(83,84,55)
#4C4D32
(76,77,50)
#45462D
(69,70,45)
#3E3F28
(62,63,40)
#373823
(55,56,35)
#30311E
(48,49,30)
#292A19
(41,42,25)
#222314
(34,35,20)
#1B1C0F
(27,28,15)
#14150A
(20,21,10)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #535437

#535437
(83,84,55)
#626349
(98,99,73)
#71725B
(113,114,91)
#80816D
(128,129,109)
#8F907F
(143,144,127)
#9E9F91
(158,159,145)
#ADAEA3
(173,174,163)
#BCBDB5
(188,189,181)
#CBCCC7
(203,204,199)
#DADBD9
(218,219,217)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535437 color. Also use rgb(83,84,55) instead hex code.

Text Font Color

.myTextColor { color: #535437; }

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

This text font color is #535437.


Background Color

.myBgColor { background-color: #535437; }

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

This div background color is #535437.


Border color

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

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

This div border color is #535437.


Opacity

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

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

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

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

This text has shadow with #535437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535437 on black background.


Color preview on white background

This text has color #535437 on white background.



Black color preview on #535437 background

This text has black color on #535437 background.


White color preview on #535437 background

This text has white color on #535437 background.