Color Hex Logo

#844307 Color Hex

#844307
(132,67,7)
0 Favorites   0 Comments

Color spaces of #844307

RGB 132677
HSL0.080.900.27
HSV29°95°52°
CMYK 0.000.490.95   0.48
XYZ11.56128.93521.3163
Yxy8.93520.53000.4096
Hunter Lab29.891816.727518.3134
CIE-Lab35.859224.206243.5108

#844307 color RGB value is (132,67,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000011 00000111
Octal 204 103 7
Decimal 132 67 7
Hex 84 43 7

RGB Percentages of Color #844307

%64.08
%32.52
%3.40

CMYK Percentages of Color #844307

%0
%49
%95
%48

Triadic Colors of #844307

#844307 #078443 #430784

Analogous Colors of #844307

#844307 #848207 #840709

Monochromatic Colors of #844307

#844307

Complementary Color

#844307 #074884

#844307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844307 Color CSS Codes

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

#844307 Text Font Color

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

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


#844307 Background Color

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

This div background color is #844307


#844307 Border Color

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

This div border color is #844307


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,67,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 #844307">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844307


Comments

No comments written yet.

Please login to write comment.