COLOR #848565

HEX: #848565 RGB: (132,133,101)

Color info

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

RGB color model

#848565 color RGB value is (132,133,101).

RGB: (132,133,101) (52%, 52%, 40%)

RGB channels and saturation

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

132
133
101

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

Portions of RGB colors in percentages

R + G + B = 132 + 133 + 101 = 366 (100%)
R 132 of 366 ~ 36.07%
G 133 of 366 ~ 36.34%
B 101 of 366 ~ 27.6'%

%36.07
%36.34
%27.6

CMYK color model

#848565 color CMYK value is (1,0,24,48).

  • cyan value is 0.75%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%

CMYK: (1,0,24,48)
C1M0Y24K48 (1%, 0%, 24%, 48%)
(0.01 / 0.00 / 0.24 / 0.48)

CMYK percentages

%0.75
%0
%24.06
%47.84

Codes

Color #848565 in popluar color models

84 85 65
RGB 132 133 101
HSL 62° 13.68% 45.88%
HSB/HSV 62° 24.06% 52.16%
CMYK 0.75% 0.00% 24.06%
47.84%

Color #848565 in popluar number systems.

HEX 84 85 65
Decimal 132 133 101
Binary 10000100 10000101 1100101
Octal 204 205 145

Shades and tints

Shades of #848565

#848565
(132,133,101)
#78795C
(120,121,92)
#6C6D53
(108,109,83)
#60614A
(96,97,74)
#545541
(84,85,65)
#484938
(72,73,56)
#3C3D2F
(60,61,47)
#303126
(48,49,38)
#24251D
(36,37,29)
#181914
(24,25,20)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #848565

#848565
(132,133,101)
#8F9073
(143,144,115)
#9A9B81
(154,155,129)
#A5A68F
(165,166,143)
#B0B19D
(176,177,157)
#BBBCAB
(187,188,171)
#C6C7B9
(198,199,185)
#D1D2C7
(209,210,199)
#DCDDD5
(220,221,213)
#E7E8E3
(231,232,227)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848565; }

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

This text font color is #848565.

Background Color

.myBgColor { background-color: #848565; }

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

This div background color is #848565.

Border color

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

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

This div border color is #848565.

Opacity

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

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

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

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

This text has shadow with #848565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848565.

Preview

Color preview on black background

This text has color #848565 on black background.


Color preview on white background

This text has color #848565 on white background.


Black color preview on #848565 background

This text has black color on #848565 background.


White color preview on #848565 background

This text has white color on #848565 background.


Related colors

Complementary color

Complementary color for #hex is #7B7A9A.


I love getcolorcode.com

Triadic colors

1 #658485 and #856584 with #848565 are triadic colors.

2 #658584 and #858465 with #848565 are triadic colors.