COLOR #53764D

HEX: #53764D
RGB: (83,118,77)

Color info

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

RGB color model

#53764D color RGB value is (83,118,77).

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

RGB channels and saturation

R 83 of 255 = 33%
G 118 of 255 = 46%
B 77 of 255 = 30%

83
118
77

R + G + B ~ 36%. #53764D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 118 + 77 = 278 (100%)
R 83 of 278 ~ 29.86%
G 118 of 278 ~ 42.45%
B 77 of 278 ~ 27.7%

%29.86
%42.45
%27.7

CMYK color model

#53764D color CMYK value is (30,0,35,54).

  • cyan value is 29.66%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 53.73%
CMYK:
(30,0,35,54)
C30M0Y35K54 
(30%,0%,35%,54%)
(0.30/0.00/0.35/0.54)	

CMYK percentages

%29.66
%0
%34.75
%53.73

Codes

Color #53764D in popluar color models

53764D
RGB8311877
HSL111°21.03%38.24%
HSB/HSV111°34.75%46.27%
CMYK29.66%0.00%34.75%
53.73%

Color #53764D in popluar number systems.

HEX53764D
Decimal8311877
Binary101001111101101001101
Octal123166115

Shades and tints

Shades of #53764D

#53764D
(83,118,77)
#4C6C46
(76,108,70)
#45623F
(69,98,63)
#3E5838
(62,88,56)
#374E31
(55,78,49)
#30442A
(48,68,42)
#293A23
(41,58,35)
#22301C
(34,48,28)
#1B2615
(27,38,21)
#141C0E
(20,28,14)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #53764D

#53764D
(83,118,77)
#62825D
(98,130,93)
#718E6D
(113,142,109)
#809A7D
(128,154,125)
#8FA68D
(143,166,141)
#9EB29D
(158,178,157)
#ADBEAD
(173,190,173)
#BCCABD
(188,202,189)
#CBD6CD
(203,214,205)
#DAE2DD
(218,226,221)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53764D; }

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

This text font color is #53764D.


Background Color

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

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

This div background color is #53764D.


Border color

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

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

This div border color is #53764D.


Opacity

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

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

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

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

This text has shadow with #53764D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53764D on black background.


Color preview on white background

This text has color #53764D on white background.



Black color preview on #53764D background

This text has black color on #53764D background.


White color preview on #53764D background

This text has white color on #53764D background.