Color Hex Logo

#838666 Color Hex

#838666
(131,134,102)
0 Favorites   0 Comments

Color spaces of #838666

RGB 131134102
HSL0.180.140.46
HSV66°24°53°
CMYK 0.020.000.24   0.47
XYZ20.283422.834815.9089
Yxy22.83480.34360.3869
Hunter Lab47.7858-7.858113.7111
CIE-Lab54.9018-6.817816.9052

#838666 color RGB value is (131,134,102).

#838666 hex color red value is 131, green value is 134 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #838666 hue: 0.18 , saturation: 0.14 and the lightness value of 838666 is 0.46.

The process color (four color CMYK) of #838666 color hex is 0.02, 0.00, 0.24, 0.47. Web safe color of #838666 is #999966. Color #838666 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000110 01100110
Octal 203 206 146
Decimal 131 134 102
Hex 83 86 66

RGB Percentages of Color #838666

%35.69
%36.51
%27.79

CMYK Percentages of Color #838666

%2
%0
%24
%47

Triadic Colors of #838666

#838666 #668386 #866683

Analogous Colors of #838666

#838666 #738666 #867966

Monochromatic Colors of #838666

#838666

Complementary Color

#838666 #696686

#838666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838666 Color CSS Codes

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

#838666 Text Font Color

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

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


#838666 Background Color

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

This div background color is #838666


#838666 Border Color

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

This div border color is #838666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838666


Comments

No comments written yet.

Please login to write comment.