Color Hex Logo

#828713 Color Hex

#828713
(130,135,19)
0 Favorites   0 Comments

Color spaces of #828713

RGB 13013519
HSL0.170.750.30
HSV63°86°53°
CMYK 0.040.000.86   0.47
XYZ17.987422.12083.9378
Yxy22.12080.40840.5022
Hunter Lab47.0328-14.041027.9589
CIE-Lab54.1549-15.327254.8173

#828713 color RGB value is (130,135,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000111 00010011
Octal 202 207 23
Decimal 130 135 19
Hex 82 87 13

RGB Percentages of Color #828713

%45.77
%47.54
%6.69

CMYK Percentages of Color #828713

%4
%0
%86
%47

Triadic Colors of #828713

#828713 #138287 #871382

Analogous Colors of #828713

#828713 #488713 #875213

Monochromatic Colors of #828713

#828713

Complementary Color

#828713 #181387

#828713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828713 Color CSS Codes

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

#828713 Text Font Color

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

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


#828713 Background Color

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

This div background color is #828713


#828713 Border Color

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

This div border color is #828713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828713


Comments

No comments written yet.

Please login to write comment.