Color Hex Logo

#6d947f Color Hex

#6D947F
(109,148,127)
0 Favorites   0 Comments

Color spaces of #6d947f

RGB 109148127
HSL0.410.150.50
HSV148°26°58°
CMYK 0.260.000.14   0.42
XYZ20.727325.963323.9976
Yxy25.96330.29320.3673
Hunter Lab50.9542-16.55917.7445
CIE-Lab58.0022-18.01786.7810

#6d947f color RGB value is (109,148,127).

#6d947f hex color red value is 109, green value is 148 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #6d947f hue: 0.41 , saturation: 0.15 and the lightness value of 6d947f is 0.50.

The process color (four color CMYK) of #6d947f color hex is 0.26, 0.00, 0.14, 0.42. Web safe color of #6d947f is #669966. Color #6d947f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10010100 01111111
Octal 155 224 177
Decimal 109 148 127
Hex 6D 94 7F

RGB Percentages of Color #6d947f

%28.39
%38.54
%33.07

CMYK Percentages of Color #6d947f

%26
%0
%14
%42

Triadic Colors of #6d947f

#6d947f #7f6d94 #947f6d

Analogous Colors of #6d947f

#6d947f #6d9493 #6f946d

Monochromatic Colors of #6d947f

#6d947f

Complementary Color

#6d947f #946d82

#6d947f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d947f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d947f Color CSS Codes

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

#6d947f Text Font Color

<p style="color:#6d947f">Text here</p>

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


#6d947f Background Color

<div style="background-color:#6d947f">
Div content here</div>

This div background color is #6d947f


#6d947f Border Color

<div style="border:3px solid #6d947f">
Div here</div>

This div border color is #6d947f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,148,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 #6d947f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d947f


Comments

No comments written yet.

Please login to write comment.