COLOR #53784E

HEX: #53784E
RGB: (83,120,78)

Color info

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

RGB color model

#53784E color RGB value is (83,120,78).

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

RGB channels and saturation

R 83 of 255 = 33%
G 120 of 255 = 47%
B 78 of 255 = 31%

83
120
78

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

Portions of RGB colors in percentages

R + G + B =
83 + 120 + 78 = 281 (100%)
R 83 of 281 ~ 29.54%
G 120 of 281 ~ 42.7%
B 78 of 281 ~ 27.76%

%29.54
%42.7
%27.76

CMYK color model

#53784E color CMYK value is (31,0,35,53).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 52.94%
CMYK:
(31,0,35,53)
C31M0Y35K53 
(31%,0%,35%,53%)
(0.31/0.00/0.35/0.53)	

CMYK percentages

%30.83
%0
%35
%52.94

Codes

Color #53784E in popluar color models

53784E
RGB8312078
HSL113°21.21%38.82%
HSB/HSV113°35.00%47.06%
CMYK30.83%0.00%35.00%
52.94%

Color #53784E in popluar number systems.

HEX53784E
Decimal8312078
Binary101001111110001001110
Octal123170116

Shades and tints

Shades of #53784E

#53784E
(83,120,78)
#4C6E47
(76,110,71)
#456440
(69,100,64)
#3E5A39
(62,90,57)
#375032
(55,80,50)
#30462B
(48,70,43)
#293C24
(41,60,36)
#22321D
(34,50,29)
#1B2816
(27,40,22)
#141E0F
(20,30,15)
#0D1408
(13,20,8)
#000000
(0,0,0)

Tints of #53784E

#53784E
(83,120,78)
#62845E
(98,132,94)
#71906E
(113,144,110)
#809C7E
(128,156,126)
#8FA88E
(143,168,142)
#9EB49E
(158,180,158)
#ADC0AE
(173,192,174)
#BCCCBE
(188,204,190)
#CBD8CE
(203,216,206)
#DAE4DE
(218,228,222)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53784E; }

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

This text font color is #53784E.


Background Color

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

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

This div background color is #53784E.


Border color

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

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

This div border color is #53784E.


Opacity

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

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

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

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

This text has shadow with #53784E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53784E on black background.


Color preview on white background

This text has color #53784E on white background.



Black color preview on #53784E background

This text has black color on #53784E background.


White color preview on #53784E background

This text has white color on #53784E background.