COLOR #848749

HEX: #848749
RGB: (132,135,73)

Color info

#848749 contains mainly red and green colors. Web safe color of #848749 is #999933 (or #993).

RGB color model

#848749 color RGB value is (132,135,73).

  • red value is 132;
  • green value is 135;
  • blue value is 73.
RGB:
(132,135,73)
(52%,53%,29%)

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 73 of 255 = 29%

132
135
73

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

Portions of RGB colors in percentages

R + G + B =
132 + 135 + 73 = 340 (100%)
R 132 of 340 ~ 38.82%
G 135 of 340 ~ 39.71%
B 73 of 340 ~ 21.47%

%38.82
%39.71
%21.47

CMYK color model

#848749 color CMYK value is (2,0,46,47).

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 45.93%
  • key color value is 47.06%
CMYK:
(2,0,46,47)
C2M0Y46K47 
(2%,0%,46%,47%)
(0.02/0.00/0.46/0.47)	

CMYK percentages

%2.22
%0
%45.93
%47.06

Codes

Color #848749 in popluar color models

848749
RGB13213573
HSL63°29.81%40.78%
HSB/HSV63°45.93%52.94%
CMYK2.22%0.00%45.93%
47.06%

Color #848749 in popluar number systems.

HEX848749
Decimal13213573
Binary10000100100001111001001
Octal204207111

Shades and tints

Shades of #848749

#848749
(132,135,73)
#787B43
(120,123,67)
#6C6F3D
(108,111,61)
#606337
(96,99,55)
#545731
(84,87,49)
#484B2B
(72,75,43)
#3C3F25
(60,63,37)
#30331F
(48,51,31)
#242719
(36,39,25)
#181B13
(24,27,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #848749

#848749
(132,135,73)
#8F9159
(143,145,89)
#9A9B69
(154,155,105)
#A5A579
(165,165,121)
#B0AF89
(176,175,137)
#BBB999
(187,185,153)
#C6C3A9
(198,195,169)
#D1CDB9
(209,205,185)
#DCD7C9
(220,215,201)
#E7E1D9
(231,225,217)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848749; }

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

This text font color is #848749.


Background Color

.myBgColor { background-color: #848749; }

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

This div background color is #848749.


Border color

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

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

This div border color is #848749.


Opacity

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

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

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

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

This text has shadow with #848749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848749 on black background.


Color preview on white background

This text has color #848749 on white background.



Black color preview on #848749 background

This text has black color on #848749 background.


White color preview on #848749 background

This text has white color on #848749 background.