COLOR #848F75

HEX: #848F75
RGB: (132,143,117)

Color info

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

RGB color model

#848F75 color RGB value is (132,143,117).

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

RGB channels and saturation

R 132 of 255 = 52%
G 143 of 255 = 56%
B 117 of 255 = 46%

132
143
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 143 + 117 = 392 (100%)
R 132 of 392 ~ 33.67%
G 143 of 392 ~ 36.48%
B 117 of 392 ~ 29.85%

%33.67
%36.48
%29.85

CMYK color model

#848F75 color CMYK value is (8,0,18,44).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 43.92%
CMYK:
(8,0,18,44)
C8M0Y18K44 
(8%,0%,18%,44%)
(0.08/0.00/0.18/0.44)	

CMYK percentages

%7.69
%0
%18.18
%43.92

Codes

Color #848F75 in popluar color models

848F75
RGB132143117
HSL85°10.40%50.98%
HSB/HSV85°18.18%56.08%
CMYK7.69%0.00%18.18%
43.92%

Color #848F75 in popluar number systems.

HEX848F75
Decimal132143117
Binary10000100100011111110101
Octal204217165

Shades and tints

Shades of #848F75

#848F75
(132,143,117)
#78826B
(120,130,107)
#6C7561
(108,117,97)
#606857
(96,104,87)
#545B4D
(84,91,77)
#484E43
(72,78,67)
#3C4139
(60,65,57)
#30342F
(48,52,47)
#242725
(36,39,37)
#181A1B
(24,26,27)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #848F75

#848F75
(132,143,117)
#8F9981
(143,153,129)
#9AA38D
(154,163,141)
#A5AD99
(165,173,153)
#B0B7A5
(176,183,165)
#BBC1B1
(187,193,177)
#C6CBBD
(198,203,189)
#D1D5C9
(209,213,201)
#DCDFD5
(220,223,213)
#E7E9E1
(231,233,225)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848F75; }

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

This text font color is #848F75.


Background Color

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

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

This div background color is #848F75.


Border color

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

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

This div border color is #848F75.


Opacity

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

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

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

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

This text has shadow with #848F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848F75 on black background.


Color preview on white background

This text has color #848F75 on white background.



Black color preview on #848F75 background

This text has black color on #848F75 background.


White color preview on #848F75 background

This text has white color on #848F75 background.