Color Hex Logo

#823406 Color Hex

#823406
(130,52,6)
0 Favorites   0 Comments

Color spaces of #823406

RGB 130526
HSL0.060.910.27
HSV22°95°51°
CMYK 0.000.600.95   0.49
XYZ10.46687.21501.0133
Yxy7.21500.55990.3859
Hunter Lab26.860822.549616.5659
CIE-Lab32.291431.507141.1927

#823406 color RGB value is (130,52,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110100 00000110
Octal 202 64 6
Decimal 130 52 6
Hex 82 34 6

RGB Percentages of Color #823406

%69.15
%27.66
%3.19

CMYK Percentages of Color #823406

%0
%60
%95
%49

Triadic Colors of #823406

#823406 #068234 #340682

Analogous Colors of #823406

#823406 #827206 #820616

Monochromatic Colors of #823406

#823406

Complementary Color

#823406 #065482

#823406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823406 Color CSS Codes

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

#823406 Text Font Color

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

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


#823406 Background Color

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

This div background color is #823406


#823406 Border Color

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

This div border color is #823406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823406


Comments

No comments written yet.

Please login to write comment.