COLOR #53684F

HEX: #53684F
RGB: (83,104,79)

Color info

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

RGB color model

#53684F color RGB value is (83,104,79).

  • red value is 83;
  • green value is 104;
  • blue value is 79.
RGB:
(83,104,79)
(33%,41%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 104 of 255 = 41%
B 79 of 255 = 31%

83
104
79

R + G + B ~ 35%. #53684F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 104 + 79 = 266 (100%)
R 83 of 266 ~ 31.2%
G 104 of 266 ~ 39.1%
B 79 of 266 ~ 29.7%

%31.2
%39.1
%29.7

CMYK color model

#53684F color CMYK value is (20,0,24,59).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 59.22%
CMYK:
(20,0,24,59)
C20M0Y24K59 
(20%,0%,24%,59%)
(0.20/0.00/0.24/0.59)	

CMYK percentages

%20.19
%0
%24.04
%59.22

Codes

Color #53684F in popluar color models

53684F
RGB8310479
HSL110°13.66%35.88%
HSB/HSV110°24.04%40.78%
CMYK20.19%0.00%24.04%
59.22%

Color #53684F in popluar number systems.

HEX53684F
Decimal8310479
Binary101001111010001001111
Octal123150117

Shades and tints

Shades of #53684F

#53684F
(83,104,79)
#4C5F48
(76,95,72)
#455641
(69,86,65)
#3E4D3A
(62,77,58)
#374433
(55,68,51)
#303B2C
(48,59,44)
#293225
(41,50,37)
#22291E
(34,41,30)
#1B2017
(27,32,23)
#141710
(20,23,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #53684F

#53684F
(83,104,79)
#62755F
(98,117,95)
#71826F
(113,130,111)
#808F7F
(128,143,127)
#8F9C8F
(143,156,143)
#9EA99F
(158,169,159)
#ADB6AF
(173,182,175)
#BCC3BF
(188,195,191)
#CBD0CF
(203,208,207)
#DADDDF
(218,221,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53684F; }

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

This text font color is #53684F.


Background Color

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

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

This div background color is #53684F.


Border color

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

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

This div border color is #53684F.


Opacity

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

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

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

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

This text has shadow with #53684F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53684F on black background.


Color preview on white background

This text has color #53684F on white background.



Black color preview on #53684F background

This text has black color on #53684F background.


White color preview on #53684F background

This text has white color on #53684F background.