Color Hex Logo

#838059 Color Hex

#838059
(131,128,89)
0 Favorites   0 Comments

Color spaces of #838059

RGB 13112889
HSL0.150.190.43
HSV56°32°51°
CMYK 0.000.020.32   0.49
XYZ18.882420.984912.5065
Yxy20.98490.36050.4007
Hunter Lab45.8093-6.589315.8796
CIE-Lab52.9330-5.375721.6300

#838059 color RGB value is (131,128,89).

#838059 hex color red value is 131, green value is 128 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #838059 hue: 0.15 , saturation: 0.19 and the lightness value of 838059 is 0.43.

The process color (four color CMYK) of #838059 color hex is 0.00, 0.02, 0.32, 0.49. Web safe color of #838059 is #999966. Color #838059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000000 01011001
Octal 203 200 131
Decimal 131 128 89
Hex 83 80 59

RGB Percentages of Color #838059

%37.64
%36.78
%25.57

CMYK Percentages of Color #838059

%0
%2
%32
%49

Triadic Colors of #838059

#838059 #598380 #805983

Analogous Colors of #838059

#838059 #718359 #836b59

Monochromatic Colors of #838059

#838059

Complementary Color

#838059 #595c83

#838059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838059 Color CSS Codes

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

#838059 Text Font Color

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

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


#838059 Background Color

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

This div background color is #838059


#838059 Border Color

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

This div border color is #838059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838059


Comments

No comments written yet.

Please login to write comment.