COLOR #848146

HEX: #848146
RGB: (132,129,70)

Color info

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

RGB color model

#848146 color RGB value is (132,129,70).

  • red value is 132;
  • green value is 129;
  • blue value is 70.
RGB:
(132,129,70)
(52%,51%,27%)

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 70 of 255 = 27%

132
129
70

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

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 70 = 331 (100%)
R 132 of 331 ~ 39.88%
G 129 of 331 ~ 38.97%
B 70 of 331 ~ 21.15%

%39.88
%38.97
%21.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 46.97%
  • key color value is 48.24%
CMYK:
(0,2,47,48)
C0M2Y47K48 
(0%,2%,47%,48%)
(0.00/0.02/0.47/0.48)	

CMYK percentages

%0
%2.27
%46.97
%48.24

Codes

Color #848146 in popluar color models

848146
RGB13212970
HSL57°30.69%39.61%
HSB/HSV57°46.97%51.76%
CMYK0.00%2.27%46.97%
48.24%

Color #848146 in popluar number systems.

HEX848146
Decimal13212970
Binary10000100100000011000110
Octal204201106

Shades and tints

Shades of #848146

#848146
(132,129,70)
#787640
(120,118,64)
#6C6B3A
(108,107,58)
#606034
(96,96,52)
#54552E
(84,85,46)
#484A28
(72,74,40)
#3C3F22
(60,63,34)
#30341C
(48,52,28)
#242916
(36,41,22)
#181E10
(24,30,16)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #848146

#848146
(132,129,70)
#8F8C56
(143,140,86)
#9A9766
(154,151,102)
#A5A276
(165,162,118)
#B0AD86
(176,173,134)
#BBB896
(187,184,150)
#C6C3A6
(198,195,166)
#D1CEB6
(209,206,182)
#DCD9C6
(220,217,198)
#E7E4D6
(231,228,214)
#F2EFE6
(242,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848146; }

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

This text font color is #848146.


Background Color

.myBgColor { background-color: #848146; }

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

This div background color is #848146.


Border color

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

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

This div border color is #848146.


Opacity

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

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

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

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

This text has shadow with #848146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848146 on black background.


Color preview on white background

This text has color #848146 on white background.



Black color preview on #848146 background

This text has black color on #848146 background.


White color preview on #848146 background

This text has white color on #848146 background.