Color Hex Logo

#849652 Color Hex

#849652
(132,150,82)
0 Favorites   0 Comments

Color spaces of #849652

RGB 13215082
HSL0.210.290.45
HSV76°45°59°
CMYK 0.120.000.45   0.41
XYZ21.945127.327412.1007
Yxy27.32740.35760.4453
Hunter Lab52.2756-16.548722.8685
CIE-Lab59.2762-17.726733.6296

#849652 color RGB value is (132,150,82).

#849652 hex color red value is 132, green value is 150 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #849652 hue: 0.21 , saturation: 0.29 and the lightness value of 849652 is 0.45.

The process color (four color CMYK) of #849652 color hex is 0.12, 0.00, 0.45, 0.41. Web safe color of #849652 is #999966. Color #849652 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010110 01010010
Octal 204 226 122
Decimal 132 150 82
Hex 84 96 52

RGB Percentages of Color #849652

%36.26
%41.21
%22.53

CMYK Percentages of Color #849652

%12
%0
%45
%41

Triadic Colors of #849652

#849652 #528496 #965284

Analogous Colors of #849652

#849652 #629652 #968652

Monochromatic Colors of #849652

#849652

Complementary Color

#849652 #645296

#849652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849652 Color CSS Codes

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

#849652 Text Font Color

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

This sample text font color is #849652
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.


#849652 Background Color

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

This div background color is #849652


#849652 Border Color

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

This div border color is #849652


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,150,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849652; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849652;
  -webkit-box-shadow: 1px 1px 3px 2px #849652;
  box-shadow:         1px 1px 3px 2px #849652; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849652


Comments

No comments written yet.

Please login to write comment.