COLOR #535544

HEX: #535544
RGB: (83,85,68)

Color info

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

RGB color model

#535544 color RGB value is (83,85,68).

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

RGB channels and saturation

R 83 of 255 = 33%
G 85 of 255 = 33%
B 68 of 255 = 27%

83
85
68

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

Portions of RGB colors in percentages

R + G + B =
83 + 85 + 68 = 236 (100%)
R 83 of 236 ~ 35.17%
G 85 of 236 ~ 36.02%
B 68 of 236 ~ 28.81%

%35.17
%36.02
%28.81

CMYK color model

#535544 color CMYK value is (2,0,20,67).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 66.67%
CMYK:
(2,0,20,67)
C2M0Y20K67 
(2%,0%,20%,67%)
(0.02/0.00/0.20/0.67)	

CMYK percentages

%2.35
%0
%20
%66.67

Codes

Color #535544 in popluar color models

535544
RGB838568
HSL67°11.11%30.00%
HSB/HSV67°20.00%33.33%
CMYK2.35%0.00%20.00%
66.67%

Color #535544 in popluar number systems.

HEX535544
Decimal838568
Binary101001110101011000100
Octal123125104

Shades and tints

Shades of #535544

#535544
(83,85,68)
#4C4E3E
(76,78,62)
#454738
(69,71,56)
#3E4032
(62,64,50)
#37392C
(55,57,44)
#303226
(48,50,38)
#292B20
(41,43,32)
#22241A
(34,36,26)
#1B1D14
(27,29,20)
#14160E
(20,22,14)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #535544

#535544
(83,85,68)
#626455
(98,100,85)
#717366
(113,115,102)
#808277
(128,130,119)
#8F9188
(143,145,136)
#9EA099
(158,160,153)
#ADAFAA
(173,175,170)
#BCBEBB
(188,190,187)
#CBCDCC
(203,205,204)
#DADCDD
(218,220,221)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535544; }

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

This text font color is #535544.


Background Color

.myBgColor { background-color: #535544; }

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

This div background color is #535544.


Border color

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

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

This div border color is #535544.


Opacity

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

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

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

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

This text has shadow with #535544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535544 on black background.


Color preview on white background

This text has color #535544 on white background.



Black color preview on #535544 background

This text has black color on #535544 background.


White color preview on #535544 background

This text has white color on #535544 background.