COLOR #848F81

HEX: #848F81 RGB: (132,143,129)

Color info

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

RGB color model

#848F81 color RGB value is (132,143,129).

RGB: (132,143,129) (52%, 56%, 51%)

RGB channels and saturation

R 132 of 255 = 52%
G 143 of 255 = 56%
B 129 of 255 = 51%

132
143
129

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

Portions of RGB colors in percentages

R + G + B = 132 + 143 + 129 = 404 (100%)
R 132 of 404 ~ 32.67%
G 143 of 404 ~ 35.4%
B 129 of 404 ~ 31.93'%

%32.67
%35.4
%31.93

CMYK color model

#848F81 color CMYK value is (8,0,10,44).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 43.92%

CMYK: (8,0,10,44)
C8M0Y10K44 (8%, 0%, 10%, 44%)
(0.08 / 0.00 / 0.10 / 0.44)

CMYK percentages

%7.69
%0
%9.79
%43.92

Codes

Color #848F81 in popluar color models

84 8F 81
RGB 132 143 129
HSL 107° 5.88% 53.33%
HSB/HSV 107° 9.79% 56.08%
CMYK 7.69% 0.00% 9.79%
43.92%

Color #848F81 in popluar number systems.

HEX 84 8F 81
Decimal 132 143 129
Binary 10000100 10001111 10000001
Octal 204 217 201

Shades and tints

Shades of #848F81

#848F81
(132,143,129)
#788276
(120,130,118)
#6C756B
(108,117,107)
#606860
(96,104,96)
#545B55
(84,91,85)
#484E4A
(72,78,74)
#3C413F
(60,65,63)
#303434
(48,52,52)
#242729
(36,39,41)
#181A1E
(24,26,30)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #848F81

#848F81
(132,143,129)
#8F998C
(143,153,140)
#9AA397
(154,163,151)
#A5ADA2
(165,173,162)
#B0B7AD
(176,183,173)
#BBC1B8
(187,193,184)
#C6CBC3
(198,203,195)
#D1D5CE
(209,213,206)
#DCDFD9
(220,223,217)
#E7E9E4
(231,233,228)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848F81; }

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

This text font color is #848F81.

Background Color

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

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

This div background color is #848F81.

Border color

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

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

This div border color is #848F81.

Opacity

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

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

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

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

This text has shadow with #848F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848F81.

Preview

Color preview on black background

This text has color #848F81 on black background.


Color preview on white background

This text has color #848F81 on white background.


Black color preview on #848F81 background

This text has black color on #848F81 background.


White color preview on #848F81 background

This text has white color on #848F81 background.


Related colors

Complementary color

Complementary color for #hex is #7B707E.


I love getcolorcode.com

Triadic colors

1 #81848F and #8F8184 with #848F81 are triadic colors.

2 #818F84 and #8F8481 with #848F81 are triadic colors.