Color Hex Logo

#84694b Color Hex

#84694B
(132,105,75)
0 Favorites   0 Comments

Color spaces of #84694b

RGB 13210575
HSL0.090.280.41
HSV32°43°52°
CMYK 0.000.200.43   0.48
XYZ15.837315.51678.8169
Yxy15.51670.39420.3863
Hunter Lab39.39122.831514.3031
CIE-Lab46.33396.457520.9459

#84694b color RGB value is (132,105,75).

#84694b hex color red value is 132, green value is 105 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #84694b hue: 0.09 , saturation: 0.28 and the lightness value of 84694b is 0.41.

The process color (four color CMYK) of #84694b color hex is 0.00, 0.20, 0.43, 0.48. Web safe color of #84694b is #996633. Color #84694b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101001 01001011
Octal 204 151 113
Decimal 132 105 75
Hex 84 69 4B

RGB Percentages of Color #84694b

%42.31
%33.65
%24.04

CMYK Percentages of Color #84694b

%0
%20
%43
%48

Triadic Colors of #84694b

#84694b #4b8469 #694b84

Analogous Colors of #84694b

#84694b #83844b #844d4b

Monochromatic Colors of #84694b

#84694b

Complementary Color

#84694b #4b6684

#84694b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84694b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84694b Color CSS Codes

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

#84694b Text Font Color

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

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


#84694b Background Color

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

This div background color is #84694b


#84694b Border Color

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

This div border color is #84694b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84694b


Comments

No comments written yet.

Please login to write comment.