Color Hex Logo

#824707 Color Hex

#824707
(130,71,7)
0 Favorites   0 Comments

Color spaces of #824707

RGB 130717
HSL0.090.900.27
HSV31°95°51°
CMYK 0.000.450.95   0.49
XYZ11.49759.26761.3839
Yxy9.26760.51910.4184
Hunter Lab30.442714.140418.6146
CIE-Lab36.494521.012243.8334

#824707 color RGB value is (130,71,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000111 00000111
Octal 202 107 7
Decimal 130 71 7
Hex 82 47 7

RGB Percentages of Color #824707

%62.50
%34.13
%3.37

CMYK Percentages of Color #824707

%0
%45
%95
%49

Triadic Colors of #824707

#824707 #078247 #470782

Analogous Colors of #824707

#824707 #808207 #820a07

Monochromatic Colors of #824707

#824707

Complementary Color

#824707 #074282

#824707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824707 Color CSS Codes

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

#824707 Text Font Color

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

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


#824707 Background Color

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

This div background color is #824707


#824707 Border Color

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

This div border color is #824707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824707


Comments

No comments written yet.

Please login to write comment.