COLOR #849F81

HEX: #849F81
RGB: (132,159,129)

Color info

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

RGB color model

#849F81 color RGB value is (132,159,129).

  • red value is 132;
  • green value is 159;
  • blue value is 129.
RGB:
(132,159,129)
(52%,62%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 159 of 255 = 62%
B 129 of 255 = 51%

132
159
129

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

Portions of RGB colors in percentages

R + G + B =
132 + 159 + 129 = 420 (100%)
R 132 of 420 ~ 31.43%
G 159 of 420 ~ 37.86%
B 129 of 420 ~ 30.71%

%31.43
%37.86
%30.71

CMYK color model

#849F81 color CMYK value is (17,0,19,38).

  • cyan value is 16.98%
  • magenta value is 0.00%
  • yellow value is 18.87%
  • key color value is 37.65%
CMYK:
(17,0,19,38)
C17M0Y19K38 
(17%,0%,19%,38%)
(0.17/0.00/0.19/0.38)	

CMYK percentages

%16.98
%0
%18.87
%37.65

Codes

Color #849F81 in popluar color models

849F81
RGB132159129
HSL114°13.51%56.47%
HSB/HSV114°18.87%62.35%
CMYK16.98%0.00%18.87%
37.65%

Color #849F81 in popluar number systems.

HEX849F81
Decimal132159129
Binary100001001001111110000001
Octal204237201

Shades and tints

Shades of #849F81

#849F81
(132,159,129)
#789176
(120,145,118)
#6C836B
(108,131,107)
#607560
(96,117,96)
#546755
(84,103,85)
#48594A
(72,89,74)
#3C4B3F
(60,75,63)
#303D34
(48,61,52)
#242F29
(36,47,41)
#18211E
(24,33,30)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #849F81

#849F81
(132,159,129)
#8FA78C
(143,167,140)
#9AAF97
(154,175,151)
#A5B7A2
(165,183,162)
#B0BFAD
(176,191,173)
#BBC7B8
(187,199,184)
#C6CFC3
(198,207,195)
#D1D7CE
(209,215,206)
#DCDFD9
(220,223,217)
#E7E7E4
(231,231,228)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849F81 color. Also use rgb(132,159,129) instead hex code.

Text Font Color

.myTextColor { color: #849F81; }

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

This text font color is #849F81.


Background Color

.myBgColor { background-color: #849F81; }

<div style="background-color:#849F81">Inner text</div>

This div background color is #849F81.


Border color

.myBorderColor { border: 1px solid #849F81; }

<div style="border:3px solid #849F81">Div</div>

This div border color is #849F81.


Opacity

.myOpacity80 { color: #849F81; opacity: 0.8; }

<p style="color:#849F81;opacity:0.8;">80%</p>

Text with #849F81 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 #849F81;}

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

This text has shadow with #849F81 color.

.textShadow {text-shadow: 3px 3px 1px #849F81, 3px 3px 1px red;}

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

This text has shadow with #849F81 primary color and red secondary color.


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

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

This text has shadow with #849F81 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849F81 on black background.


Color preview on white background

This text has color #849F81 on white background.



Black color preview on #849F81 background

This text has black color on #849F81 background.


White color preview on #849F81 background

This text has white color on #849F81 background.