COLOR #535843

HEX: #535843
RGB: (83,88,67)

Color info

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

RGB color model

#535843 color RGB value is (83,88,67).

  • red value is 83;
  • green value is 88;
  • blue value is 67.
RGB:
(83,88,67)
(33%,35%,26%)

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 67 of 255 = 26%

83
88
67

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

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 67 = 238 (100%)
R 83 of 238 ~ 34.87%
G 88 of 238 ~ 36.97%
B 67 of 238 ~ 28.15%

%34.87
%36.97
%28.15

CMYK color model

#535843 color CMYK value is (6,0,24,65).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 65.49%
CMYK:
(6,0,24,65)
C6M0Y24K65 
(6%,0%,24%,65%)
(0.06/0.00/0.24/0.65)	

CMYK percentages

%5.68
%0
%23.86
%65.49

Codes

Color #535843 in popluar color models

535843
RGB838867
HSL74°13.55%30.39%
HSB/HSV74°23.86%34.51%
CMYK5.68%0.00%23.86%
65.49%

Color #535843 in popluar number systems.

HEX535843
Decimal838867
Binary101001110110001000011
Octal123130103

Shades and tints

Shades of #535843

#535843
(83,88,67)
#4C503D
(76,80,61)
#454837
(69,72,55)
#3E4031
(62,64,49)
#37382B
(55,56,43)
#303025
(48,48,37)
#29281F
(41,40,31)
#222019
(34,32,25)
#1B1813
(27,24,19)
#14100D
(20,16,13)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #535843

#535843
(83,88,67)
#626754
(98,103,84)
#717665
(113,118,101)
#808576
(128,133,118)
#8F9487
(143,148,135)
#9EA398
(158,163,152)
#ADB2A9
(173,178,169)
#BCC1BA
(188,193,186)
#CBD0CB
(203,208,203)
#DADFDC
(218,223,220)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535843 color. Also use rgb(83,88,67) instead hex code.

Text Font Color

.myTextColor { color: #535843; }

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

This text font color is #535843.


Background Color

.myBgColor { background-color: #535843; }

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

This div background color is #535843.


Border color

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

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

This div border color is #535843.


Opacity

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

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

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

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

This text has shadow with #535843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535843 on black background.


Color preview on white background

This text has color #535843 on white background.



Black color preview on #535843 background

This text has black color on #535843 background.


White color preview on #535843 background

This text has white color on #535843 background.