Color Hex Logo

#846962 Color Hex

#846962
(132,105,98)
0 Favorites   0 Comments

Color spaces of #846962

RGB 13210598
HSL0.030.150.45
HSV12°26°52°
CMYK 0.000.200.26   0.48
XYZ16.771915.890513.7385
Yxy15.89050.36150.3425
Hunter Lab39.86295.34207.4701
CIE-Lab46.83059.62628.0156

#846962 color RGB value is (132,105,98).

#846962 hex color red value is 132, green value is 105 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #846962 hue: 0.03 , saturation: 0.15 and the lightness value of 846962 is 0.45.

The process color (four color CMYK) of #846962 color hex is 0.00, 0.20, 0.26, 0.48. Web safe color of #846962 is #996666. Color #846962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101001 01100010
Octal 204 151 142
Decimal 132 105 98
Hex 84 69 62

RGB Percentages of Color #846962

%39.40
%31.34
%29.25

CMYK Percentages of Color #846962

%0
%20
%26
%48

Triadic Colors of #846962

#846962 #628469 #696284

Analogous Colors of #846962

#846962 #847a62 #84626c

Monochromatic Colors of #846962

#846962

Complementary Color

#846962 #627d84

#846962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846962 Color CSS Codes

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

#846962 Text Font Color

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

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


#846962 Background Color

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

This div background color is #846962


#846962 Border Color

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

This div border color is #846962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846962


Comments

No comments written yet.

Please login to write comment.