Color Hex Logo

#838682 Color Hex

#838682
(131,134,130)
0 Favorites   0 Comments

Color spaces of #838682

RGB 131134130
HSL0.290.020.52
HSV105°53°
CMYK 0.020.000.03   0.47
XYZ21.914423.487224.4976
Yxy23.48720.31350.3360
Hunter Lab48.4636-4.09673.9543
CIE-Lab55.5707-1.89791.7554

#838682 color RGB value is (131,134,130).

#838682 hex color red value is 131, green value is 134 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #838682 hue: 0.29 , saturation: 0.02 and the lightness value of 838682 is 0.52.

The process color (four color CMYK) of #838682 color hex is 0.02, 0.00, 0.03, 0.47. Web safe color of #838682 is #999999. Color #838682 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000110 10000010
Octal 203 206 202
Decimal 131 134 130
Hex 83 86 82

RGB Percentages of Color #838682

%33.16
%33.92
%32.91

CMYK Percentages of Color #838682

%2
%0
%3
%47

Triadic Colors of #838682

#838682 #828386 #868283

Analogous Colors of #838682

#838682 #828683 #858682

Monochromatic Colors of #838682

#838682

Complementary Color

#838682 #858286

#838682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838682 Color CSS Codes

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

#838682 Text Font Color

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

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


#838682 Background Color

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

This div background color is #838682


#838682 Border Color

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

This div border color is #838682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838682


Comments

No comments written yet.

Please login to write comment.