COLOR #52744F

HEX: #52744F
RGB: (82,116,79)

Color info

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

RGB color model

#52744F color RGB value is (82,116,79).

  • red value is 82;
  • green value is 116;
  • blue value is 79.
RGB:
(82,116,79)
(32%,45%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 116 of 255 = 45%
B 79 of 255 = 31%

82
116
79

R + G + B ~ 36%. #52744F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 116 + 79 = 277 (100%)
R 82 of 277 ~ 29.6%
G 116 of 277 ~ 41.88%
B 79 of 277 ~ 28.52%

%29.6
%41.88
%28.52

CMYK color model

#52744F color CMYK value is (29,0,32,55).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 54.51%
CMYK:
(29,0,32,55)
C29M0Y32K55 
(29%,0%,32%,55%)
(0.29/0.00/0.32/0.55)	

CMYK percentages

%29.31
%0
%31.9
%54.51

Codes

Color #52744F in popluar color models

52744F
RGB8211679
HSL115°18.97%38.24%
HSB/HSV115°31.90%45.49%
CMYK29.31%0.00%31.90%
54.51%

Color #52744F in popluar number systems.

HEX52744F
Decimal8211679
Binary101001011101001001111
Octal122164117

Shades and tints

Shades of #52744F

#52744F
(82,116,79)
#4B6A48
(75,106,72)
#446041
(68,96,65)
#3D563A
(61,86,58)
#364C33
(54,76,51)
#2F422C
(47,66,44)
#283825
(40,56,37)
#212E1E
(33,46,30)
#1A2417
(26,36,23)
#131A10
(19,26,16)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #52744F

#52744F
(82,116,79)
#61805F
(97,128,95)
#708C6F
(112,140,111)
#7F987F
(127,152,127)
#8EA48F
(142,164,143)
#9DB09F
(157,176,159)
#ACBCAF
(172,188,175)
#BBC8BF
(187,200,191)
#CAD4CF
(202,212,207)
#D9E0DF
(217,224,223)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52744F color. Also use rgb(82,116,79) instead hex code.

Text Font Color

.myTextColor { color: #52744F; }

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

This text font color is #52744F.


Background Color

.myBgColor { background-color: #52744F; }

<div style="background-color:#52744F">Inner text</div>

This div background color is #52744F.


Border color

.myBorderColor { border: 1px solid #52744F; }

<div style="border:3px solid #52744F">Div</div>

This div border color is #52744F.


Opacity

.myOpacity80 { color: #52744F; opacity: 0.8; }

<p style="color:#52744F;opacity:0.8;">80%</p>

Text with #52744F 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 #52744F;}

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

This text has shadow with #52744F color.

.textShadow {text-shadow: 3px 3px 1px #52744F, 3px 3px 1px red;}

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

This text has shadow with #52744F primary color and red secondary color.


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

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

This text has shadow with #52744F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52744F on black background.


Color preview on white background

This text has color #52744F on white background.



Black color preview on #52744F background

This text has black color on #52744F background.


White color preview on #52744F background

This text has white color on #52744F background.