Color Hex Logo

#5f512e Color Hex

#5F512E
(95,81,46)
0 Favorites   0 Comments

Color spaces of #5f512e

RGB 958146
HSL0.120.350.28
HSV43°52°37°
CMYK 0.000.150.52   0.63
XYZ8.15498.51503.7985
Yxy8.51500.39840.4160
Hunter Lab29.1805-1.181512.7084
CIE-Lab35.03320.557122.6380

#5f512e color RGB value is (95,81,46).

#5f512e hex color red value is 95, green value is 81 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5f512e hue: 0.12 , saturation: 0.35 and the lightness value of 5f512e is 0.28.

The process color (four color CMYK) of #5f512e color hex is 0.00, 0.15, 0.52, 0.63. Web safe color of #5f512e is #666633. Color #5f512e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01010001 00101110
Octal 137 121 56
Decimal 95 81 46
Hex 5F 51 2E

RGB Percentages of Color #5f512e

%42.79
%36.49
%20.72

CMYK Percentages of Color #5f512e

%0
%15
%52
%63

Triadic Colors of #5f512e

#5f512e #2e5f51 #512e5f

Analogous Colors of #5f512e

#5f512e #555f2e #5f392e

Monochromatic Colors of #5f512e

#5f512e

Complementary Color

#5f512e #2e3c5f

#5f512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f512e Color CSS Codes

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

#5f512e Text Font Color

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

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


#5f512e Background Color

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

This div background color is #5f512e


#5f512e Border Color

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

This div border color is #5f512e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,81,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f512e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f512e;
  -webkit-box-shadow: 1px 1px 3px 2px #5f512e;
  box-shadow:         1px 1px 3px 2px #5f512e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,81,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f512e


Comments

No comments written yet.

Please login to write comment.