COLOR #84995D

HEX: #84995D
RGB: (132,153,93)

Color info

#84995D contains mainly red and green colors. Web safe color of #84995D is #999966 (or #996).

RGB color model

#84995D color RGB value is (132,153,93).

  • red value is 132;
  • green value is 153;
  • blue value is 93.
RGB:
(132,153,93)
(52%,60%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 93 of 255 = 36%

132
153
93

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 93 = 378 (100%)
R 132 of 378 ~ 34.92%
G 153 of 378 ~ 40.48%
B 93 of 378 ~ 24.6%

%34.92
%40.48
%24.6

CMYK color model

#84995D color CMYK value is (14,0,39,40).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 40.00%
CMYK:
(14,0,39,40)
C14M0Y39K40 
(14%,0%,39%,40%)
(0.14/0.00/0.39/0.40)	

CMYK percentages

%13.73
%0
%39.22
%40

Codes

Color #84995D in popluar color models

84995D
RGB13215393
HSL81°24.39%48.24%
HSB/HSV81°39.22%60.00%
CMYK13.73%0.00%39.22%
40.00%

Color #84995D in popluar number systems.

HEX84995D
Decimal13215393
Binary10000100100110011011101
Octal204231135

Shades and tints

Shades of #84995D

#84995D
(132,153,93)
#788C55
(120,140,85)
#6C7F4D
(108,127,77)
#607245
(96,114,69)
#54653D
(84,101,61)
#485835
(72,88,53)
#3C4B2D
(60,75,45)
#303E25
(48,62,37)
#24311D
(36,49,29)
#182415
(24,36,21)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #84995D

#84995D
(132,153,93)
#8FA26B
(143,162,107)
#9AAB79
(154,171,121)
#A5B487
(165,180,135)
#B0BD95
(176,189,149)
#BBC6A3
(187,198,163)
#C6CFB1
(198,207,177)
#D1D8BF
(209,216,191)
#DCE1CD
(220,225,205)
#E7EADB
(231,234,219)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84995D; }

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

This text font color is #84995D.


Background Color

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

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

This div background color is #84995D.


Border color

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

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

This div border color is #84995D.


Opacity

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

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

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

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

This text has shadow with #84995D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84995D on black background.


Color preview on white background

This text has color #84995D on white background.



Black color preview on #84995D background

This text has black color on #84995D background.


White color preview on #84995D background

This text has white color on #84995D background.