Color Hex Logo

#839368 Color Hex

#839368
(131,147,104)
0 Favorites   0 Comments

Color spaces of #839368

RGB 131147104
HSL0.230.170.49
HSV82°29°58°
CMYK 0.110.000.29   0.42
XYZ22.292526.692217.0739
Yxy26.69220.33750.4041
Hunter Lab51.6645-13.392616.5712
CIE-Lab58.6883-13.582820.9228

#839368 color RGB value is (131,147,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010011 01101000
Octal 203 223 150
Decimal 131 147 104
Hex 83 93 68

RGB Percentages of Color #839368

%34.29
%38.48
%27.23

CMYK Percentages of Color #839368

%11
%0
%29
%42

Triadic Colors of #839368

#839368 #688393 #936883

Analogous Colors of #839368

#839368 #6e9368 #938e68

Monochromatic Colors of #839368

#839368

Complementary Color

#839368 #786893

#839368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#839368 Color CSS Codes

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

#839368 Text Font Color

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

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


#839368 Background Color

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

This div background color is #839368


#839368 Border Color

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

This div border color is #839368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839368


Comments

No comments written yet.

Please login to write comment.