COLOR #52672D

HEX: #52672D RGB: (82,103,45)

Color info

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

RGB color model

#52672D color RGB value is (82,103,45).

RGB: (82,103,45) (32%, 40%, 18%)

RGB channels and saturation

R 82 of 255 = 32%
G 103 of 255 = 40%
B 45 of 255 = 18%

82
103
45

R + G + B ~ 30%. #52672D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 103 + 45 = 230 (100%)
R 82 of 230 ~ 35.65%
G 103 of 230 ~ 44.78%
B 45 of 230 ~ 19.57'%

%35.65
%44.78
%19.57

CMYK color model

#52672D color CMYK value is (20,0,56,60).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 56.31%
  • key color value is 59.61%

CMYK: (20,0,56,60)
C20M0Y56K60 (20%, 0%, 56%, 60%)
(0.20 / 0.00 / 0.56 / 0.60)

CMYK percentages

%20.39
%0
%56.31
%59.61

Codes

Color #52672D in popluar color models

52 67 2D
RGB 82 103 45
HSL 82° 39.19% 29.02%
HSB/HSV 82° 56.31% 40.39%
CMYK 20.39% 0.00% 56.31%
59.61%

Color #52672D in popluar number systems.

HEX 52 67 2D
Decimal 82 103 45
Binary 1010010 1100111 101101
Octal 122 147 55

Shades and tints

Shades of #52672D

#52672D
(82,103,45)
#4B5E29
(75,94,41)
#445525
(68,85,37)
#3D4C21
(61,76,33)
#36431D
(54,67,29)
#2F3A19
(47,58,25)
#283115
(40,49,21)
#212811
(33,40,17)
#1A1F0D
(26,31,13)
#131609
(19,22,9)
#0C0D05
(12,13,5)
#000000
(0,0,0)

Tints of #52672D

#52672D
(82,103,45)
#617440
(97,116,64)
#708153
(112,129,83)
#7F8E66
(127,142,102)
#8E9B79
(142,155,121)
#9DA88C
(157,168,140)
#ACB59F
(172,181,159)
#BBC2B2
(187,194,178)
#CACFC5
(202,207,197)
#D9DCD8
(217,220,216)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52672D color. Also use rgb(82,103,45) instead hex code.

Text Font Color

.myTextColor { color: #52672D; }

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

This text font color is #52672D.

Background Color

.myBgColor { background-color: #52672D; }

<div style="background-color:#52672D">Inner text</div>

This div background color is #52672D.

Border color

.myBorderColor { border: 1px solid #52672D; }

<div style="border:3px solid #52672D">Div</div>

This div border color is #52672D.

Opacity

.myOpacity80 { color: #52672D; opacity: 0.8; }

<p style="color:#52672D;opacity:0.8;">80%</p>

Text with #52672D 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 #52672D;}

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

This text has shadow with #52672D color.


.textShadow {text-shadow: 3px 3px 1px #52672D', 3px 3px 1px red;}

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

This text has shadow with #52672D primary color and red secondary color.


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

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

This text has shadow with #52672D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52672D; -webkit-box-shadow: 1px 1px 3px 2px #52672D; box-shadow:1px 1px 3px 2px #52672D;">
Div content here
</div>

This div box has shadow with color #52672D.

Preview

Color preview on black background

This text has color #52672D on black background.


Color preview on white background

This text has color #52672D on white background.


Black color preview on #52672D background

This text has black color on #52672D background.


White color preview on #52672D background

This text has white color on #52672D background.


Related colors

Complementary color

Complementary color for #hex is #AD98D2.


I love getcolorcode.com

Triadic colors

1 #2D5267 and #672D52 with #52672D are triadic colors.

2 #2D6752 and #67522D with #52672D are triadic colors.