Color Hex Logo

#827716 Color Hex

#827716
(130,119,22)
0 Favorites   0 Comments

Color spaces of #827716

RGB 13011922
HSL0.150.710.30
HSV54°83°51°
CMYK 0.000.080.83   0.49
XYZ15.947617.99743.3924
Yxy17.99740.42710.4820
Hunter Lab42.4233-7.139924.9552
CIE-Lab49.4930-6.521749.9858

#827716 color RGB value is (130,119,22).

#827716 hex color red value is 130, green value is 119 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #827716 hue: 0.15 , saturation: 0.71 and the lightness value of 827716 is 0.30.

The process color (four color CMYK) of #827716 color hex is 0.00, 0.08, 0.83, 0.49. Web safe color of #827716 is #996600. Color #827716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110111 00010110
Octal 202 167 26
Decimal 130 119 22
Hex 82 77 16

RGB Percentages of Color #827716

%47.97
%43.91
%8.12

CMYK Percentages of Color #827716

%0
%8
%83
%49

Triadic Colors of #827716

#827716 #168277 #771682

Analogous Colors of #827716

#827716 #578216 #824116

Monochromatic Colors of #827716

#827716

Complementary Color

#827716 #162182

#827716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827716 Color CSS Codes

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

#827716 Text Font Color

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

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


#827716 Background Color

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

This div background color is #827716


#827716 Border Color

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

This div border color is #827716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827716


Comments

No comments written yet.

Please login to write comment.