COLOR #53644F

HEX: #53644F RGB: (83,100,79)

Color info

#53644F contains red, green and blue colors in about the same proportion. Web safe color of #53644F is #666666 (or #666).

RGB color model

#53644F color RGB value is (83,100,79).

RGB: (83,100,79) (33%, 39%, 31%)

RGB channels and saturation

R 83 of 255 = 33%
G 100 of 255 = 39%
B 79 of 255 = 31%

83
100
79

R + G + B ~ 34%. #53644F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 100 + 79 = 262 (100%)
R 83 of 262 ~ 31.68%
G 100 of 262 ~ 38.17%
B 79 of 262 ~ 30.15'%

%31.68
%38.17
%30.15

CMYK color model

#53644F color CMYK value is (17,0,21,61).

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 60.78%

CMYK: (17,0,21,61)
C17M0Y21K61 (17%, 0%, 21%, 61%)
(0.17 / 0.00 / 0.21 / 0.61)

CMYK percentages

%17
%0
%21
%60.78

Codes

Color #53644F in popluar color models

53 64 4F
RGB 83 100 79
HSL 109° 11.73% 35.10%
HSB/HSV 109° 21.00% 39.22%
CMYK 17.00% 0.00% 21.00%
60.78%

Color #53644F in popluar number systems.

HEX 53 64 4F
Decimal 83 100 79
Binary 1010011 1100100 1001111
Octal 123 144 117

Shades and tints

Shades of #53644F

#53644F
(83,100,79)
#4C5B48
(76,91,72)
#455241
(69,82,65)
#3E493A
(62,73,58)
#374033
(55,64,51)
#30372C
(48,55,44)
#292E25
(41,46,37)
#22251E
(34,37,30)
#1B1C17
(27,28,23)
#141310
(20,19,16)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #53644F

#53644F
(83,100,79)
#62725F
(98,114,95)
#71806F
(113,128,111)
#808E7F
(128,142,127)
#8F9C8F
(143,156,143)
#9EAA9F
(158,170,159)
#ADB8AF
(173,184,175)
#BCC6BF
(188,198,191)
#CBD4CF
(203,212,207)
#DAE2DF
(218,226,223)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53644F color. Also use rgb(83,100,79) instead hex code.

Text Font Color

.myTextColor { color: #53644F; }

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

This text font color is #53644F.

Background Color

.myBgColor { background-color: #53644F; }

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

This div background color is #53644F.

Border color

.myBorderColor { border: 1px solid #53644F; }

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

This div border color is #53644F.

Opacity

.myOpacity80 { color: #53644F; opacity: 0.8; }

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

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

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

This text has shadow with #53644F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53644F.

Preview

Color preview on black background

This text has color #53644F on black background.


Color preview on white background

This text has color #53644F on white background.


Black color preview on #53644F background

This text has black color on #53644F background.


White color preview on #53644F background

This text has white color on #53644F background.


Related colors

Complementary color

Complementary color for #hex is #AC9BB0.


I love getcolorcode.com

Triadic colors

1 #4F5364 and #644F53 with #53644F are triadic colors.

2 #4F6453 and #64534F with #53644F are triadic colors.