COLOR #53624D

HEX: #53624D
RGB: (83,98,77)

Color info

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

RGB color model

#53624D color RGB value is (83,98,77).

  • red value is 83;
  • green value is 98;
  • blue value is 77.
RGB:
(83,98,77)
(33%,38%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 77 of 255 = 30%

83
98
77

R + G + B ~ 34%. #53624D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 77 = 258 (100%)
R 83 of 258 ~ 32.17%
G 98 of 258 ~ 37.98%
B 77 of 258 ~ 29.84%

%32.17
%37.98
%29.84

CMYK color model

#53624D color CMYK value is (15,0,21,62).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 61.57%
CMYK:
(15,0,21,62)
C15M0Y21K62 
(15%,0%,21%,62%)
(0.15/0.00/0.21/0.62)	

CMYK percentages

%15.31
%0
%21.43
%61.57

Codes

Color #53624D in popluar color models

53624D
RGB839877
HSL103°12.00%34.31%
HSB/HSV103°21.43%38.43%
CMYK15.31%0.00%21.43%
61.57%

Color #53624D in popluar number systems.

HEX53624D
Decimal839877
Binary101001111000101001101
Octal123142115

Shades and tints

Shades of #53624D

#53624D
(83,98,77)
#4C5A46
(76,90,70)
#45523F
(69,82,63)
#3E4A38
(62,74,56)
#374231
(55,66,49)
#303A2A
(48,58,42)
#293223
(41,50,35)
#222A1C
(34,42,28)
#1B2215
(27,34,21)
#141A0E
(20,26,14)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #53624D

#53624D
(83,98,77)
#62705D
(98,112,93)
#717E6D
(113,126,109)
#808C7D
(128,140,125)
#8F9A8D
(143,154,141)
#9EA89D
(158,168,157)
#ADB6AD
(173,182,173)
#BCC4BD
(188,196,189)
#CBD2CD
(203,210,205)
#DAE0DD
(218,224,221)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53624D color. Also use rgb(83,98,77) instead hex code.

Text Font Color

.myTextColor { color: #53624D; }

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

This text font color is #53624D.


Background Color

.myBgColor { background-color: #53624D; }

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

This div background color is #53624D.


Border color

.myBorderColor { border: 1px solid #53624D; }

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

This div border color is #53624D.


Opacity

.myOpacity80 { color: #53624D; opacity: 0.8; }

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

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

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

This text has shadow with #53624D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53624D on black background.


Color preview on white background

This text has color #53624D on white background.



Black color preview on #53624D background

This text has black color on #53624D background.


White color preview on #53624D background

This text has white color on #53624D background.