Color Hex Logo

#828749 Color Hex

#828749
(130,135,73)
0 Favorites   0 Comments

Color spaces of #828749

RGB 13013573
HSL0.180.300.41
HSV65°46°53°
CMYK 0.040.000.46   0.47
XYZ19.072522.55489.6516
Yxy22.55480.37190.4398
Hunter Lab47.4919-11.426121.1950
CIE-Lab54.6108-11.631832.5677

#828749 color RGB value is (130,135,73).

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

The process color (four color CMYK) of #828749 color hex is 0.04, 0.00, 0.46, 0.47. Web safe color of #828749 is #999933. Color #828749 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000111 01001001
Octal 202 207 111
Decimal 130 135 73
Hex 82 87 49

RGB Percentages of Color #828749

%38.46
%39.94
%21.60

CMYK Percentages of Color #828749

%4
%0
%46
%47

Triadic Colors of #828749

#828749 #498287 #874982

Analogous Colors of #828749

#828749 #638749 #876d49

Monochromatic Colors of #828749

#828749

Complementary Color

#828749 #4e4987

#828749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828749 Color CSS Codes

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

#828749 Text Font Color

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

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


#828749 Background Color

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

This div background color is #828749


#828749 Border Color

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

This div border color is #828749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828749


Comments

No comments written yet.

Please login to write comment.