COLOR #848748

HEX: #848748
RGB: (132,135,72)

Color info

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

RGB color model

#848748 color RGB value is (132,135,72).

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

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 72 of 255 = 28%

132
135
72

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

Portions of RGB colors in percentages

R + G + B =
132 + 135 + 72 = 339 (100%)
R 132 of 339 ~ 38.94%
G 135 of 339 ~ 39.82%
B 72 of 339 ~ 21.24%

%38.94
%39.82
%21.24

CMYK color model

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

  • cyan value is 2.22%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 47.06%
CMYK:
(2,0,47,47)
C2M0Y47K47 
(2%,0%,47%,47%)
(0.02/0.00/0.47/0.47)	

CMYK percentages

%2.22
%0
%46.67
%47.06

Codes

Color #848748 in popluar color models

848748
RGB13213572
HSL63°30.43%40.59%
HSB/HSV63°46.67%52.94%
CMYK2.22%0.00%46.67%
47.06%

Color #848748 in popluar number systems.

HEX848748
Decimal13213572
Binary10000100100001111001000
Octal204207110

Shades and tints

Shades of #848748

#848748
(132,135,72)
#787B42
(120,123,66)
#6C6F3C
(108,111,60)
#606336
(96,99,54)
#545730
(84,87,48)
#484B2A
(72,75,42)
#3C3F24
(60,63,36)
#30331E
(48,51,30)
#242718
(36,39,24)
#181B12
(24,27,18)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #848748

#848748
(132,135,72)
#8F9158
(143,145,88)
#9A9B68
(154,155,104)
#A5A578
(165,165,120)
#B0AF88
(176,175,136)
#BBB998
(187,185,152)
#C6C3A8
(198,195,168)
#D1CDB8
(209,205,184)
#DCD7C8
(220,215,200)
#E7E1D8
(231,225,216)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848748; }

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

This text font color is #848748.


Background Color

.myBgColor { background-color: #848748; }

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

This div background color is #848748.


Border color

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

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

This div border color is #848748.


Opacity

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

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

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

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

This text has shadow with #848748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848748 on black background.


Color preview on white background

This text has color #848748 on white background.



Black color preview on #848748 background

This text has black color on #848748 background.


White color preview on #848748 background

This text has white color on #848748 background.