Color Hex Logo

#823314 Color Hex

#823314
(130,51,20)
0 Favorites   0 Comments

Color spaces of #823314

RGB 1305120
HSL0.050.730.29
HSV17°85°51°
CMYK 0.000.610.85   0.49
XYZ10.51607.16401.4904
Yxy7.16400.54860.3737
Hunter Lab26.765623.291315.4345
CIE-Lab32.177432.373635.2223

#823314 color RGB value is (130,51,20).

#823314 hex color red value is 130, green value is 51 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #823314 hue: 0.05 , saturation: 0.73 and the lightness value of 823314 is 0.29.

The process color (four color CMYK) of #823314 color hex is 0.00, 0.61, 0.85, 0.49. Web safe color of #823314 is #993300. Color #823314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110011 00010100
Octal 202 63 24
Decimal 130 51 20
Hex 82 33 14

RGB Percentages of Color #823314

%64.68
%25.37
%9.95

CMYK Percentages of Color #823314

%0
%61
%85
%49

Triadic Colors of #823314

#823314 #148233 #331482

Analogous Colors of #823314

#823314 #826a14 #82142c

Monochromatic Colors of #823314

#823314

Complementary Color

#823314 #146382

#823314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823314 Color CSS Codes

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

#823314 Text Font Color

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

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


#823314 Background Color

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

This div background color is #823314


#823314 Border Color

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

This div border color is #823314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823314


Comments

No comments written yet.

Please login to write comment.