COLOR #535344

HEX: #535344 RGB: (83,83,68)

Color info

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

RGB color model

#535344 color RGB value is (83,83,68).

RGB: (83,83,68) (33%, 33%, 27%)

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 68 of 255 = 27%

83
83
68

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

Portions of RGB colors in percentages

R + G + B = 83 + 83 + 68 = 234 (100%)
R 83 of 234 ~ 35.47%
G 83 of 234 ~ 35.47%
B 68 of 234 ~ 29.06'%

%35.47
%35.47
%29.06

CMYK color model

#535344 color CMYK value is (0,0,18,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 67.45%

CMYK: (0,0,18,67)
C0M0Y18K67 (0%, 0%, 18%, 67%)
(0.00 / 0.00 / 0.18 / 0.67)

CMYK percentages

%0
%0
%18.07
%67.45

Codes

Color #535344 in popluar color models

53 53 44
RGB 83 83 68
HSL 60° 9.93% 29.61%
HSB/HSV 60° 18.07% 32.55%
CMYK 0.00% 0.00% 18.07%
67.45%

Color #535344 in popluar number systems.

HEX 53 53 44
Decimal 83 83 68
Binary 1010011 1010011 1000100
Octal 123 123 104

Shades and tints

Shades of #535344

#535344
(83,83,68)
#4C4C3E
(76,76,62)
#454538
(69,69,56)
#3E3E32
(62,62,50)
#37372C
(55,55,44)
#303026
(48,48,38)
#292920
(41,41,32)
#22221A
(34,34,26)
#1B1B14
(27,27,20)
#14140E
(20,20,14)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #535344

#535344
(83,83,68)
#626255
(98,98,85)
#717166
(113,113,102)
#808077
(128,128,119)
#8F8F88
(143,143,136)
#9E9E99
(158,158,153)
#ADADAA
(173,173,170)
#BCBCBB
(188,188,187)
#CBCBCC
(203,203,204)
#DADADD
(218,218,221)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535344; }

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

This text font color is #535344.

Background Color

.myBgColor { background-color: #535344; }

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

This div background color is #535344.

Border color

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

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

This div border color is #535344.

Opacity

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

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

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

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

This text has shadow with #535344 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535344.

Preview

Color preview on black background

This text has color #535344 on black background.


Color preview on white background

This text has color #535344 on white background.


Black color preview on #535344 background

This text has black color on #535344 background.


White color preview on #535344 background

This text has white color on #535344 background.


Related colors

Complementary color

Complementary color for #hex is #ACACBB.


I love getcolorcode.com