Color Hex Logo

#824404 Color Hex

#824404
(130,68,4)
0 Favorites   0 Comments

Color spaces of #824404

RGB 130684
HSL0.080.940.26
HSV30°97°51°
CMYK 0.000.480.97   0.49
XYZ11.29508.88881.2353
Yxy8.88880.52730.4150
Hunter Lab29.814115.449718.4133
CIE-Lab35.769322.677644.3173

#824404 color RGB value is (130,68,4).

#824404 hex color red value is 130, green value is 68 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #824404 hue: 0.08 , saturation: 0.94 and the lightness value of 824404 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000100 00000100
Octal 202 104 4
Decimal 130 68 4
Hex 82 44 4

RGB Percentages of Color #824404

%64.36
%33.66
%1.98

CMYK Percentages of Color #824404

%0
%48
%97
%49

Triadic Colors of #824404

#824404 #048244 #440482

Analogous Colors of #824404

#824404 #818204 #820504

Monochromatic Colors of #824404

#824404

Complementary Color

#824404 #044282

#824404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824404 Color CSS Codes

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

#824404 Text Font Color

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

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


#824404 Background Color

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

This div background color is #824404


#824404 Border Color

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

This div border color is #824404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824404


Comments

No comments written yet.

Please login to write comment.