Color Hex Logo

#828717 Color Hex

#828717
(130,135,23)
0 Favorites   0 Comments

Color spaces of #828717

RGB 13013523
HSL0.170.710.31
HSV63°83°53°
CMYK 0.040.000.83   0.47
XYZ18.024522.13564.1332
Yxy22.13560.40690.4998
Hunter Lab47.0485-13.950627.7253
CIE-Lab54.1706-15.197353.7679

#828717 color RGB value is (130,135,23).

#828717 hex color red value is 130, green value is 135 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #828717 hue: 0.17 , saturation: 0.71 and the lightness value of 828717 is 0.31.

The process color (four color CMYK) of #828717 color hex is 0.04, 0.00, 0.83, 0.47. Web safe color of #828717 is #999900. Color #828717 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000111 00010111
Octal 202 207 27
Decimal 130 135 23
Hex 82 87 17

RGB Percentages of Color #828717

%45.14
%46.88
%7.99

CMYK Percentages of Color #828717

%4
%0
%83
%47

Triadic Colors of #828717

#828717 #178287 #871782

Analogous Colors of #828717

#828717 #4a8717 #875417

Monochromatic Colors of #828717

#828717

Complementary Color

#828717 #1c1787

#828717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828717 Color CSS Codes

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

#828717 Text Font Color

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

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


#828717 Background Color

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

This div background color is #828717


#828717 Border Color

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

This div border color is #828717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828717


Comments

No comments written yet.

Please login to write comment.