Color Hex Logo

#84611d Color Hex

#84611D
(132,97,29)
0 Favorites   0 Comments

Color spaces of #84611d

RGB 1329729
HSL0.110.640.32
HSV40°78°52°
CMYK 0.000.270.78   0.48
XYZ14.012213.54363.0381
Yxy13.54360.45800.4427
Hunter Lab36.80163.560920.8665
CIE-Lab43.57127.362842.0477

#84611d color RGB value is (132,97,29).

#84611d hex color red value is 132, green value is 97 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #84611d hue: 0.11 , saturation: 0.64 and the lightness value of 84611d is 0.32.

The process color (four color CMYK) of #84611d color hex is 0.00, 0.27, 0.78, 0.48. Web safe color of #84611d is #996633. Color #84611d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100001 00011101
Octal 204 141 35
Decimal 132 97 29
Hex 84 61 1D

RGB Percentages of Color #84611d

%51.16
%37.60
%11.24

CMYK Percentages of Color #84611d

%0
%27
%78
%48

Triadic Colors of #84611d

#84611d #1d8461 #611d84

Analogous Colors of #84611d

#84611d #74841d #842e1d

Monochromatic Colors of #84611d

#84611d

Complementary Color

#84611d #1d4084

#84611d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84611d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84611d Color CSS Codes

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

#84611d Text Font Color

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

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


#84611d Background Color

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

This div background color is #84611d


#84611d Border Color

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

This div border color is #84611d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84611d


Comments

No comments written yet.

Please login to write comment.