COLOR #84615D

HEX: #84615D RGB: (132,97,93)

Color info

#84615D contains red, green and blue colors in about the same proportion. Web safe color of #84615D is #996666 (or #966).

RGB color model

#84615D color RGB value is (132,97,93).

RGB: (132,97,93) (52%, 38%, 36%)

RGB channels and saturation

R 132 of 255 = 52%
G 97 of 255 = 38%
B 93 of 255 = 36%

132
97
93

R + G + B ~ 42%. #84615D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 97 + 93 = 322 (100%)
R 132 of 322 ~ 40.99%
G 97 of 322 ~ 30.12%
B 93 of 322 ~ 28.88'%

%40.99
%30.12
%28.88

CMYK color model

#84615D color CMYK value is (0,27,30,48).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK: (0,27,30,48) C0M27Y30K48 (0%,27%,30%,48%) (0.00/0.27/0.30/0.48) 

CMYK percentages

%0
%26.52
%29.55
%48.24

Codes

Color #84615D in popluar color models

84 61 5D
RGB 132 97 93
HSL 17.33% 44.12%
HSB/HSV 29.55% 51.76%
CMYK 0.00% 26.52% 29.55%
48.24%

Color #84615D in popluar number systems.

HEX 84 61 5D
Decimal 132 97 93
Binary 10000100 1100001 1011101
Octal 204 141 135

Shades and tints

Shades of #84615D

#84615D
(132,97,93)
#785955
(120,89,85)
#6C514D
(108,81,77)
#604945
(96,73,69)
#54413D
(84,65,61)
#483935
(72,57,53)
#3C312D
(60,49,45)
#302925
(48,41,37)
#24211D
(36,33,29)
#181915
(24,25,21)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #84615D

#84615D
(132,97,93)
#8F6F6B
(143,111,107)
#9A7D79
(154,125,121)
#A58B87
(165,139,135)
#B09995
(176,153,149)
#BBA7A3
(187,167,163)
#C6B5B1
(198,181,177)
#D1C3BF
(209,195,191)
#DCD1CD
(220,209,205)
#E7DFDB
(231,223,219)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84615D color. Also use rgb(132,97,93) instead hex code.

Text Font Color

.myTextColor { color: #84615D; }

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

This text font color is #84615D.

Background Color

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

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

This div background color is #84615D.

Border color

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

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

This div border color is #84615D.

Opacity

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

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

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

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

This text has shadow with #84615D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84615D.

Preview

Color preview on black background

This text has color #84615D on black background.


Color preview on white background

This text has color #84615D on white background.


Black color preview on #84615D background

This text has black color on #84615D background.


White color preview on #84615D background

This text has white color on #84615D background.


Related colors

Complementary color

Complementary color for #hex is #7B9EA2.


I love getcolorcode.com

Triadic colors

1 #5D8461 and #615D84 with #84615D are triadic colors.

2 #5D6184 and #61845D with #84615D are triadic colors.