COLOR #535A41

HEX: #535A41
RGB: (83,90,65)

Color info

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

RGB color model

#535A41 color RGB value is (83,90,65).

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

RGB channels and saturation

R 83 of 255 = 33%
G 90 of 255 = 35%
B 65 of 255 = 25%

83
90
65

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

Portions of RGB colors in percentages

R + G + B =
83 + 90 + 65 = 238 (100%)
R 83 of 238 ~ 34.87%
G 90 of 238 ~ 37.82%
B 65 of 238 ~ 27.31%

%34.87
%37.82
%27.31

CMYK color model

#535A41 color CMYK value is (8,0,28,65).

  • cyan value is 7.78%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 64.71%
CMYK:
(8,0,28,65)
C8M0Y28K65 
(8%,0%,28%,65%)
(0.08/0.00/0.28/0.65)	

CMYK percentages

%7.78
%0
%27.78
%64.71

Codes

Color #535A41 in popluar color models

535A41
RGB839065
HSL77°16.13%30.39%
HSB/HSV77°27.78%35.29%
CMYK7.78%0.00%27.78%
64.71%

Color #535A41 in popluar number systems.

HEX535A41
Decimal839065
Binary101001110110101000001
Octal123132101

Shades and tints

Shades of #535A41

#535A41
(83,90,65)
#4C523C
(76,82,60)
#454A37
(69,74,55)
#3E4232
(62,66,50)
#373A2D
(55,58,45)
#303228
(48,50,40)
#292A23
(41,42,35)
#22221E
(34,34,30)
#1B1A19
(27,26,25)
#141214
(20,18,20)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #535A41

#535A41
(83,90,65)
#626952
(98,105,82)
#717863
(113,120,99)
#808774
(128,135,116)
#8F9685
(143,150,133)
#9EA596
(158,165,150)
#ADB4A7
(173,180,167)
#BCC3B8
(188,195,184)
#CBD2C9
(203,210,201)
#DAE1DA
(218,225,218)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535A41; }

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

This text font color is #535A41.


Background Color

.myBgColor { background-color: #535A41; }

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

This div background color is #535A41.


Border color

.myBorderColor { border: 1px solid #535A41; }

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

This div border color is #535A41.


Opacity

.myOpacity80 { color: #535A41; opacity: 0.8; }

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

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

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

This text has shadow with #535A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535A41 on black background.


Color preview on white background

This text has color #535A41 on white background.



Black color preview on #535A41 background

This text has black color on #535A41 background.


White color preview on #535A41 background

This text has white color on #535A41 background.