Color Hex Logo

#848640 Color Hex

#848640
(132,134,64)
0 Favorites   0 Comments

Color spaces of #848640

RGB 13213464
HSL0.170.350.39
HSV62°52°53°
CMYK 0.010.000.52   0.47
XYZ18.966222.32598.1602
Yxy22.32590.38350.4515
Hunter Lab47.2503-11.038422.8357
CIE-Lab54.3711-11.143637.0070

#848640 color RGB value is (132,134,64).

#848640 hex color red value is 132, green value is 134 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #848640 hue: 0.17 , saturation: 0.35 and the lightness value of 848640 is 0.39.

The process color (four color CMYK) of #848640 color hex is 0.01, 0.00, 0.52, 0.47. Web safe color of #848640 is #999933. Color #848640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000110 01000000
Octal 204 206 100
Decimal 132 134 64
Hex 84 86 40

RGB Percentages of Color #848640

%40.00
%40.61
%19.39

CMYK Percentages of Color #848640

%1
%0
%52
%47

Triadic Colors of #848640

#848640 #408486 #864084

Analogous Colors of #848640

#848640 #618640 #866540

Monochromatic Colors of #848640

#848640

Complementary Color

#848640 #424086

#848640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848640 Color CSS Codes

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

#848640 Text Font Color

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

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


#848640 Background Color

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

This div background color is #848640


#848640 Border Color

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

This div border color is #848640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848640


Comments

No comments written yet.

Please login to write comment.