Color Hex Logo

#84473d Color Hex

#84473D
(132,71,61)
0 Favorites   0 Comments

Color spaces of #84473d

RGB 1327161
HSL0.020.370.38
HSV54°52°
CMYK 0.000.460.54   0.48
XYZ12.61139.74895.6319
Yxy9.74890.45050.3483
Hunter Lab31.223217.456911.1618
CIE-Lab37.387924.901317.5301

#84473d color RGB value is (132,71,61).

#84473d hex color red value is 132, green value is 71 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #84473d hue: 0.02 , saturation: 0.37 and the lightness value of 84473d is 0.38.

The process color (four color CMYK) of #84473d color hex is 0.00, 0.46, 0.54, 0.48. Web safe color of #84473d is #993333. Color #84473d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000111 00111101
Octal 204 107 75
Decimal 132 71 61
Hex 84 47 3D

RGB Percentages of Color #84473d

%50.00
%26.89
%23.11

CMYK Percentages of Color #84473d

%0
%46
%54
%48

Triadic Colors of #84473d

#84473d #3d8447 #473d84

Analogous Colors of #84473d

#84473d #846b3d #843d57

Monochromatic Colors of #84473d

#84473d

Complementary Color

#84473d #3d7a84

#84473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84473d Color CSS Codes

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

#84473d Text Font Color

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

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


#84473d Background Color

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

This div background color is #84473d


#84473d Border Color

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

This div border color is #84473d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84473d


Comments

No comments written yet.

Please login to write comment.