COLOR #846565

HEX: #846565
RGB: (132,101,101)

Color info

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

RGB color model

#846565 color RGB value is (132,101,101).

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

RGB channels and saturation

R 132 of 255 = 52%
G 101 of 255 = 40%
B 101 of 255 = 40%

132
101
101

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

Portions of RGB colors in percentages

R + G + B =
132 + 101 + 101 = 334 (100%)
R 132 of 334 ~ 39.52%
G 101 of 334 ~ 30.24%
B 101 of 334 ~ 30.24%

%39.52
%30.24
%30.24

CMYK color model

#846565 color CMYK value is (0,23,23,48).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 23.48%
  • key color value is 48.24%
CMYK:
(0,23,23,48)
C0M23Y23K48 
(0%,23%,23%,48%)
(0.00/0.23/0.23/0.48)	

CMYK percentages

%0
%23.48
%23.48
%48.24

Codes

Color #846565 in popluar color models

846565
RGB132101101
HSL13.30%45.69%
HSB/HSV23.48%51.76%
CMYK0.00%23.48%23.48%
48.24%

Color #846565 in popluar number systems.

HEX846565
Decimal132101101
Binary1000010011001011100101
Octal204145145

Shades and tints

Shades of #846565

#846565
(132,101,101)
#785C5C
(120,92,92)
#6C5353
(108,83,83)
#604A4A
(96,74,74)
#544141
(84,65,65)
#483838
(72,56,56)
#3C2F2F
(60,47,47)
#302626
(48,38,38)
#241D1D
(36,29,29)
#181414
(24,20,20)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #846565

#846565
(132,101,101)
#8F7373
(143,115,115)
#9A8181
(154,129,129)
#A58F8F
(165,143,143)
#B09D9D
(176,157,157)
#BBABAB
(187,171,171)
#C6B9B9
(198,185,185)
#D1C7C7
(209,199,199)
#DCD5D5
(220,213,213)
#E7E3E3
(231,227,227)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846565; }

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

This text font color is #846565.


Background Color

.myBgColor { background-color: #846565; }

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

This div background color is #846565.


Border color

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

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

This div border color is #846565.


Opacity

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

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

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

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

This text has shadow with #846565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846565 on black background.


Color preview on white background

This text has color #846565 on white background.



Black color preview on #846565 background

This text has black color on #846565 background.


White color preview on #846565 background

This text has white color on #846565 background.