COLOR #848423

HEX: #848423
RGB: (132,132,35)

Color info

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

RGB color model

#848423 color RGB value is (132,132,35).

  • red value is 132;
  • green value is 132;
  • blue value is 35.
RGB:
(132,132,35)
(52%,52%,14%)

RGB channels and saturation

R 132 of 255 = 52%
G 132 of 255 = 52%
B 35 of 255 = 14%

132
132
35

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

Portions of RGB colors in percentages

R + G + B =
132 + 132 + 35 = 299 (100%)
R 132 of 299 ~ 44.15%
G 132 of 299 ~ 44.15%
B 35 of 299 ~ 11.71%

%44.15
%44.15
%11.71

CMYK color model

#848423 color CMYK value is (0,0,73,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 73.48%
  • key color value is 48.24%
CMYK:
(0,0,73,48)
C0M0Y73K48 
(0%,0%,73%,48%)
(0.00/0.00/0.73/0.48)	

CMYK percentages

%0
%0
%73.48
%48.24

Codes

Color #848423 in popluar color models

848423
RGB13213235
HSL60°58.08%32.75%
HSB/HSV60°73.48%51.76%
CMYK0.00%0.00%73.48%
48.24%

Color #848423 in popluar number systems.

HEX848423
Decimal13213235
Binary1000010010000100100011
Octal20420443

Shades and tints

Shades of #848423

#848423
(132,132,35)
#787820
(120,120,32)
#6C6C1D
(108,108,29)
#60601A
(96,96,26)
#545417
(84,84,23)
#484814
(72,72,20)
#3C3C11
(60,60,17)
#30300E
(48,48,14)
#24240B
(36,36,11)
#181808
(24,24,8)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #848423

#848423
(132,132,35)
#8F8F37
(143,143,55)
#9A9A4B
(154,154,75)
#A5A55F
(165,165,95)
#B0B073
(176,176,115)
#BBBB87
(187,187,135)
#C6C69B
(198,198,155)
#D1D1AF
(209,209,175)
#DCDCC3
(220,220,195)
#E7E7D7
(231,231,215)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848423; }

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

This text font color is #848423.


Background Color

.myBgColor { background-color: #848423; }

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

This div background color is #848423.


Border color

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

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

This div border color is #848423.


Opacity

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

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

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

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

This text has shadow with #848423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848423 on black background.


Color preview on white background

This text has color #848423 on white background.



Black color preview on #848423 background

This text has black color on #848423 background.


White color preview on #848423 background

This text has white color on #848423 background.