Color Hex Logo

#826015 Color Hex

#826015
(130,96,21)
0 Favorites   0 Comments

Color spaces of #826015

RGB 1309621
HSL0.110.720.30
HSV41°84°51°
CMYK 0.000.260.84   0.49
XYZ13.524113.16572.5379
Yxy13.16570.46270.4505
Hunter Lab36.28463.033121.2522
CIE-Lab43.01196.670344.6141

#826015 color RGB value is (130,96,21).

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

The process color (four color CMYK) of #826015 color hex is 0.00, 0.26, 0.84, 0.49. Web safe color of #826015 is #996600. Color #826015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100000 00010101
Octal 202 140 25
Decimal 130 96 21
Hex 82 60 15

RGB Percentages of Color #826015

%52.63
%38.87
%8.50

CMYK Percentages of Color #826015

%0
%26
%84
%49

Triadic Colors of #826015

#826015 #158260 #601582

Analogous Colors of #826015

#826015 #6e8215 #822a15

Monochromatic Colors of #826015

#826015

Complementary Color

#826015 #153782

#826015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826015 Color CSS Codes

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

#826015 Text Font Color

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

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


#826015 Background Color

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

This div background color is #826015


#826015 Border Color

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

This div border color is #826015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826015


Comments

No comments written yet.

Please login to write comment.