Color Hex Logo

#6e854e Color Hex

#6E854E
(110,133,78)
0 Favorites   0 Comments

Color spaces of #6e854e

RGB 11013378
HSL0.240.260.41
HSV85°41°52°
CMYK 0.170.000.41   0.48
XYZ16.193120.640110.3382
Yxy20.64010.34330.4376
Hunter Lab45.4314-15.882218.3101
CIE-Lab52.5533-18.305126.9541

#6e854e color RGB value is (110,133,78).

#6e854e hex color red value is 110, green value is 133 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #6e854e hue: 0.24 , saturation: 0.26 and the lightness value of 6e854e is 0.41.

The process color (four color CMYK) of #6e854e color hex is 0.17, 0.00, 0.41, 0.48. Web safe color of #6e854e is #669966. Color #6e854e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000101 01001110
Octal 156 205 116
Decimal 110 133 78
Hex 6E 85 4E

RGB Percentages of Color #6e854e

%34.27
%41.43
%24.30

CMYK Percentages of Color #6e854e

%17
%0
%41
%48

Triadic Colors of #6e854e

#6e854e #4e6e85 #854e6e

Analogous Colors of #6e854e

#6e854e #53854e #85814e

Monochromatic Colors of #6e854e

#6e854e

Complementary Color

#6e854e #654e85

#6e854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e854e Color CSS Codes

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

#6e854e Text Font Color

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

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


#6e854e Background Color

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

This div background color is #6e854e


#6e854e Border Color

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

This div border color is #6e854e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,133,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e854e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e854e;
  -webkit-box-shadow: 1px 1px 3px 2px #6e854e;
  box-shadow:         1px 1px 3px 2px #6e854e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,133,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e854e


Comments

No comments written yet.

Please login to write comment.