COLOR #848A19

HEX: #848A19
RGB: (132,138,25)

Color info

#848A19 contains mainly red and green colors. Web safe color of #848A19 is #999900 (or #990).

RGB color model

#848A19 color RGB value is (132,138,25).

  • red value is 132;
  • green value is 138;
  • blue value is 25.
RGB:
(132,138,25)
(52%,54%,10%)

RGB channels and saturation

R 132 of 255 = 52%
G 138 of 255 = 54%
B 25 of 255 = 10%

132
138
25

R + G + B ~ 39%. #848A19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 138 + 25 = 295 (100%)
R 132 of 295 ~ 44.75%
G 138 of 295 ~ 46.78%
B 25 of 295 ~ 8.47%

%44.75
%46.78

CMYK color model

#848A19 color CMYK value is (4,0,82,46).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 81.88%
  • key color value is 45.88%
CMYK:
(4,0,82,46)
C4M0Y82K46 
(4%,0%,82%,46%)
(0.04/0.00/0.82/0.46)	

CMYK percentages

%4.35
%0
%81.88
%45.88

Codes

Color #848A19 in popluar color models

848A19
RGB13213825
HSL63°69.33%31.96%
HSB/HSV63°81.88%54.12%
CMYK4.35%0.00%81.88%
45.88%

Color #848A19 in popluar number systems.

HEX848A19
Decimal13213825
Binary100001001000101011001
Octal20421231

Shades and tints

Shades of #848A19

#848A19
(132,138,25)
#787E17
(120,126,23)
#6C7215
(108,114,21)
#606613
(96,102,19)
#545A11
(84,90,17)
#484E0F
(72,78,15)
#3C420D
(60,66,13)
#30360B
(48,54,11)
#242A09
(36,42,9)
#181E07
(24,30,7)
#0C1205
(12,18,5)
#000000
(0,0,0)

Tints of #848A19

#848A19
(132,138,25)
#8F942D
(143,148,45)
#9A9E41
(154,158,65)
#A5A855
(165,168,85)
#B0B269
(176,178,105)
#BBBC7D
(187,188,125)
#C6C691
(198,198,145)
#D1D0A5
(209,208,165)
#DCDAB9
(220,218,185)
#E7E4CD
(231,228,205)
#F2EEE1
(242,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848A19; }

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

This text font color is #848A19.


Background Color

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

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

This div background color is #848A19.


Border color

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

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

This div border color is #848A19.


Opacity

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

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

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

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

This text has shadow with #848A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848A19 on black background.


Color preview on white background

This text has color #848A19 on white background.



Black color preview on #848A19 background

This text has black color on #848A19 background.


White color preview on #848A19 background

This text has white color on #848A19 background.