COLOR #84935A

HEX: #84935A
RGB: (132,147,90)

Color info

#84935A contains red, green and blue colors in about the same proportion. Web safe color of #84935A is #999966 (or #996).

RGB color model

#84935A color RGB value is (132,147,90).

  • red value is 132;
  • green value is 147;
  • blue value is 90.
RGB:
(132,147,90)
(52%,58%,35%)

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 90 of 255 = 35%

132
147
90

R + G + B ~ 48%. #84935A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 90 = 369 (100%)
R 132 of 369 ~ 35.77%
G 147 of 369 ~ 39.84%
B 90 of 369 ~ 24.39%

%35.77
%39.84
%24.39

CMYK color model

#84935A color CMYK value is (10,0,39,42).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 38.78%
  • key color value is 42.35%
CMYK:
(10,0,39,42)
C10M0Y39K42 
(10%,0%,39%,42%)
(0.10/0.00/0.39/0.42)	

CMYK percentages

%10.2
%0
%38.78
%42.35

Codes

Color #84935A in popluar color models

84935A
RGB13214790
HSL76°24.05%46.47%
HSB/HSV76°38.78%57.65%
CMYK10.20%0.00%38.78%
42.35%

Color #84935A in popluar number systems.

HEX84935A
Decimal13214790
Binary10000100100100111011010
Octal204223132

Shades and tints

Shades of #84935A

#84935A
(132,147,90)
#788652
(120,134,82)
#6C794A
(108,121,74)
#606C42
(96,108,66)
#545F3A
(84,95,58)
#485232
(72,82,50)
#3C452A
(60,69,42)
#303822
(48,56,34)
#242B1A
(36,43,26)
#181E12
(24,30,18)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #84935A

#84935A
(132,147,90)
#8F9C69
(143,156,105)
#9AA578
(154,165,120)
#A5AE87
(165,174,135)
#B0B796
(176,183,150)
#BBC0A5
(187,192,165)
#C6C9B4
(198,201,180)
#D1D2C3
(209,210,195)
#DCDBD2
(220,219,210)
#E7E4E1
(231,228,225)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84935A color. Also use rgb(132,147,90) instead hex code.

Text Font Color

.myTextColor { color: #84935A; }

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

This text font color is #84935A.


Background Color

.myBgColor { background-color: #84935A; }

<div style="background-color:#84935A">Inner text</div>

This div background color is #84935A.


Border color

.myBorderColor { border: 1px solid #84935A; }

<div style="border:3px solid #84935A">Div</div>

This div border color is #84935A.


Opacity

.myOpacity80 { color: #84935A; opacity: 0.8; }

<p style="color:#84935A;opacity:0.8;">80%</p>

Text with #84935A 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 #84935A;}

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

This text has shadow with #84935A color.

.textShadow {text-shadow: 3px 3px 1px #84935A, 3px 3px 1px red;}

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

This text has shadow with #84935A primary color and red secondary color.


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

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

This text has shadow with #84935A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84935A on black background.


Color preview on white background

This text has color #84935A on white background.



Black color preview on #84935A background

This text has black color on #84935A background.


White color preview on #84935A background

This text has white color on #84935A background.