COLOR #848465

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

132
132
101

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

Portions of RGB colors in percentages

R + G + B =
132 + 132 + 101 = 365 (100%)
R 132 of 365 ~ 36.16%
G 132 of 365 ~ 36.16%
B 101 of 365 ~ 27.67%

%36.16
%36.16
%27.67

CMYK color model

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

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

CMYK percentages

%0
%0
%23.48
%48.24

Codes

Color #848465 in popluar color models

848465
RGB132132101
HSL60°13.30%45.69%
HSB/HSV60°23.48%51.76%
CMYK0.00%0.00%23.48%
48.24%

Color #848465 in popluar number systems.

HEX848465
Decimal132132101
Binary10000100100001001100101
Octal204204145

Shades and tints

Shades of #848465

#848465
(132,132,101)
#78785C
(120,120,92)
#6C6C53
(108,108,83)
#60604A
(96,96,74)
#545441
(84,84,65)
#484838
(72,72,56)
#3C3C2F
(60,60,47)
#303026
(48,48,38)
#24241D
(36,36,29)
#181814
(24,24,20)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #848465

#848465
(132,132,101)
#8F8F73
(143,143,115)
#9A9A81
(154,154,129)
#A5A58F
(165,165,143)
#B0B09D
(176,176,157)
#BBBBAB
(187,187,171)
#C6C6B9
(198,198,185)
#D1D1C7
(209,209,199)
#DCDCD5
(220,220,213)
#E7E7E3
(231,231,227)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848465; }

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

This text font color is #848465.


Background Color

.myBgColor { background-color: #848465; }

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

This div background color is #848465.


Border color

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

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

This div border color is #848465.


Opacity

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

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

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

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

This text has shadow with #848465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848465 on black background.


Color preview on white background

This text has color #848465 on white background.



Black color preview on #848465 background

This text has black color on #848465 background.


White color preview on #848465 background

This text has white color on #848465 background.