COLOR #53734D

HEX: #53734D
RGB: (83,115,77)

Color info

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

RGB color model

#53734D color RGB value is (83,115,77).

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

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 77 of 255 = 30%

83
115
77

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

Portions of RGB colors in percentages

R + G + B =
83 + 115 + 77 = 275 (100%)
R 83 of 275 ~ 30.18%
G 115 of 275 ~ 41.82%
B 77 of 275 ~ 28%

%30.18
%41.82
%28

CMYK color model

#53734D color CMYK value is (28,0,33,55).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 54.90%
CMYK:
(28,0,33,55)
C28M0Y33K55 
(28%,0%,33%,55%)
(0.28/0.00/0.33/0.55)	

CMYK percentages

%27.83
%0
%33.04
%54.9

Codes

Color #53734D in popluar color models

53734D
RGB8311577
HSL111°19.79%37.65%
HSB/HSV111°33.04%45.10%
CMYK27.83%0.00%33.04%
54.90%

Color #53734D in popluar number systems.

HEX53734D
Decimal8311577
Binary101001111100111001101
Octal123163115

Shades and tints

Shades of #53734D

#53734D
(83,115,77)
#4C6946
(76,105,70)
#455F3F
(69,95,63)
#3E5538
(62,85,56)
#374B31
(55,75,49)
#30412A
(48,65,42)
#293723
(41,55,35)
#222D1C
(34,45,28)
#1B2315
(27,35,21)
#14190E
(20,25,14)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #53734D

#53734D
(83,115,77)
#627F5D
(98,127,93)
#718B6D
(113,139,109)
#80977D
(128,151,125)
#8FA38D
(143,163,141)
#9EAF9D
(158,175,157)
#ADBBAD
(173,187,173)
#BCC7BD
(188,199,189)
#CBD3CD
(203,211,205)
#DADFDD
(218,223,221)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53734D; }

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

This text font color is #53734D.


Background Color

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

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

This div background color is #53734D.


Border color

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

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

This div border color is #53734D.


Opacity

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

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

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

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

This text has shadow with #53734D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53734D on black background.


Color preview on white background

This text has color #53734D on white background.



Black color preview on #53734D background

This text has black color on #53734D background.


White color preview on #53734D background

This text has white color on #53734D background.