COLOR #52673F

HEX: #52673F
RGB: (82,103,63)

Color info

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

RGB color model

#52673F color RGB value is (82,103,63).

  • red value is 82;
  • green value is 103;
  • blue value is 63.
RGB:
(82,103,63)
(32%,40%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 103 of 255 = 40%
B 63 of 255 = 25%

82
103
63

R + G + B ~ 32%. #52673F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 103 + 63 = 248 (100%)
R 82 of 248 ~ 33.06%
G 103 of 248 ~ 41.53%
B 63 of 248 ~ 25.4%

%33.06
%41.53
%25.4

CMYK color model

#52673F color CMYK value is (20,0,39,60).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 38.83%
  • key color value is 59.61%
CMYK:
(20,0,39,60)
C20M0Y39K60 
(20%,0%,39%,60%)
(0.20/0.00/0.39/0.60)	

CMYK percentages

%20.39
%0
%38.83
%59.61

Codes

Color #52673F in popluar color models

52673F
RGB8210363
HSL92°24.10%32.55%
HSB/HSV92°38.83%40.39%
CMYK20.39%0.00%38.83%
59.61%

Color #52673F in popluar number systems.

HEX52673F
Decimal8210363
Binary10100101100111111111
Octal12214777

Shades and tints

Shades of #52673F

#52673F
(82,103,63)
#4B5E3A
(75,94,58)
#445535
(68,85,53)
#3D4C30
(61,76,48)
#36432B
(54,67,43)
#2F3A26
(47,58,38)
#283121
(40,49,33)
#21281C
(33,40,28)
#1A1F17
(26,31,23)
#131612
(19,22,18)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #52673F

#52673F
(82,103,63)
#617450
(97,116,80)
#708161
(112,129,97)
#7F8E72
(127,142,114)
#8E9B83
(142,155,131)
#9DA894
(157,168,148)
#ACB5A5
(172,181,165)
#BBC2B6
(187,194,182)
#CACFC7
(202,207,199)
#D9DCD8
(217,220,216)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52673F color. Also use rgb(82,103,63) instead hex code.

Text Font Color

.myTextColor { color: #52673F; }

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

This text font color is #52673F.


Background Color

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

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

This div background color is #52673F.


Border color

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

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

This div border color is #52673F.


Opacity

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

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

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

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

This text has shadow with #52673F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52673F on black background.


Color preview on white background

This text has color #52673F on white background.



Black color preview on #52673F background

This text has black color on #52673F background.


White color preview on #52673F background

This text has white color on #52673F background.