Color Hex Logo

#823215 Color Hex

#823215
(130,50,21)
0 Favorites   0 Comments

Color spaces of #823215

RGB 1305021
HSL0.040.720.30
HSV16°84°51°
CMYK 0.000.620.84   0.49
XYZ10.48197.08121.5238
Yxy7.08120.54920.3710
Hunter Lab26.610523.742815.2322
CIE-Lab31.991132.917034.5463

#823215 color RGB value is (130,50,21).

#823215 hex color red value is 130, green value is 50 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #823215 hue: 0.04 , saturation: 0.72 and the lightness value of 823215 is 0.30.

The process color (four color CMYK) of #823215 color hex is 0.00, 0.62, 0.84, 0.49. Web safe color of #823215 is #993300. Color #823215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110010 00010101
Octal 202 62 25
Decimal 130 50 21
Hex 82 32 15

RGB Percentages of Color #823215

%64.68
%24.88
%10.45

CMYK Percentages of Color #823215

%0
%62
%84
%49

Triadic Colors of #823215

#823215 #158232 #321582

Analogous Colors of #823215

#823215 #826915 #82152f

Monochromatic Colors of #823215

#823215

Complementary Color

#823215 #156582

#823215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823215 Color CSS Codes

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

#823215 Text Font Color

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

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


#823215 Background Color

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

This div background color is #823215


#823215 Border Color

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

This div border color is #823215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823215


Comments

No comments written yet.

Please login to write comment.