COLOR #52673B

HEX: #52673B
RGB: (82,103,59)

Color info

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

RGB color model

#52673B color RGB value is (82,103,59).

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

RGB channels and saturation

R 82 of 255 = 32%
G 103 of 255 = 40%
B 59 of 255 = 23%

82
103
59

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

Portions of RGB colors in percentages

R + G + B =
82 + 103 + 59 = 244 (100%)
R 82 of 244 ~ 33.61%
G 103 of 244 ~ 42.21%
B 59 of 244 ~ 24.18%

%33.61
%42.21
%24.18

CMYK color model

#52673B color CMYK value is (20,0,43,60).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 42.72%
  • key color value is 59.61%
CMYK:
(20,0,43,60)
C20M0Y43K60 
(20%,0%,43%,60%)
(0.20/0.00/0.43/0.60)	

CMYK percentages

%20.39
%0
%42.72
%59.61

Codes

Color #52673B in popluar color models

52673B
RGB8210359
HSL89°27.16%31.76%
HSB/HSV89°42.72%40.39%
CMYK20.39%0.00%42.72%
59.61%

Color #52673B in popluar number systems.

HEX52673B
Decimal8210359
Binary10100101100111111011
Octal12214773

Shades and tints

Shades of #52673B

#52673B
(82,103,59)
#4B5E36
(75,94,54)
#445531
(68,85,49)
#3D4C2C
(61,76,44)
#364327
(54,67,39)
#2F3A22
(47,58,34)
#28311D
(40,49,29)
#212818
(33,40,24)
#1A1F13
(26,31,19)
#13160E
(19,22,14)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #52673B

#52673B
(82,103,59)
#61744C
(97,116,76)
#70815D
(112,129,93)
#7F8E6E
(127,142,110)
#8E9B7F
(142,155,127)
#9DA890
(157,168,144)
#ACB5A1
(172,181,161)
#BBC2B2
(187,194,178)
#CACFC3
(202,207,195)
#D9DCD4
(217,220,212)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52673B; }

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

This text font color is #52673B.


Background Color

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

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

This div background color is #52673B.


Border color

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

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

This div border color is #52673B.


Opacity

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

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

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

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

This text has shadow with #52673B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52673B on black background.


Color preview on white background

This text has color #52673B on white background.



Black color preview on #52673B background

This text has black color on #52673B background.


White color preview on #52673B background

This text has white color on #52673B background.