Color Hex Logo

#839078 Color Hex

#839078
(131,144,120)
0 Favorites   0 Comments

Color spaces of #839078

RGB 131144120
HSL0.260.100.52
HSV93°17°56°
CMYK 0.090.000.17   0.44
XYZ22.723526.127921.6148
Yxy26.12790.32250.3708
Hunter Lab51.1155-10.099410.7093
CIE-Lab58.1583-9.323511.1887

#839078 color RGB value is (131,144,120).

#839078 hex color red value is 131, green value is 144 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #839078 hue: 0.26 , saturation: 0.10 and the lightness value of 839078 is 0.52.

The process color (four color CMYK) of #839078 color hex is 0.09, 0.00, 0.17, 0.44. Web safe color of #839078 is #999966. Color #839078 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010000 01111000
Octal 203 220 170
Decimal 131 144 120
Hex 83 90 78

RGB Percentages of Color #839078

%33.16
%36.46
%30.38

CMYK Percentages of Color #839078

%9
%0
%17
%44

Triadic Colors of #839078

#839078 #788390 #907883

Analogous Colors of #839078

#839078 #789079 #8f9078

Monochromatic Colors of #839078

#839078

Complementary Color

#839078 #857890

#839078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#839078 Color CSS Codes

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

#839078 Text Font Color

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

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


#839078 Background Color

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

This div background color is #839078


#839078 Border Color

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

This div border color is #839078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839078


Comments

No comments written yet.

Please login to write comment.