Color Hex Logo

#5f947e Color Hex

#5F947E
(95,148,126)
0 Favorites   0 Comments

Color spaces of #5f947e

RGB 95148126
HSL0.430.220.48
HSV155°36°58°
CMYK 0.360.000.15   0.42
XYZ19.075125.119123.5818
Yxy25.11910.28140.3706
Hunter Lab50.1190-19.77177.1863
CIE-Lab57.1913-22.74146.0847

#5f947e color RGB value is (95,148,126).

#5f947e hex color red value is 95, green value is 148 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #5f947e hue: 0.43 , saturation: 0.22 and the lightness value of 5f947e is 0.48.

The process color (four color CMYK) of #5f947e color hex is 0.36, 0.00, 0.15, 0.42. Web safe color of #5f947e is #669966. Color #5f947e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10010100 01111110
Octal 137 224 176
Decimal 95 148 126
Hex 5F 94 7E

RGB Percentages of Color #5f947e

%25.75
%40.11
%34.15

CMYK Percentages of Color #5f947e

%36
%0
%15
%42

Triadic Colors of #5f947e

#5f947e #7e5f94 #947e5f

Analogous Colors of #5f947e

#5f947e #5f9094 #5f9464

Monochromatic Colors of #5f947e

#5f947e

Complementary Color

#5f947e #945f75

#5f947e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f947e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f947e Color CSS Codes

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

#5f947e Text Font Color

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

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


#5f947e Background Color

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

This div background color is #5f947e


#5f947e Border Color

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

This div border color is #5f947e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f947e


Comments

No comments written yet.

Please login to write comment.