Color Hex Logo

#858131 Color Hex

#858131
(133,129,49)
0 Favorites   0 Comments

Color spaces of #858131

RGB 13312949
HSL0.160.460.36
HSV57°63°52°
CMYK 0.000.030.63   0.48
XYZ18.077520.90885.9887
Yxy20.90880.40190.4649
Hunter Lab45.7261-9.452124.2432
CIE-Lab52.8495-9.221942.6465

#858131 color RGB value is (133,129,49).

#858131 hex color red value is 133, green value is 129 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #858131 hue: 0.16 , saturation: 0.46 and the lightness value of 858131 is 0.36.

The process color (four color CMYK) of #858131 color hex is 0.00, 0.03, 0.63, 0.48. Web safe color of #858131 is #999933. Color #858131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000001 00110001
Octal 205 201 61
Decimal 133 129 49
Hex 85 81 31

RGB Percentages of Color #858131

%42.77
%41.48
%15.76

CMYK Percentages of Color #858131

%0
%3
%63
%48

Triadic Colors of #858131

#858131 #318581 #813185

Analogous Colors of #858131

#858131 #5f8531 #855731

Monochromatic Colors of #858131

#858131

Complementary Color

#858131 #313585

#858131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858131 Color CSS Codes

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

#858131 Text Font Color

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

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


#858131 Background Color

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

This div background color is #858131


#858131 Border Color

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

This div border color is #858131


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,129,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #858131; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #858131;
  -webkit-box-shadow: 1px 1px 3px 2px #858131;
  box-shadow:         1px 1px 3px 2px #858131; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,129,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858131


Comments

No comments written yet.

Please login to write comment.