COLOR #535641

HEX: #535641
RGB: (83,86,65)

Color info

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

RGB color model

#535641 color RGB value is (83,86,65).

  • red value is 83;
  • green value is 86;
  • blue value is 65.
RGB:
(83,86,65)
(33%,34%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 86 of 255 = 34%
B 65 of 255 = 25%

83
86
65

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

Portions of RGB colors in percentages

R + G + B =
83 + 86 + 65 = 234 (100%)
R 83 of 234 ~ 35.47%
G 86 of 234 ~ 36.75%
B 65 of 234 ~ 27.78%

%35.47
%36.75
%27.78

CMYK color model

#535641 color CMYK value is (3,0,24,66).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 24.42%
  • key color value is 66.27%
CMYK:
(3,0,24,66)
C3M0Y24K66 
(3%,0%,24%,66%)
(0.03/0.00/0.24/0.66)	

CMYK percentages

%3.49
%0
%24.42
%66.27

Codes

Color #535641 in popluar color models

535641
RGB838665
HSL69°13.91%29.61%
HSB/HSV69°24.42%33.73%
CMYK3.49%0.00%24.42%
66.27%

Color #535641 in popluar number systems.

HEX535641
Decimal838665
Binary101001110101101000001
Octal123126101

Shades and tints

Shades of #535641

#535641
(83,86,65)
#4C4F3C
(76,79,60)
#454837
(69,72,55)
#3E4132
(62,65,50)
#373A2D
(55,58,45)
#303328
(48,51,40)
#292C23
(41,44,35)
#22251E
(34,37,30)
#1B1E19
(27,30,25)
#141714
(20,23,20)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #535641

#535641
(83,86,65)
#626552
(98,101,82)
#717463
(113,116,99)
#808374
(128,131,116)
#8F9285
(143,146,133)
#9EA196
(158,161,150)
#ADB0A7
(173,176,167)
#BCBFB8
(188,191,184)
#CBCEC9
(203,206,201)
#DADDDA
(218,221,218)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535641 color. Also use rgb(83,86,65) instead hex code.

Text Font Color

.myTextColor { color: #535641; }

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

This text font color is #535641.


Background Color

.myBgColor { background-color: #535641; }

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

This div background color is #535641.


Border color

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

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

This div border color is #535641.


Opacity

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

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

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

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

This text has shadow with #535641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535641 on black background.


Color preview on white background

This text has color #535641 on white background.



Black color preview on #535641 background

This text has black color on #535641 background.


White color preview on #535641 background

This text has white color on #535641 background.