COLOR #848D3B

HEX: #848D3B RGB: (132,141,59)

Color info

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

RGB color model

#848D3B color RGB value is (132,141,59).

RGB: (132,141,59) (52%, 55%, 23%)

RGB channels and saturation

R 132 of 255 = 52%
G 141 of 255 = 55%
B 59 of 255 = 23%

132
141
59

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

Portions of RGB colors in percentages

R + G + B = 132 + 141 + 59 = 332 (100%)
R 132 of 332 ~ 39.76%
G 141 of 332 ~ 42.47%
B 59 of 332 ~ 17.77'%

%39.76
%42.47
%17.77

CMYK color model

#848D3B color CMYK value is (6,0,58,45).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 58.16%
  • key color value is 44.71%

CMYK: (6,0,58,45)
C6M0Y58K45 (6%, 0%, 58%, 45%)
(0.06 / 0.00 / 0.58 / 0.45)

CMYK percentages

%6.38
%0
%58.16
%44.71

Codes

Color #848D3B in popluar color models

84 8D 3B
RGB 132 141 59
HSL 67° 41.00% 39.22%
HSB/HSV 67° 58.16% 55.29%
CMYK 6.38% 0.00% 58.16%
44.71%

Color #848D3B in popluar number systems.

HEX 84 8D 3B
Decimal 132 141 59
Binary 10000100 10001101 111011
Octal 204 215 73

Shades and tints

Shades of #848D3B

#848D3B
(132,141,59)
#788136
(120,129,54)
#6C7531
(108,117,49)
#60692C
(96,105,44)
#545D27
(84,93,39)
#485122
(72,81,34)
#3C451D
(60,69,29)
#303918
(48,57,24)
#242D13
(36,45,19)
#18210E
(24,33,14)
#0C1509
(12,21,9)
#000000
(0,0,0)

Tints of #848D3B

#848D3B
(132,141,59)
#8F974C
(143,151,76)
#9AA15D
(154,161,93)
#A5AB6E
(165,171,110)
#B0B57F
(176,181,127)
#BBBF90
(187,191,144)
#C6C9A1
(198,201,161)
#D1D3B2
(209,211,178)
#DCDDC3
(220,221,195)
#E7E7D4
(231,231,212)
#F2F1E5
(242,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848D3B color. Also use rgb(132,141,59) instead hex code.

Text Font Color

.myTextColor { color: #848D3B; }

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

This text font color is #848D3B.

Background Color

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

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

This div background color is #848D3B.

Border color

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

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

This div border color is #848D3B.

Opacity

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

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

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

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

This text has shadow with #848D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #848D3B.

Preview

Color preview on black background

This text has color #848D3B on black background.


Color preview on white background

This text has color #848D3B on white background.


Black color preview on #848D3B background

This text has black color on #848D3B background.


White color preview on #848D3B background

This text has white color on #848D3B background.


Related colors

Complementary color

Complementary color for #hex is #7B72C4.


I love getcolorcode.com

Triadic colors

1 #3B848D and #8D3B84 with #848D3B are triadic colors.

2 #3B8D84 and #8D843B with #848D3B are triadic colors.