COLOR #849075

HEX: #849075
RGB: (132,144,117)

Color info

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

RGB color model

#849075 color RGB value is (132,144,117).

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

RGB channels and saturation

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

132
144
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 144 + 117 = 393 (100%)
R 132 of 393 ~ 33.59%
G 144 of 393 ~ 36.64%
B 117 of 393 ~ 29.77%

%33.59
%36.64
%29.77

CMYK color model

#849075 color CMYK value is (8,0,19,44).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 43.53%
CMYK:
(8,0,19,44)
C8M0Y19K44 
(8%,0%,19%,44%)
(0.08/0.00/0.19/0.44)	

CMYK percentages

%8.33
%0
%18.75
%43.53

Codes

Color #849075 in popluar color models

849075
RGB132144117
HSL87°10.84%51.18%
HSB/HSV87°18.75%56.47%
CMYK8.33%0.00%18.75%
43.53%

Color #849075 in popluar number systems.

HEX849075
Decimal132144117
Binary10000100100100001110101
Octal204220165

Shades and tints

Shades of #849075

#849075
(132,144,117)
#78836B
(120,131,107)
#6C7661
(108,118,97)
#606957
(96,105,87)
#545C4D
(84,92,77)
#484F43
(72,79,67)
#3C4239
(60,66,57)
#30352F
(48,53,47)
#242825
(36,40,37)
#181B1B
(24,27,27)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #849075

#849075
(132,144,117)
#8F9A81
(143,154,129)
#9AA48D
(154,164,141)
#A5AE99
(165,174,153)
#B0B8A5
(176,184,165)
#BBC2B1
(187,194,177)
#C6CCBD
(198,204,189)
#D1D6C9
(209,214,201)
#DCE0D5
(220,224,213)
#E7EAE1
(231,234,225)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849075; }

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

This text font color is #849075.


Background Color

.myBgColor { background-color: #849075; }

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

This div background color is #849075.


Border color

.myBorderColor { border: 1px solid #849075; }

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

This div border color is #849075.


Opacity

.myOpacity80 { color: #849075; opacity: 0.8; }

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

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

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

This text has shadow with #849075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849075 on black background.


Color preview on white background

This text has color #849075 on white background.



Black color preview on #849075 background

This text has black color on #849075 background.


White color preview on #849075 background

This text has white color on #849075 background.