COLOR #848367

HEX: #848367
RGB: (132,131,103)

Color info

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

RGB color model

#848367 color RGB value is (132,131,103).

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

RGB channels and saturation

R 132 of 255 = 52%
G 131 of 255 = 51%
B 103 of 255 = 40%

132
131
103

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

Portions of RGB colors in percentages

R + G + B =
132 + 131 + 103 = 366 (100%)
R 132 of 366 ~ 36.07%
G 131 of 366 ~ 35.79%
B 103 of 366 ~ 28.14%

%36.07
%35.79
%28.14

CMYK color model

#848367 color CMYK value is (0,1,22,48).

  • cyan value is 0.00%
  • magenta value is 0.76%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(0,1,22,48)
C0M1Y22K48 
(0%,1%,22%,48%)
(0.00/0.01/0.22/0.48)	

CMYK percentages

%0
%0.76
%21.97
%48.24

Codes

Color #848367 in popluar color models

848367
RGB132131103
HSL58°12.34%46.08%
HSB/HSV58°21.97%51.76%
CMYK0.00%0.76%21.97%
48.24%

Color #848367 in popluar number systems.

HEX848367
Decimal132131103
Binary10000100100000111100111
Octal204203147

Shades and tints

Shades of #848367

#848367
(132,131,103)
#78785E
(120,120,94)
#6C6D55
(108,109,85)
#60624C
(96,98,76)
#545743
(84,87,67)
#484C3A
(72,76,58)
#3C4131
(60,65,49)
#303628
(48,54,40)
#242B1F
(36,43,31)
#182016
(24,32,22)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #848367

#848367
(132,131,103)
#8F8E74
(143,142,116)
#9A9981
(154,153,129)
#A5A48E
(165,164,142)
#B0AF9B
(176,175,155)
#BBBAA8
(187,186,168)
#C6C5B5
(198,197,181)
#D1D0C2
(209,208,194)
#DCDBCF
(220,219,207)
#E7E6DC
(231,230,220)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848367; }

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

This text font color is #848367.


Background Color

.myBgColor { background-color: #848367; }

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

This div background color is #848367.


Border color

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

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

This div border color is #848367.


Opacity

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

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

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

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

This text has shadow with #848367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848367 on black background.


Color preview on white background

This text has color #848367 on white background.



Black color preview on #848367 background

This text has black color on #848367 background.


White color preview on #848367 background

This text has white color on #848367 background.