Color Hex Logo

#848a7a Color Hex

#848A7A
(132,138,122)
0 Favorites   0 Comments

Color spaces of #848a7a

RGB 132138122
HSL0.230.060.51
HSV83°12°54°
CMYK 0.040.000.12   0.46
XYZ22.117124.487621.9732
Yxy24.48760.32250.3571
Hunter Lab49.4849-6.81888.3124
CIE-Lab56.5727-5.27467.8137

#848a7a color RGB value is (132,138,122).

#848a7a hex color red value is 132, green value is 138 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #848a7a hue: 0.23 , saturation: 0.06 and the lightness value of 848a7a is 0.51.

The process color (four color CMYK) of #848a7a color hex is 0.04, 0.00, 0.12, 0.46. Web safe color of #848a7a is #999966. Color #848a7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001010 01111010
Octal 204 212 172
Decimal 132 138 122
Hex 84 8A 7A

RGB Percentages of Color #848a7a

%33.67
%35.20
%31.12

CMYK Percentages of Color #848a7a

%4
%0
%12
%46

Triadic Colors of #848a7a

#848a7a #7a848a #8a7a84

Analogous Colors of #848a7a

#848a7a #7c8a7a #8a887a

Monochromatic Colors of #848a7a

#848a7a

Complementary Color

#848a7a #807a8a

#848a7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848a7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#848a7a Color CSS Codes

.mybgcolor {background-color:#848a7a; } 
.myforecolor {color:#848a7a; }
.mybordercolor {border:3px solid #848a7a; }

#848a7a Text Font Color

<p style="color:#848a7a">Text here</p>

This sample text font color is #848a7a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#848a7a Background Color

<div style="background-color:#848a7a">
Div content here</div>

This div background color is #848a7a


#848a7a Border Color

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

This div border color is #848a7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,138,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #848a7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #848a7a;
  -webkit-box-shadow: 1px 1px 3px 2px #848a7a;
  box-shadow:         1px 1px 3px 2px #848a7a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,138,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #848a7a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #848a7a;
  -webkit-box-shadow: 1px 1px 3px 2px #848a7a;
  box-shadow:         1px 1px 3px 2px #848a7a;">
Div content here</div>

This div box has shadow with color #848a7a


Comments

No comments written yet.

Please login to write comment.