COLOR #53754E

HEX: #53754E
RGB: (83,117,78)

Color info

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

RGB color model

#53754E color RGB value is (83,117,78).

  • red value is 83;
  • green value is 117;
  • blue value is 78.
RGB:
(83,117,78)
(33%,46%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 78 of 255 = 31%

83
117
78

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

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 78 = 278 (100%)
R 83 of 278 ~ 29.86%
G 117 of 278 ~ 42.09%
B 78 of 278 ~ 28.06%

%29.86
%42.09
%28.06

CMYK color model

#53754E color CMYK value is (29,0,33,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 54.12%
CMYK:
(29,0,33,54)
C29M0Y33K54 
(29%,0%,33%,54%)
(0.29/0.00/0.33/0.54)	

CMYK percentages

%29.06
%0
%33.33
%54.12

Codes

Color #53754E in popluar color models

53754E
RGB8311778
HSL112°20.00%38.24%
HSB/HSV112°33.33%45.88%
CMYK29.06%0.00%33.33%
54.12%

Color #53754E in popluar number systems.

HEX53754E
Decimal8311778
Binary101001111101011001110
Octal123165116

Shades and tints

Shades of #53754E

#53754E
(83,117,78)
#4C6B47
(76,107,71)
#456140
(69,97,64)
#3E5739
(62,87,57)
#374D32
(55,77,50)
#30432B
(48,67,43)
#293924
(41,57,36)
#222F1D
(34,47,29)
#1B2516
(27,37,22)
#141B0F
(20,27,15)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #53754E

#53754E
(83,117,78)
#62815E
(98,129,94)
#718D6E
(113,141,110)
#80997E
(128,153,126)
#8FA58E
(143,165,142)
#9EB19E
(158,177,158)
#ADBDAE
(173,189,174)
#BCC9BE
(188,201,190)
#CBD5CE
(203,213,206)
#DAE1DE
(218,225,222)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53754E color. Also use rgb(83,117,78) instead hex code.

Text Font Color

.myTextColor { color: #53754E; }

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

This text font color is #53754E.


Background Color

.myBgColor { background-color: #53754E; }

<div style="background-color:#53754E">Inner text</div>

This div background color is #53754E.


Border color

.myBorderColor { border: 1px solid #53754E; }

<div style="border:3px solid #53754E">Div</div>

This div border color is #53754E.


Opacity

.myOpacity80 { color: #53754E; opacity: 0.8; }

<p style="color:#53754E;opacity:0.8;">80%</p>

Text with #53754E 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 #53754E;}

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

This text has shadow with #53754E color.

.textShadow {text-shadow: 3px 3px 1px #53754E, 3px 3px 1px red;}

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

This text has shadow with #53754E primary color and red secondary color.


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

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

This text has shadow with #53754E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53754E on black background.


Color preview on white background

This text has color #53754E on white background.



Black color preview on #53754E background

This text has black color on #53754E background.


White color preview on #53754E background

This text has white color on #53754E background.