COLOR #53695B

HEX: #53695B
RGB: (83,105,91)

Color info

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

RGB color model

#53695B color RGB value is (83,105,91).

  • red value is 83;
  • green value is 105;
  • blue value is 91.
RGB:
(83,105,91)
(33%,41%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 105 of 255 = 41%
B 91 of 255 = 36%

83
105
91

R + G + B ~ 37%. #53695B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 105 + 91 = 279 (100%)
R 83 of 279 ~ 29.75%
G 105 of 279 ~ 37.63%
B 91 of 279 ~ 32.62%

%29.75
%37.63
%32.62

CMYK color model

#53695B color CMYK value is (21,0,13,59).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 58.82%
CMYK:
(21,0,13,59)
C21M0Y13K59 
(21%,0%,13%,59%)
(0.21/0.00/0.13/0.59)	

CMYK percentages

%20.95
%0
%13.33
%58.82

Codes

Color #53695B in popluar color models

53695B
RGB8310591
HSL142°11.70%36.86%
HSB/HSV142°20.95%41.18%
CMYK20.95%0.00%13.33%
58.82%

Color #53695B in popluar number systems.

HEX53695B
Decimal8310591
Binary101001111010011011011
Octal123151133

Shades and tints

Shades of #53695B

#53695B
(83,105,91)
#4C6053
(76,96,83)
#45574B
(69,87,75)
#3E4E43
(62,78,67)
#37453B
(55,69,59)
#303C33
(48,60,51)
#29332B
(41,51,43)
#222A23
(34,42,35)
#1B211B
(27,33,27)
#141813
(20,24,19)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #53695B

#53695B
(83,105,91)
#627669
(98,118,105)
#718377
(113,131,119)
#809085
(128,144,133)
#8F9D93
(143,157,147)
#9EAAA1
(158,170,161)
#ADB7AF
(173,183,175)
#BCC4BD
(188,196,189)
#CBD1CB
(203,209,203)
#DADED9
(218,222,217)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53695B color. Also use rgb(83,105,91) instead hex code.

Text Font Color

.myTextColor { color: #53695B; }

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

This text font color is #53695B.


Background Color

.myBgColor { background-color: #53695B; }

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

This div background color is #53695B.


Border color

.myBorderColor { border: 1px solid #53695B; }

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

This div border color is #53695B.


Opacity

.myOpacity80 { color: #53695B; opacity: 0.8; }

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

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

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

This text has shadow with #53695B color.

.textShadow {text-shadow: 3px 3px 1px #53695B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53695B on black background.


Color preview on white background

This text has color #53695B on white background.



Black color preview on #53695B background

This text has black color on #53695B background.


White color preview on #53695B background

This text has white color on #53695B background.