COLOR #52693C

HEX: #52693C
RGB: (82,105,60)

Color info

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

RGB color model

#52693C color RGB value is (82,105,60).

  • red value is 82;
  • green value is 105;
  • blue value is 60.
RGB:
(82,105,60)
(32%,41%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 105 of 255 = 41%
B 60 of 255 = 24%

82
105
60

R + G + B ~ 32%. #52693C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 105 + 60 = 247 (100%)
R 82 of 247 ~ 33.2%
G 105 of 247 ~ 42.51%
B 60 of 247 ~ 24.29%

%33.2
%42.51
%24.29

CMYK color model

#52693C color CMYK value is (22,0,43,59).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 58.82%
CMYK:
(22,0,43,59)
C22M0Y43K59 
(22%,0%,43%,59%)
(0.22/0.00/0.43/0.59)	

CMYK percentages

%21.9
%0
%42.86
%58.82

Codes

Color #52693C in popluar color models

52693C
RGB8210560
HSL91°27.27%32.35%
HSB/HSV91°42.86%41.18%
CMYK21.90%0.00%42.86%
58.82%

Color #52693C in popluar number systems.

HEX52693C
Decimal8210560
Binary10100101101001111100
Octal12215174

Shades and tints

Shades of #52693C

#52693C
(82,105,60)
#4B6037
(75,96,55)
#445732
(68,87,50)
#3D4E2D
(61,78,45)
#364528
(54,69,40)
#2F3C23
(47,60,35)
#28331E
(40,51,30)
#212A19
(33,42,25)
#1A2114
(26,33,20)
#13180F
(19,24,15)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #52693C

#52693C
(82,105,60)
#61764D
(97,118,77)
#70835E
(112,131,94)
#7F906F
(127,144,111)
#8E9D80
(142,157,128)
#9DAA91
(157,170,145)
#ACB7A2
(172,183,162)
#BBC4B3
(187,196,179)
#CAD1C4
(202,209,196)
#D9DED5
(217,222,213)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52693C color. Also use rgb(82,105,60) instead hex code.

Text Font Color

.myTextColor { color: #52693C; }

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

This text font color is #52693C.


Background Color

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

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

This div background color is #52693C.


Border color

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

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

This div border color is #52693C.


Opacity

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

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

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

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

This text has shadow with #52693C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52693C on black background.


Color preview on white background

This text has color #52693C on white background.



Black color preview on #52693C background

This text has black color on #52693C background.


White color preview on #52693C background

This text has white color on #52693C background.