Color Hex Logo

#839366 Color Hex

#839366
(131,147,102)
0 Favorites   0 Comments

Color spaces of #839366

RGB 131147102
HSL0.230.180.49
HSV81°31°58°
CMYK 0.110.000.31   0.42
XYZ22.192126.652016.5451
Yxy26.65200.33940.4076
Hunter Lab51.6256-13.613617.1365
CIE-Lab58.6508-13.884721.9832

#839366 color RGB value is (131,147,102).

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

The process color (four color CMYK) of #839366 color hex is 0.11, 0.00, 0.31, 0.42. Web safe color of #839366 is #999966. Color #839366 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010011 01100110
Octal 203 223 146
Decimal 131 147 102
Hex 83 93 66

RGB Percentages of Color #839366

%34.47
%38.68
%26.84

CMYK Percentages of Color #839366

%11
%0
%31
%42

Triadic Colors of #839366

#839366 #668393 #936683

Analogous Colors of #839366

#839366 #6d9366 #938d66

Monochromatic Colors of #839366

#839366

Complementary Color

#839366 #766693

#839366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#839366 Color CSS Codes

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

#839366 Text Font Color

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

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


#839366 Background Color

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

This div background color is #839366


#839366 Border Color

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

This div border color is #839366


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,147,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 #839366">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839366


Comments

No comments written yet.

Please login to write comment.