Color Hex Logo

#5f6359 Color Hex

#5F6359
(95,99,89)
0 Favorites   0 Comments

Color spaces of #5f6359

RGB 959989
HSL0.230.050.37
HSV84°10°39°
CMYK 0.040.000.10   0.61
XYZ10.984312.077811.2035
Yxy12.07780.32060.3525
Hunter Lab34.7531-4.40015.2136
CIE-Lab41.3395-3.60695.1422

#5f6359 color RGB value is (95,99,89).

#5f6359 hex color red value is 95, green value is 99 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #5f6359 hue: 0.23 , saturation: 0.05 and the lightness value of 5f6359 is 0.37.

The process color (four color CMYK) of #5f6359 color hex is 0.04, 0.00, 0.10, 0.61. Web safe color of #5f6359 is #666666. Color #5f6359 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01100011 01011001
Octal 137 143 131
Decimal 95 99 89
Hex 5F 63 59

RGB Percentages of Color #5f6359

%33.57
%34.98
%31.45

CMYK Percentages of Color #5f6359

%4
%0
%10
%61

Triadic Colors of #5f6359

#5f6359 #595f63 #63595f

Analogous Colors of #5f6359

#5f6359 #5a6359 #636259

Monochromatic Colors of #5f6359

#5f6359

Complementary Color

#5f6359 #5d5963

#5f6359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f6359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f6359 Color CSS Codes

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

#5f6359 Text Font Color

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

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


#5f6359 Background Color

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

This div background color is #5f6359


#5f6359 Border Color

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

This div border color is #5f6359


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,99,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 #5f6359">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f6359


Comments

No comments written yet.

Please login to write comment.