Color Hex Logo

#5f6a43 Color Hex

#5F6A43
(95,106,67)
0 Favorites   0 Comments

Color spaces of #5f6a43

RGB 9510667
HSL0.210.230.34
HSV77°37°42°
CMYK 0.100.000.37   0.58
XYZ10.886513.14627.2739
Yxy13.14620.34770.4199
Hunter Lab36.2577-9.855713.4858
CIE-Lab42.9827-11.414620.5424

#5f6a43 color RGB value is (95,106,67).

#5f6a43 hex color red value is 95, green value is 106 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #5f6a43 hue: 0.21 , saturation: 0.23 and the lightness value of 5f6a43 is 0.34.

The process color (four color CMYK) of #5f6a43 color hex is 0.10, 0.00, 0.37, 0.58. Web safe color of #5f6a43 is #666633. Color #5f6a43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01101010 01000011
Octal 137 152 103
Decimal 95 106 67
Hex 5F 6A 43

RGB Percentages of Color #5f6a43

%35.45
%39.55
%25.00

CMYK Percentages of Color #5f6a43

%10
%0
%37
%58

Triadic Colors of #5f6a43

#5f6a43 #435f6a #6a435f

Analogous Colors of #5f6a43

#5f6a43 #4c6a43 #6a6243

Monochromatic Colors of #5f6a43

#5f6a43

Complementary Color

#5f6a43 #4e436a

#5f6a43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f6a43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f6a43 Color CSS Codes

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

#5f6a43 Text Font Color

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

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


#5f6a43 Background Color

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

This div background color is #5f6a43


#5f6a43 Border Color

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

This div border color is #5f6a43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f6a43


Comments

No comments written yet.

Please login to write comment.