Color Hex Logo

#5f6647 Color Hex

#5F6647
(95,102,71)
0 Favorites   0 Comments

Color spaces of #5f6647

RGB 9510271
HSL0.200.180.34
HSV74°30°40°
CMYK 0.070.000.30   0.60
XYZ10.608012.39067.7938
Yxy12.39060.34450.4024
Hunter Lab35.2003-7.807511.5126
CIE-Lab41.8303-8.535916.6663

#5f6647 color RGB value is (95,102,71).

#5f6647 hex color red value is 95, green value is 102 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #5f6647 hue: 0.20 , saturation: 0.18 and the lightness value of 5f6647 is 0.34.

The process color (four color CMYK) of #5f6647 color hex is 0.07, 0.00, 0.30, 0.60. Web safe color of #5f6647 is #666633. Color #5f6647 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01100110 01000111
Octal 137 146 107
Decimal 95 102 71
Hex 5F 66 47

RGB Percentages of Color #5f6647

%35.45
%38.06
%26.49

CMYK Percentages of Color #5f6647

%7
%0
%30
%60

Triadic Colors of #5f6647

#5f6647 #475f66 #66475f

Analogous Colors of #5f6647

#5f6647 #506647 #665e47

Monochromatic Colors of #5f6647

#5f6647

Complementary Color

#5f6647 #4e4766

#5f6647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f6647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f6647 Color CSS Codes

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

#5f6647 Text Font Color

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

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


#5f6647 Background Color

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

This div background color is #5f6647


#5f6647 Border Color

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

This div border color is #5f6647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f6647


Comments

No comments written yet.

Please login to write comment.