Color Hex Logo

#5f641f Color Hex

#5F641F
(95,100,31)
0 Favorites   0 Comments

Color spaces of #5f641f

RGB 9510031
HSL0.180.530.26
HSV64°69°39°
CMYK 0.050.000.69   0.61
XYZ9.523811.64623.0423
Yxy11.64620.39330.4810
Hunter Lab34.1265-9.906918.6030
CIE-Lab40.6482-11.938536.9802

#5f641f color RGB value is (95,100,31).

#5f641f hex color red value is 95, green value is 100 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5f641f hue: 0.18 , saturation: 0.53 and the lightness value of 5f641f is 0.26.

The process color (four color CMYK) of #5f641f color hex is 0.05, 0.00, 0.69, 0.61. Web safe color of #5f641f is #666633. Color #5f641f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01100100 00011111
Octal 137 144 37
Decimal 95 100 31
Hex 5F 64 1F

RGB Percentages of Color #5f641f

%42.04
%44.25
%13.72

CMYK Percentages of Color #5f641f

%5
%0
%69
%61

Triadic Colors of #5f641f

#5f641f #1f5f64 #641f5f

Analogous Colors of #5f641f

#5f641f #3d641f #64461f

Monochromatic Colors of #5f641f

#5f641f

Complementary Color

#5f641f #241f64

#5f641f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f641f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f641f Color CSS Codes

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

#5f641f Text Font Color

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

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


#5f641f Background Color

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

This div background color is #5f641f


#5f641f Border Color

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

This div border color is #5f641f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f641f


Comments

No comments written yet.

Please login to write comment.