COLOR #84925D

HEX: #84925D
RGB: (132,146,93)

Color info

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

RGB color model

#84925D color RGB value is (132,146,93).

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

RGB channels and saturation

R 132 of 255 = 52%
G 146 of 255 = 57%
B 93 of 255 = 36%

132
146
93

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

Portions of RGB colors in percentages

R + G + B =
132 + 146 + 93 = 371 (100%)
R 132 of 371 ~ 35.58%
G 146 of 371 ~ 39.35%
B 93 of 371 ~ 25.07%

%35.58
%39.35
%25.07

CMYK color model

#84925D color CMYK value is (10,0,36,43).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 36.30%
  • key color value is 42.75%
CMYK:
(10,0,36,43)
C10M0Y36K43 
(10%,0%,36%,43%)
(0.10/0.00/0.36/0.43)	

CMYK percentages

%9.59
%0
%36.3
%42.75

Codes

Color #84925D in popluar color models

84925D
RGB13214693
HSL76°22.18%46.86%
HSB/HSV76°36.30%57.25%
CMYK9.59%0.00%36.30%
42.75%

Color #84925D in popluar number systems.

HEX84925D
Decimal13214693
Binary10000100100100101011101
Octal204222135

Shades and tints

Shades of #84925D

#84925D
(132,146,93)
#788555
(120,133,85)
#6C784D
(108,120,77)
#606B45
(96,107,69)
#545E3D
(84,94,61)
#485135
(72,81,53)
#3C442D
(60,68,45)
#303725
(48,55,37)
#242A1D
(36,42,29)
#181D15
(24,29,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #84925D

#84925D
(132,146,93)
#8F9B6B
(143,155,107)
#9AA479
(154,164,121)
#A5AD87
(165,173,135)
#B0B695
(176,182,149)
#BBBFA3
(187,191,163)
#C6C8B1
(198,200,177)
#D1D1BF
(209,209,191)
#DCDACD
(220,218,205)
#E7E3DB
(231,227,219)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84925D; }

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

This text font color is #84925D.


Background Color

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

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

This div background color is #84925D.


Border color

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

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

This div border color is #84925D.


Opacity

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

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

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

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

This text has shadow with #84925D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84925D on black background.


Color preview on white background

This text has color #84925D on white background.



Black color preview on #84925D background

This text has black color on #84925D background.


White color preview on #84925D background

This text has white color on #84925D background.