Color Hex Logo

#94977f Color Hex

#94977F
(148,151,127)
0 Favorites   0 Comments

Color spaces of #94977f

RGB 148151127
HSL0.190.100.55
HSV68°16°59°
CMYK 0.020.000.16   0.41
XYZ27.110129.961424.4329
Yxy29.96140.33260.3676
Hunter Lab54.7370-7.382411.8507
CIE-Lab61.6209-5.442812.2941

#94977f color RGB value is (148,151,127).

#94977f hex color red value is 148, green value is 151 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #94977f hue: 0.19 , saturation: 0.10 and the lightness value of 94977f is 0.55.

The process color (four color CMYK) of #94977f color hex is 0.02, 0.00, 0.16, 0.41. Web safe color of #94977f is #999966. Color #94977f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010111 01111111
Octal 224 227 177
Decimal 148 151 127
Hex 94 97 7F

RGB Percentages of Color #94977f

%34.74
%35.45
%29.81

CMYK Percentages of Color #94977f

%2
%0
%16
%41

Triadic Colors of #94977f

#94977f #7f9497 #977f94

Analogous Colors of #94977f

#94977f #88977f #978e7f

Monochromatic Colors of #94977f

#94977f

Complementary Color

#94977f #827f97

#94977f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94977f Color Preview on White Background

Lorem ipsum dolor sit amet.

#94977f Color CSS Codes

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

#94977f Text Font Color

<p style="color:#94977f">Text here</p>

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


#94977f Background Color

<div style="background-color:#94977f">
Div content here</div>

This div background color is #94977f


#94977f Border Color

<div style="border:3px solid #94977f">
Div here</div>

This div border color is #94977f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,151,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94977f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94977f;
  -webkit-box-shadow: 1px 1px 3px 2px #94977f;
  box-shadow:         1px 1px 3px 2px #94977f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94977f


Comments

No comments written yet.

Please login to write comment.