COLOR #535E46

HEX: #535E46
RGB: (83,94,70)

Color info

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

RGB color model

#535E46 color RGB value is (83,94,70).

  • red value is 83;
  • green value is 94;
  • blue value is 70.
RGB:
(83,94,70)
(33%,37%,27%)

RGB channels and saturation

R 83 of 255 = 33%
G 94 of 255 = 37%
B 70 of 255 = 27%

83
94
70

R + G + B ~ 32%. #535E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 94 + 70 = 247 (100%)
R 83 of 247 ~ 33.6%
G 94 of 247 ~ 38.06%
B 70 of 247 ~ 28.34%

%33.6
%38.06
%28.34

CMYK color model

#535E46 color CMYK value is (12,0,26,63).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 63.14%
CMYK:
(12,0,26,63)
C12M0Y26K63 
(12%,0%,26%,63%)
(0.12/0.00/0.26/0.63)	

CMYK percentages

%11.7
%0
%25.53
%63.14

Codes

Color #535E46 in popluar color models

535E46
RGB839470
HSL88°14.63%32.16%
HSB/HSV88°25.53%36.86%
CMYK11.70%0.00%25.53%
63.14%

Color #535E46 in popluar number systems.

HEX535E46
Decimal839470
Binary101001110111101000110
Octal123136106

Shades and tints

Shades of #535E46

#535E46
(83,94,70)
#4C5640
(76,86,64)
#454E3A
(69,78,58)
#3E4634
(62,70,52)
#373E2E
(55,62,46)
#303628
(48,54,40)
#292E22
(41,46,34)
#22261C
(34,38,28)
#1B1E16
(27,30,22)
#141610
(20,22,16)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #535E46

#535E46
(83,94,70)
#626C56
(98,108,86)
#717A66
(113,122,102)
#808876
(128,136,118)
#8F9686
(143,150,134)
#9EA496
(158,164,150)
#ADB2A6
(173,178,166)
#BCC0B6
(188,192,182)
#CBCEC6
(203,206,198)
#DADCD6
(218,220,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535E46 color. Also use rgb(83,94,70) instead hex code.

Text Font Color

.myTextColor { color: #535E46; }

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

This text font color is #535E46.


Background Color

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

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

This div background color is #535E46.


Border color

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

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

This div border color is #535E46.


Opacity

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

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

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

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

This text has shadow with #535E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535E46 on black background.


Color preview on white background

This text has color #535E46 on white background.



Black color preview on #535E46 background

This text has black color on #535E46 background.


White color preview on #535E46 background

This text has white color on #535E46 background.