COLOR #52795C

HEX: #52795C
RGB: (82,121,92)

Color info

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

RGB color model

#52795C color RGB value is (82,121,92).

  • red value is 82;
  • green value is 121;
  • blue value is 92.
RGB:
(82,121,92)
(32%,47%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 121 of 255 = 47%
B 92 of 255 = 36%

82
121
92

R + G + B ~ 38%. #52795C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 121 + 92 = 295 (100%)
R 82 of 295 ~ 27.8%
G 121 of 295 ~ 41.02%
B 92 of 295 ~ 31.19%

%27.8
%41.02
%31.19

CMYK color model

#52795C color CMYK value is (32,0,24,53).

  • cyan value is 32.23%
  • magenta value is 0.00%
  • yellow value is 23.97%
  • key color value is 52.55%
CMYK:
(32,0,24,53)
C32M0Y24K53 
(32%,0%,24%,53%)
(0.32/0.00/0.24/0.53)	

CMYK percentages

%32.23
%0
%23.97
%52.55

Codes

Color #52795C in popluar color models

52795C
RGB8212192
HSL135°19.21%39.80%
HSB/HSV135°32.23%47.45%
CMYK32.23%0.00%23.97%
52.55%

Color #52795C in popluar number systems.

HEX52795C
Decimal8212192
Binary101001011110011011100
Octal122171134

Shades and tints

Shades of #52795C

#52795C
(82,121,92)
#4B6E54
(75,110,84)
#44634C
(68,99,76)
#3D5844
(61,88,68)
#364D3C
(54,77,60)
#2F4234
(47,66,52)
#28372C
(40,55,44)
#212C24
(33,44,36)
#1A211C
(26,33,28)
#131614
(19,22,20)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #52795C

#52795C
(82,121,92)
#61856A
(97,133,106)
#709178
(112,145,120)
#7F9D86
(127,157,134)
#8EA994
(142,169,148)
#9DB5A2
(157,181,162)
#ACC1B0
(172,193,176)
#BBCDBE
(187,205,190)
#CAD9CC
(202,217,204)
#D9E5DA
(217,229,218)
#E8F1E8
(232,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52795C color. Also use rgb(82,121,92) instead hex code.

Text Font Color

.myTextColor { color: #52795C; }

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

This text font color is #52795C.


Background Color

.myBgColor { background-color: #52795C; }

<div style="background-color:#52795C">Inner text</div>

This div background color is #52795C.


Border color

.myBorderColor { border: 1px solid #52795C; }

<div style="border:3px solid #52795C">Div</div>

This div border color is #52795C.


Opacity

.myOpacity80 { color: #52795C; opacity: 0.8; }

<p style="color:#52795C;opacity:0.8;">80%</p>

Text with #52795C 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 #52795C;}

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

This text has shadow with #52795C color.

.textShadow {text-shadow: 3px 3px 1px #52795C, 3px 3px 1px red;}

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

This text has shadow with #52795C primary color and red secondary color.


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

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

This text has shadow with #52795C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52795C on black background.


Color preview on white background

This text has color #52795C on white background.



Black color preview on #52795C background

This text has black color on #52795C background.


White color preview on #52795C background

This text has white color on #52795C background.