Color Hex Logo

#6e7848 Color Hex

#6E7848
(110,120,72)
0 Favorites   0 Comments

Color spaces of #6e7848

RGB 11012072
HSL0.200.250.38
HSV73°40°47°
CMYK 0.080.000.40   0.53
XYZ14.316617.21588.6993
Yxy17.21580.35590.4279
Hunter Lab41.4919-11.020316.6135
CIE-Lab48.5308-12.116025.1200

#6e7848 color RGB value is (110,120,72).

#6e7848 hex color red value is 110, green value is 120 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #6e7848 hue: 0.20 , saturation: 0.25 and the lightness value of 6e7848 is 0.38.

The process color (four color CMYK) of #6e7848 color hex is 0.08, 0.00, 0.40, 0.53. Web safe color of #6e7848 is #666633. Color #6e7848 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01111000 01001000
Octal 156 170 110
Decimal 110 120 72
Hex 6E 78 48

RGB Percentages of Color #6e7848

%36.42
%39.74
%23.84

CMYK Percentages of Color #6e7848

%8
%0
%40
%53

Triadic Colors of #6e7848

#6e7848 #486e78 #78486e

Analogous Colors of #6e7848

#6e7848 #567848 #786a48

Monochromatic Colors of #6e7848

#6e7848

Complementary Color

#6e7848 #524878

#6e7848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e7848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e7848 Color CSS Codes

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

#6e7848 Text Font Color

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

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


#6e7848 Background Color

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

This div background color is #6e7848


#6e7848 Border Color

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

This div border color is #6e7848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e7848

#6e7848 Color Palettes


Comments

No comments written yet.

Please login to write comment.