COLOR #848767

HEX: #848767
RGB: (132,135,103)

Color info

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

RGB color model

#848767 color RGB value is (132,135,103).

  • red value is 132;
  • green value is 135;
  • blue value is 103.
RGB:
(132,135,103)
(52%,53%,40%)

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 103 of 255 = 40%

132
135
103

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

Portions of RGB colors in percentages

R + G + B =
132 + 135 + 103 = 370 (100%)
R 132 of 370 ~ 35.68%
G 135 of 370 ~ 36.49%
B 103 of 370 ~ 27.84%

%35.68
%36.49
%27.84

CMYK color model

#848767 color CMYK value is (2,0,24,47).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(2,0,24,47)
C2M0Y24K47 
(2%,0%,24%,47%)
(0.02/0.00/0.24/0.47)	

CMYK percentages

%2.22
%0
%23.7
%47.06

Codes

Color #848767 in popluar color models

848767
RGB132135103
HSL66°13.45%46.67%
HSB/HSV66°23.70%52.94%
CMYK2.22%0.00%23.70%
47.06%

Color #848767 in popluar number systems.

HEX848767
Decimal132135103
Binary10000100100001111100111
Octal204207147

Shades and tints

Shades of #848767

#848767
(132,135,103)
#787B5E
(120,123,94)
#6C6F55
(108,111,85)
#60634C
(96,99,76)
#545743
(84,87,67)
#484B3A
(72,75,58)
#3C3F31
(60,63,49)
#303328
(48,51,40)
#24271F
(36,39,31)
#181B16
(24,27,22)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #848767

#848767
(132,135,103)
#8F9174
(143,145,116)
#9A9B81
(154,155,129)
#A5A58E
(165,165,142)
#B0AF9B
(176,175,155)
#BBB9A8
(187,185,168)
#C6C3B5
(198,195,181)
#D1CDC2
(209,205,194)
#DCD7CF
(220,215,207)
#E7E1DC
(231,225,220)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848767 color. Also use rgb(132,135,103) instead hex code.

Text Font Color

.myTextColor { color: #848767; }

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

This text font color is #848767.


Background Color

.myBgColor { background-color: #848767; }

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

This div background color is #848767.


Border color

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

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

This div border color is #848767.


Opacity

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

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

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

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

This text has shadow with #848767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848767 on black background.


Color preview on white background

This text has color #848767 on white background.



Black color preview on #848767 background

This text has black color on #848767 background.


White color preview on #848767 background

This text has white color on #848767 background.