COLOR #848A69

HEX: #848A69 RGB: (132,138,105)

Color info

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

RGB color model

#848A69 color RGB value is (132,138,105).

RGB: (132,138,105) (52%, 54%, 41%)

RGB channels and saturation

R 132 of 255 = 52%
G 138 of 255 = 54%
B 105 of 255 = 41%

132
138
105

R + G + B ~ 49%. #848A69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 138 + 105 = 375 (100%)
R 132 of 375 ~ 35.2%
G 138 of 375 ~ 36.8%
B 105 of 375 ~ 28'%

%35.2
%36.8
%28

CMYK color model

#848A69 color CMYK value is (4,0,24,46).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 45.88%

CMYK: (4,0,24,46)
C4M0Y24K46 (4%, 0%, 24%, 46%)
(0.04 / 0.00 / 0.24 / 0.46)

CMYK percentages

%4.35
%0
%23.91
%45.88

Codes

Color #848A69 in popluar color models

84 8A 69
RGB 132 138 105
HSL 71° 13.58% 47.65%
HSB/HSV 71° 23.91% 54.12%
CMYK 4.35% 0.00% 23.91%
45.88%

Color #848A69 in popluar number systems.

HEX 84 8A 69
Decimal 132 138 105
Binary 10000100 10001010 1101001
Octal 204 212 151

Shades and tints

Shades of #848A69

#848A69
(132,138,105)
#787E60
(120,126,96)
#6C7257
(108,114,87)
#60664E
(96,102,78)
#545A45
(84,90,69)
#484E3C
(72,78,60)
#3C4233
(60,66,51)
#30362A
(48,54,42)
#242A21
(36,42,33)
#181E18
(24,30,24)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #848A69

#848A69
(132,138,105)
#8F9476
(143,148,118)
#9A9E83
(154,158,131)
#A5A890
(165,168,144)
#B0B29D
(176,178,157)
#BBBCAA
(187,188,170)
#C6C6B7
(198,198,183)
#D1D0C4
(209,208,196)
#DCDAD1
(220,218,209)
#E7E4DE
(231,228,222)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848A69 color. Also use rgb(132,138,105) instead hex code.

Text Font Color

.myTextColor { color: #848A69; }

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

This text font color is #848A69.

Background Color

.myBgColor { background-color: #848A69; }

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

This div background color is #848A69.

Border color

.myBorderColor { border: 1px solid #848A69; }

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

This div border color is #848A69.

Opacity

.myOpacity80 { color: #848A69; opacity: 0.8; }

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

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

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

This text has shadow with #848A69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848A69.

Preview

Color preview on black background

This text has color #848A69 on black background.


Color preview on white background

This text has color #848A69 on white background.


Black color preview on #848A69 background

This text has black color on #848A69 background.


White color preview on #848A69 background

This text has white color on #848A69 background.


Related colors

Complementary color

Complementary color for #hex is #7B7596.


I love getcolorcode.com

Triadic colors

1 #69848A and #8A6984 with #848A69 are triadic colors.

2 #698A84 and #8A8469 with #848A69 are triadic colors.