COLOR #846362

HEX: #846362
RGB: (132,99,98)

Color info

#846362 contains red, green and blue colors in about the same proportion. Web safe color of #846362 is #996666 (or #966).

RGB color model

#846362 color RGB value is (132,99,98).

  • red value is 132;
  • green value is 99;
  • blue value is 98.
RGB:
(132,99,98)
(52%,39%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 99 of 255 = 39%
B 98 of 255 = 38%

132
99
98

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

Portions of RGB colors in percentages

R + G + B =
132 + 99 + 98 = 329 (100%)
R 132 of 329 ~ 40.12%
G 99 of 329 ~ 30.09%
B 98 of 329 ~ 29.79%

%40.12
%30.09
%29.79

CMYK color model

#846362 color CMYK value is (0,25,26,48).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 25.76%
  • key color value is 48.24%
CMYK:
(0,25,26,48)
C0M25Y26K48 
(0%,25%,26%,48%)
(0.00/0.25/0.26/0.48)	

CMYK percentages

%0
%25
%25.76
%48.24

Codes

Color #846362 in popluar color models

846362
RGB1329998
HSL14.78%45.10%
HSB/HSV25.76%51.76%
CMYK0.00%25.00%25.76%
48.24%

Color #846362 in popluar number systems.

HEX846362
Decimal1329998
Binary1000010011000111100010
Octal204143142

Shades and tints

Shades of #846362

#846362
(132,99,98)
#785A5A
(120,90,90)
#6C5152
(108,81,82)
#60484A
(96,72,74)
#543F42
(84,63,66)
#48363A
(72,54,58)
#3C2D32
(60,45,50)
#30242A
(48,36,42)
#241B22
(36,27,34)
#18121A
(24,18,26)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #846362

#846362
(132,99,98)
#8F7170
(143,113,112)
#9A7F7E
(154,127,126)
#A58D8C
(165,141,140)
#B09B9A
(176,155,154)
#BBA9A8
(187,169,168)
#C6B7B6
(198,183,182)
#D1C5C4
(209,197,196)
#DCD3D2
(220,211,210)
#E7E1E0
(231,225,224)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846362 color. Also use rgb(132,99,98) instead hex code.

Text Font Color

.myTextColor { color: #846362; }

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

This text font color is #846362.


Background Color

.myBgColor { background-color: #846362; }

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

This div background color is #846362.


Border color

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

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

This div border color is #846362.


Opacity

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

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

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

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

This text has shadow with #846362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846362 on black background.


Color preview on white background

This text has color #846362 on white background.



Black color preview on #846362 background

This text has black color on #846362 background.


White color preview on #846362 background

This text has white color on #846362 background.