Color Hex Logo

#84610b Color Hex

#84610B
(132,97,11)
0 Favorites   0 Comments

Color spaces of #84610b

RGB 1329711
HSL0.120.850.28
HSV43°92°52°
CMYK 0.000.270.92   0.48
XYZ13.850813.47912.1883
Yxy13.47910.46920.4566
Hunter Lab36.71393.092222.1658
CIE-Lab43.47646.753048.1690

#84610b color RGB value is (132,97,11).

#84610b hex color red value is 132, green value is 97 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #84610b hue: 0.12 , saturation: 0.85 and the lightness value of 84610b is 0.28.

The process color (four color CMYK) of #84610b color hex is 0.00, 0.27, 0.92, 0.48. Web safe color of #84610b is #996600. Color #84610b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100001 00001011
Octal 204 141 13
Decimal 132 97 11
Hex 84 61 B

RGB Percentages of Color #84610b

%55.00
%40.42
%4.58

CMYK Percentages of Color #84610b

%0
%27
%92
%48

Triadic Colors of #84610b

#84610b #0b8461 #610b84

Analogous Colors of #84610b

#84610b #6b840b #84250b

Monochromatic Colors of #84610b

#84610b

Complementary Color

#84610b #0b2e84

#84610b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84610b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84610b Color CSS Codes

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

#84610b Text Font Color

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

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


#84610b Background Color

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

This div background color is #84610b


#84610b Border Color

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

This div border color is #84610b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84610b


Comments

No comments written yet.

Please login to write comment.