COLOR #84752D

HEX: #84752D RGB: (132,117,45)

Color info

#84752D contains mainly red and green colors. Web safe color of #84752D is #996633 (or #963).

RGB color model

#84752D color RGB value is (132,117,45).

RGB: (132,117,45) (52%, 46%, 18%)

RGB channels and saturation

R 132 of 255 = 52%
G 117 of 255 = 46%
B 45 of 255 = 18%

132
117
45

R + G + B ~ 39%. #84752D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 117 + 45 = 294 (100%)
R 132 of 294 ~ 44.9%
G 117 of 294 ~ 39.8%
B 45 of 294 ~ 15.31'%

%44.9
%39.8
%15.31

CMYK color model

#84752D color CMYK value is (0,11,66,48).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 65.91%
  • key color value is 48.24%

CMYK: (0,11,66,48)
C0M11Y66K48 (0%, 11%, 66%, 48%)
(0.00 / 0.11 / 0.66 / 0.48)

CMYK percentages

%0
%11.36
%65.91
%48.24

Codes

Color #84752D in popluar color models

84 75 2D
RGB 132 117 45
HSL 50° 49.15% 34.71%
HSB/HSV 50° 65.91% 51.76%
CMYK 0.00% 11.36% 65.91%
48.24%

Color #84752D in popluar number systems.

HEX 84 75 2D
Decimal 132 117 45
Binary 10000100 1110101 101101
Octal 204 165 55

Shades and tints

Shades of #84752D

#84752D
(132,117,45)
#786B29
(120,107,41)
#6C6125
(108,97,37)
#605721
(96,87,33)
#544D1D
(84,77,29)
#484319
(72,67,25)
#3C3915
(60,57,21)
#302F11
(48,47,17)
#24250D
(36,37,13)
#181B09
(24,27,9)
#0C1105
(12,17,5)
#000000
(0,0,0)

Tints of #84752D

#84752D
(132,117,45)
#8F8140
(143,129,64)
#9A8D53
(154,141,83)
#A59966
(165,153,102)
#B0A579
(176,165,121)
#BBB18C
(187,177,140)
#C6BD9F
(198,189,159)
#D1C9B2
(209,201,178)
#DCD5C5
(220,213,197)
#E7E1D8
(231,225,216)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84752D color. Also use rgb(132,117,45) instead hex code.

Text Font Color

.myTextColor { color: #84752D; }

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

This text font color is #84752D.

Background Color

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

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

This div background color is #84752D.

Border color

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

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

This div border color is #84752D.

Opacity

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

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

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

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

This text has shadow with #84752D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84752D.

Preview

Color preview on black background

This text has color #84752D on black background.


Color preview on white background

This text has color #84752D on white background.


Black color preview on #84752D background

This text has black color on #84752D background.


White color preview on #84752D background

This text has white color on #84752D background.


Related colors

Complementary color

Complementary color for #hex is #7B8AD2.


I love getcolorcode.com

Triadic colors

1 #2D8475 and #752D84 with #84752D are triadic colors.

2 #2D7584 and #75842D with #84752D are triadic colors.