Color Hex Logo

#828367 Color Hex

#828367
(130,131,103)
0 Favorites   0 Comments

Color spaces of #828367

RGB 130131103
HSL0.170.120.46
HSV62°21°51°
CMYK 0.010.000.21   0.49
XYZ19.770421.957716.0282
Yxy21.95770.34230.3802
Hunter Lab46.8590-6.692012.5211
CIE-Lab53.9821-5.394215.0569

#828367 color RGB value is (130,131,103).

#828367 hex color red value is 130, green value is 131 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #828367 hue: 0.17 , saturation: 0.12 and the lightness value of 828367 is 0.46.

The process color (four color CMYK) of #828367 color hex is 0.01, 0.00, 0.21, 0.49. Web safe color of #828367 is #999966. Color #828367 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000011 01100111
Octal 202 203 147
Decimal 130 131 103
Hex 82 83 67

RGB Percentages of Color #828367

%35.71
%35.99
%28.30

CMYK Percentages of Color #828367

%1
%0
%21
%49

Triadic Colors of #828367

#828367 #678283 #836782

Analogous Colors of #828367

#828367 #748367 #837667

Monochromatic Colors of #828367

#828367

Complementary Color

#828367 #686783

#828367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828367 Color CSS Codes

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

#828367 Text Font Color

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

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


#828367 Background Color

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

This div background color is #828367


#828367 Border Color

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

This div border color is #828367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828367


Comments

No comments written yet.

Please login to write comment.