COLOR #535943

HEX: #535943 RGB: (83,89,67)

Color info

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

RGB color model

#535943 color RGB value is (83,89,67).

RGB: (83,89,67) (33%, 35%, 26%)

RGB channels and saturation

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

83
89
67

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

Portions of RGB colors in percentages

R + G + B = 83 + 89 + 67 = 239 (100%)
R 83 of 239 ~ 34.73%
G 89 of 239 ~ 37.24%
B 67 of 239 ~ 28.03'%

%34.73
%37.24
%28.03

CMYK color model

#535943 color CMYK value is (7,0,25,65).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 24.72%
  • key color value is 65.10%

CMYK: (7,0,25,65)
C7M0Y25K65 (7%, 0%, 25%, 65%)
(0.07 / 0.00 / 0.25 / 0.65)

CMYK percentages

%6.74
%0
%24.72
%65.1

Codes

Color #535943 in popluar color models

53 59 43
RGB 83 89 67
HSL 76° 14.10% 30.59%
HSB/HSV 76° 24.72% 34.90%
CMYK 6.74% 0.00% 24.72%
65.10%

Color #535943 in popluar number systems.

HEX 53 59 43
Decimal 83 89 67
Binary 1010011 1011001 1000011
Octal 123 131 103

Shades and tints

Shades of #535943

#535943
(83,89,67)
#4C513D
(76,81,61)
#454937
(69,73,55)
#3E4131
(62,65,49)
#37392B
(55,57,43)
#303125
(48,49,37)
#29291F
(41,41,31)
#222119
(34,33,25)
#1B1913
(27,25,19)
#14110D
(20,17,13)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #535943

#535943
(83,89,67)
#626854
(98,104,84)
#717765
(113,119,101)
#808676
(128,134,118)
#8F9587
(143,149,135)
#9EA498
(158,164,152)
#ADB3A9
(173,179,169)
#BCC2BA
(188,194,186)
#CBD1CB
(203,209,203)
#DAE0DC
(218,224,220)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535943; }

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

This text font color is #535943.

Background Color

.myBgColor { background-color: #535943; }

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

This div background color is #535943.

Border color

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

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

This div border color is #535943.

Opacity

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

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

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

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

This text has shadow with #535943 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535943.

Preview

Color preview on black background

This text has color #535943 on black background.


Color preview on white background

This text has color #535943 on white background.


Black color preview on #535943 background

This text has black color on #535943 background.


White color preview on #535943 background

This text has white color on #535943 background.


Related colors

Complementary color

Complementary color for #hex is #ACA6BC.


I love getcolorcode.com

Triadic colors

1 #435359 and #594353 with #535943 are triadic colors.

2 #435953 and #595343 with #535943 are triadic colors.