COLOR #535235

HEX: #535235
RGB: (83,82,53)

Color info

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

RGB color model

#535235 color RGB value is (83,82,53).

  • red value is 83;
  • green value is 82;
  • blue value is 53.
RGB:
(83,82,53)
(33%,32%,21%)

RGB channels and saturation

R 83 of 255 = 33%
G 82 of 255 = 32%
B 53 of 255 = 21%

83
82
53

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

Portions of RGB colors in percentages

R + G + B =
83 + 82 + 53 = 218 (100%)
R 83 of 218 ~ 38.07%
G 82 of 218 ~ 37.61%
B 53 of 218 ~ 24.31%

%38.07
%37.61
%24.31

CMYK color model

#535235 color CMYK value is (0,1,36,67).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(0,1,36,67)
C0M1Y36K67 
(0%,1%,36%,67%)
(0.00/0.01/0.36/0.67)	

CMYK percentages

%0
%1.2
%36.14
%67.45

Codes

Color #535235 in popluar color models

535235
RGB838253
HSL58°22.06%26.67%
HSB/HSV58°36.14%32.55%
CMYK0.00%1.20%36.14%
67.45%

Color #535235 in popluar number systems.

HEX535235
Decimal838253
Binary10100111010010110101
Octal12312265

Shades and tints

Shades of #535235

#535235
(83,82,53)
#4C4B31
(76,75,49)
#45442D
(69,68,45)
#3E3D29
(62,61,41)
#373625
(55,54,37)
#302F21
(48,47,33)
#29281D
(41,40,29)
#222119
(34,33,25)
#1B1A15
(27,26,21)
#141311
(20,19,17)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #535235

#535235
(83,82,53)
#626147
(98,97,71)
#717059
(113,112,89)
#807F6B
(128,127,107)
#8F8E7D
(143,142,125)
#9E9D8F
(158,157,143)
#ADACA1
(173,172,161)
#BCBBB3
(188,187,179)
#CBCAC5
(203,202,197)
#DAD9D7
(218,217,215)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535235 color. Also use rgb(83,82,53) instead hex code.

Text Font Color

.myTextColor { color: #535235; }

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

This text font color is #535235.


Background Color

.myBgColor { background-color: #535235; }

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

This div background color is #535235.


Border color

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

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

This div border color is #535235.


Opacity

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

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

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

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

This text has shadow with #535235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535235 on black background.


Color preview on white background

This text has color #535235 on white background.



Black color preview on #535235 background

This text has black color on #535235 background.


White color preview on #535235 background

This text has white color on #535235 background.