COLOR #52774D

HEX: #52774D
RGB: (82,119,77)

Color info

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

RGB color model

#52774D color RGB value is (82,119,77).

  • red value is 82;
  • green value is 119;
  • blue value is 77.
RGB:
(82,119,77)
(32%,47%,30%)

RGB channels and saturation

R 82 of 255 = 32%
G 119 of 255 = 47%
B 77 of 255 = 30%

82
119
77

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

Portions of RGB colors in percentages

R + G + B =
82 + 119 + 77 = 278 (100%)
R 82 of 278 ~ 29.5%
G 119 of 278 ~ 42.81%
B 77 of 278 ~ 27.7%

%29.5
%42.81
%27.7

CMYK color model

#52774D color CMYK value is (31,0,35,53).

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

CMYK percentages

%31.09
%0
%35.29
%53.33

Codes

Color #52774D in popluar color models

52774D
RGB8211977
HSL113°21.43%38.43%
HSB/HSV113°35.29%46.67%
CMYK31.09%0.00%35.29%
53.33%

Color #52774D in popluar number systems.

HEX52774D
Decimal8211977
Binary101001011101111001101
Octal122167115

Shades and tints

Shades of #52774D

#52774D
(82,119,77)
#4B6D46
(75,109,70)
#44633F
(68,99,63)
#3D5938
(61,89,56)
#364F31
(54,79,49)
#2F452A
(47,69,42)
#283B23
(40,59,35)
#21311C
(33,49,28)
#1A2715
(26,39,21)
#131D0E
(19,29,14)
#0C1307
(12,19,7)
#000000
(0,0,0)

Tints of #52774D

#52774D
(82,119,77)
#61835D
(97,131,93)
#708F6D
(112,143,109)
#7F9B7D
(127,155,125)
#8EA78D
(142,167,141)
#9DB39D
(157,179,157)
#ACBFAD
(172,191,173)
#BBCBBD
(187,203,189)
#CAD7CD
(202,215,205)
#D9E3DD
(217,227,221)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52774D color. Also use rgb(82,119,77) instead hex code.

Text Font Color

.myTextColor { color: #52774D; }

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

This text font color is #52774D.


Background Color

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

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

This div background color is #52774D.


Border color

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

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

This div border color is #52774D.


Opacity

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

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

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

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

This text has shadow with #52774D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52774D on black background.


Color preview on white background

This text has color #52774D on white background.



Black color preview on #52774D background

This text has black color on #52774D background.


White color preview on #52774D background

This text has white color on #52774D background.