COLOR #535245

HEX: #535245
RGB: (83,82,69)

Color info

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

RGB color model

#535245 color RGB value is (83,82,69).

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

RGB channels and saturation

R 83 of 255 = 33%
G 82 of 255 = 32%
B 69 of 255 = 27%

83
82
69

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

Portions of RGB colors in percentages

R + G + B =
83 + 82 + 69 = 234 (100%)
R 83 of 234 ~ 35.47%
G 82 of 234 ~ 35.04%
B 69 of 234 ~ 29.49%

%35.47
%35.04
%29.49

CMYK color model

#535245 color CMYK value is (0,1,17,67).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 16.87%
  • key color value is 67.45%
CMYK:
(0,1,17,67)
C0M1Y17K67 
(0%,1%,17%,67%)
(0.00/0.01/0.17/0.67)	

CMYK percentages

%0
%1.2
%16.87
%67.45

Codes

Color #535245 in popluar color models

535245
RGB838269
HSL56°9.21%29.80%
HSB/HSV56°16.87%32.55%
CMYK0.00%1.20%16.87%
67.45%

Color #535245 in popluar number systems.

HEX535245
Decimal838269
Binary101001110100101000101
Octal123122105

Shades and tints

Shades of #535245

#535245
(83,82,69)
#4C4B3F
(76,75,63)
#454439
(69,68,57)
#3E3D33
(62,61,51)
#37362D
(55,54,45)
#302F27
(48,47,39)
#292821
(41,40,33)
#22211B
(34,33,27)
#1B1A15
(27,26,21)
#14130F
(20,19,15)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #535245

#535245
(83,82,69)
#626155
(98,97,85)
#717065
(113,112,101)
#807F75
(128,127,117)
#8F8E85
(143,142,133)
#9E9D95
(158,157,149)
#ADACA5
(173,172,165)
#BCBBB5
(188,187,181)
#CBCAC5
(203,202,197)
#DAD9D5
(218,217,213)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535245; }

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

This text font color is #535245.


Background Color

.myBgColor { background-color: #535245; }

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

This div background color is #535245.


Border color

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

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

This div border color is #535245.


Opacity

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

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

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

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

This text has shadow with #535245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535245 on black background.


Color preview on white background

This text has color #535245 on white background.



Black color preview on #535245 background

This text has black color on #535245 background.


White color preview on #535245 background

This text has white color on #535245 background.