Color Hex Logo

#843307 Color Hex

#843307
(132,51,7)
0 Favorites   0 Comments

Color spaces of #843307

RGB 132517
HSL0.060.900.27
HSV21°95°52°
CMYK 0.000.610.95   0.48
XYZ10.73797.28851.0419
Yxy7.28850.56310.3822
Hunter Lab26.997223.751616.6099
CIE-Lab32.454932.854141.0823

#843307 color RGB value is (132,51,7).

#843307 hex color red value is 132, green value is 51 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #843307 hue: 0.06 , saturation: 0.90 and the lightness value of 843307 is 0.27.

The process color (four color CMYK) of #843307 color hex is 0.00, 0.61, 0.95, 0.48. Web safe color of #843307 is #993300. Color #843307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110011 00000111
Octal 204 63 7
Decimal 132 51 7
Hex 84 33 7

RGB Percentages of Color #843307

%69.47
%26.84
%3.68

CMYK Percentages of Color #843307

%0
%61
%95
%48

Triadic Colors of #843307

#843307 #078433 #330784

Analogous Colors of #843307

#843307 #847207 #84071a

Monochromatic Colors of #843307

#843307

Complementary Color

#843307 #075884

#843307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843307 Color CSS Codes

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

#843307 Text Font Color

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

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


#843307 Background Color

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

This div background color is #843307


#843307 Border Color

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

This div border color is #843307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843307


Comments

No comments written yet.

Please login to write comment.