COLOR #53745C

HEX: #53745C
RGB: (83,116,92)

Color info

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

RGB color model

#53745C color RGB value is (83,116,92).

  • red value is 83;
  • green value is 116;
  • blue value is 92.
RGB:
(83,116,92)
(33%,45%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 116 of 255 = 45%
B 92 of 255 = 36%

83
116
92

R + G + B ~ 38%. #53745C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 116 + 92 = 291 (100%)
R 83 of 291 ~ 28.52%
G 116 of 291 ~ 39.86%
B 92 of 291 ~ 31.62%

%28.52
%39.86
%31.62

CMYK color model

#53745C color CMYK value is (28,0,21,55).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK:
(28,0,21,55)
C28M0Y21K55 
(28%,0%,21%,55%)
(0.28/0.00/0.21/0.55)	

CMYK percentages

%28.45
%0
%20.69
%54.51

Codes

Color #53745C in popluar color models

53745C
RGB8311692
HSL136°16.58%39.02%
HSB/HSV136°28.45%45.49%
CMYK28.45%0.00%20.69%
54.51%

Color #53745C in popluar number systems.

HEX53745C
Decimal8311692
Binary101001111101001011100
Octal123164134

Shades and tints

Shades of #53745C

#53745C
(83,116,92)
#4C6A54
(76,106,84)
#45604C
(69,96,76)
#3E5644
(62,86,68)
#374C3C
(55,76,60)
#304234
(48,66,52)
#29382C
(41,56,44)
#222E24
(34,46,36)
#1B241C
(27,36,28)
#141A14
(20,26,20)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #53745C

#53745C
(83,116,92)
#62806A
(98,128,106)
#718C78
(113,140,120)
#809886
(128,152,134)
#8FA494
(143,164,148)
#9EB0A2
(158,176,162)
#ADBCB0
(173,188,176)
#BCC8BE
(188,200,190)
#CBD4CC
(203,212,204)
#DAE0DA
(218,224,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53745C color. Also use rgb(83,116,92) instead hex code.

Text Font Color

.myTextColor { color: #53745C; }

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

This text font color is #53745C.


Background Color

.myBgColor { background-color: #53745C; }

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

This div background color is #53745C.


Border color

.myBorderColor { border: 1px solid #53745C; }

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

This div border color is #53745C.


Opacity

.myOpacity80 { color: #53745C; opacity: 0.8; }

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

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

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

This text has shadow with #53745C color.

.textShadow {text-shadow: 3px 3px 1px #53745C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53745C on black background.


Color preview on white background

This text has color #53745C on white background.



Black color preview on #53745C background

This text has black color on #53745C background.


White color preview on #53745C background

This text has white color on #53745C background.