Color Hex Logo

#826119 Color Hex

#826119
(130,97,25)
0 Favorites   0 Comments

Color spaces of #826119

RGB 1309725
HSL0.110.680.30
HSV41°81°51°
CMYK 0.000.250.81   0.49
XYZ13.656113.36542.7797
Yxy13.36540.45820.4485
Hunter Lab36.55872.698921.0831
CIE-Lab43.30876.237243.3663

#826119 color RGB value is (130,97,25).

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

The process color (four color CMYK) of #826119 color hex is 0.00, 0.25, 0.81, 0.49. Web safe color of #826119 is #996600. Color #826119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100001 00011001
Octal 202 141 31
Decimal 130 97 25
Hex 82 61 19

RGB Percentages of Color #826119

%51.59
%38.49
%9.92

CMYK Percentages of Color #826119

%0
%25
%81
%49

Triadic Colors of #826119

#826119 #198261 #611982

Analogous Colors of #826119

#826119 #6f8219 #822d19

Monochromatic Colors of #826119

#826119

Complementary Color

#826119 #193a82

#826119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826119 Color CSS Codes

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

#826119 Text Font Color

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

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


#826119 Background Color

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

This div background color is #826119


#826119 Border Color

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

This div border color is #826119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826119


Comments

No comments written yet.

Please login to write comment.