COLOR #535542

HEX: #535542
RGB: (83,85,66)

Color info

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

RGB color model

#535542 color RGB value is (83,85,66).

  • red value is 83;
  • green value is 85;
  • blue value is 66.
RGB:
(83,85,66)
(33%,33%,26%)

RGB channels and saturation

R 83 of 255 = 33%
G 85 of 255 = 33%
B 66 of 255 = 26%

83
85
66

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

Portions of RGB colors in percentages

R + G + B =
83 + 85 + 66 = 234 (100%)
R 83 of 234 ~ 35.47%
G 85 of 234 ~ 36.32%
B 66 of 234 ~ 28.21%

%35.47
%36.32
%28.21

CMYK color model

#535542 color CMYK value is (2,0,22,67).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 66.67%
CMYK:
(2,0,22,67)
C2M0Y22K67 
(2%,0%,22%,67%)
(0.02/0.00/0.22/0.67)	

CMYK percentages

%2.35
%0
%22.35
%66.67

Codes

Color #535542 in popluar color models

535542
RGB838566
HSL66°12.58%29.61%
HSB/HSV66°22.35%33.33%
CMYK2.35%0.00%22.35%
66.67%

Color #535542 in popluar number systems.

HEX535542
Decimal838566
Binary101001110101011000010
Octal123125102

Shades and tints

Shades of #535542

#535542
(83,85,66)
#4C4E3C
(76,78,60)
#454736
(69,71,54)
#3E4030
(62,64,48)
#37392A
(55,57,42)
#303224
(48,50,36)
#292B1E
(41,43,30)
#222418
(34,36,24)
#1B1D12
(27,29,18)
#14160C
(20,22,12)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #535542

#535542
(83,85,66)
#626453
(98,100,83)
#717364
(113,115,100)
#808275
(128,130,117)
#8F9186
(143,145,134)
#9EA097
(158,160,151)
#ADAFA8
(173,175,168)
#BCBEB9
(188,190,185)
#CBCDCA
(203,205,202)
#DADCDB
(218,220,219)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535542 color. Also use rgb(83,85,66) instead hex code.

Text Font Color

.myTextColor { color: #535542; }

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

This text font color is #535542.


Background Color

.myBgColor { background-color: #535542; }

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

This div background color is #535542.


Border color

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

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

This div border color is #535542.


Opacity

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

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

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

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

This text has shadow with #535542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535542 on black background.


Color preview on white background

This text has color #535542 on white background.



Black color preview on #535542 background

This text has black color on #535542 background.


White color preview on #535542 background

This text has white color on #535542 background.