COLOR #846758

HEX: #846758
RGB: (132,103,88)

Color info

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

RGB color model

#846758 color RGB value is (132,103,88).

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

RGB channels and saturation

R 132 of 255 = 52%
G 103 of 255 = 40%
B 88 of 255 = 35%

132
103
88

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

Portions of RGB colors in percentages

R + G + B =
132 + 103 + 88 = 323 (100%)
R 132 of 323 ~ 40.87%
G 103 of 323 ~ 31.89%
B 88 of 323 ~ 27.24%

%40.87
%31.89
%27.24

CMYK color model

#846758 color CMYK value is (0,22,33,48).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 33.33%
  • key color value is 48.24%
CMYK:
(0,22,33,48)
C0M22Y33K48 
(0%,22%,33%,48%)
(0.00/0.22/0.33/0.48)	

CMYK percentages

%0
%21.97
%33.33
%48.24

Codes

Color #846758 in popluar color models

846758
RGB13210388
HSL20°20.00%43.14%
HSB/HSV20°33.33%51.76%
CMYK0.00%21.97%33.33%
48.24%

Color #846758 in popluar number systems.

HEX846758
Decimal13210388
Binary1000010011001111011000
Octal204147130

Shades and tints

Shades of #846758

#846758
(132,103,88)
#785E50
(120,94,80)
#6C5548
(108,85,72)
#604C40
(96,76,64)
#544338
(84,67,56)
#483A30
(72,58,48)
#3C3128
(60,49,40)
#302820
(48,40,32)
#241F18
(36,31,24)
#181610
(24,22,16)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #846758

#846758
(132,103,88)
#8F7467
(143,116,103)
#9A8176
(154,129,118)
#A58E85
(165,142,133)
#B09B94
(176,155,148)
#BBA8A3
(187,168,163)
#C6B5B2
(198,181,178)
#D1C2C1
(209,194,193)
#DCCFD0
(220,207,208)
#E7DCDF
(231,220,223)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846758; }

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

This text font color is #846758.


Background Color

.myBgColor { background-color: #846758; }

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

This div background color is #846758.


Border color

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

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

This div border color is #846758.


Opacity

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

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

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

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

This text has shadow with #846758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846758 on black background.


Color preview on white background

This text has color #846758 on white background.



Black color preview on #846758 background

This text has black color on #846758 background.


White color preview on #846758 background

This text has white color on #846758 background.