COLOR #84938F

HEX: #84938F
RGB: (132,147,143)

Color info

#84938F contains red, green and blue colors in about the same proportion. Web safe color of #84938F is #999999 (or #999).

RGB color model

#84938F color RGB value is (132,147,143).

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

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 143 of 255 = 56%

132
147
143

R + G + B ~ 55%. #84938F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 143 = 422 (100%)
R 132 of 422 ~ 31.28%
G 147 of 422 ~ 34.83%
B 143 of 422 ~ 33.89%

%31.28
%34.83
%33.89

CMYK color model

#84938F color CMYK value is (10,0,3,42).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 2.72%
  • key color value is 42.35%
CMYK:
(10,0,3,42)
C10M0Y3K42 
(10%,0%,3%,42%)
(0.10/0.00/0.03/0.42)	

CMYK percentages

%10.2
%0
%2.72
%42.35

Codes

Color #84938F in popluar color models

84938F
RGB132147143
HSL164°6.49%54.71%
HSB/HSV164°10.20%57.65%
CMYK10.20%0.00%2.72%
42.35%

Color #84938F in popluar number systems.

HEX84938F
Decimal132147143
Binary100001001001001110001111
Octal204223217

Shades and tints

Shades of #84938F

#84938F
(132,147,143)
#788682
(120,134,130)
#6C7975
(108,121,117)
#606C68
(96,108,104)
#545F5B
(84,95,91)
#48524E
(72,82,78)
#3C4541
(60,69,65)
#303834
(48,56,52)
#242B27
(36,43,39)
#181E1A
(24,30,26)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #84938F

#84938F
(132,147,143)
#8F9C99
(143,156,153)
#9AA5A3
(154,165,163)
#A5AEAD
(165,174,173)
#B0B7B7
(176,183,183)
#BBC0C1
(187,192,193)
#C6C9CB
(198,201,203)
#D1D2D5
(209,210,213)
#DCDBDF
(220,219,223)
#E7E4E9
(231,228,233)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84938F color. Also use rgb(132,147,143) instead hex code.

Text Font Color

.myTextColor { color: #84938F; }

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

This text font color is #84938F.


Background Color

.myBgColor { background-color: #84938F; }

<div style="background-color:#84938F">Inner text</div>

This div background color is #84938F.


Border color

.myBorderColor { border: 1px solid #84938F; }

<div style="border:3px solid #84938F">Div</div>

This div border color is #84938F.


Opacity

.myOpacity80 { color: #84938F; opacity: 0.8; }

<p style="color:#84938F;opacity:0.8;">80%</p>

Text with #84938F 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 #84938F;}

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

This text has shadow with #84938F color.

.textShadow {text-shadow: 3px 3px 1px #84938F, 3px 3px 1px red;}

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

This text has shadow with #84938F primary color and red secondary color.


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

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

This text has shadow with #84938F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84938F on black background.


Color preview on white background

This text has color #84938F on white background.



Black color preview on #84938F background

This text has black color on #84938F background.


White color preview on #84938F background

This text has white color on #84938F background.