Color Hex Logo

#824406 Color Hex

#824406
(130,68,6)
0 Favorites   0 Comments

Color spaces of #824406

RGB 130686
HSL0.080.910.27
HSV30°95°51°
CMYK 0.000.480.95   0.49
XYZ11.30598.89321.2930
Yxy8.89320.52600.4138
Hunter Lab29.821515.485318.3043
CIE-Lab35.777822.719843.6430

#824406 color RGB value is (130,68,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000100 00000110
Octal 202 104 6
Decimal 130 68 6
Hex 82 44 6

RGB Percentages of Color #824406

%63.73
%33.33
%2.94

CMYK Percentages of Color #824406

%0
%48
%95
%49

Triadic Colors of #824406

#824406 #068244 #440682

Analogous Colors of #824406

#824406 #828206 #820606

Monochromatic Colors of #824406

#824406

Complementary Color

#824406 #064482

#824406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824406 Color CSS Codes

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

#824406 Text Font Color

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

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


#824406 Background Color

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

This div background color is #824406


#824406 Border Color

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

This div border color is #824406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824406


Comments

No comments written yet.

Please login to write comment.