Color Hex Logo

#6e932d Color Hex

#6E932D
(110,147,45)
0 Favorites   0 Comments

Color spaces of #6e932d

RGB 11014745
HSL0.230.530.38
HSV82°69°58°
CMYK 0.250.000.69   0.42
XYZ17.337824.37196.2731
Yxy24.37190.36130.5079
Hunter Lab49.3679-23.705427.0236
CIE-Lab56.4582-28.753347.6829

#6e932d color RGB value is (110,147,45).

#6e932d hex color red value is 110, green value is 147 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #6e932d hue: 0.23 , saturation: 0.53 and the lightness value of 6e932d is 0.38.

The process color (four color CMYK) of #6e932d color hex is 0.25, 0.00, 0.69, 0.42. Web safe color of #6e932d is #669933. Color #6e932d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10010011 00101101
Octal 156 223 55
Decimal 110 147 45
Hex 6E 93 2D

RGB Percentages of Color #6e932d

%36.42
%48.68
%14.90

CMYK Percentages of Color #6e932d

%25
%0
%69
%42

Triadic Colors of #6e932d

#6e932d #2d6e93 #932d6e

Analogous Colors of #6e932d

#6e932d #3b932d #93852d

Monochromatic Colors of #6e932d

#6e932d

Complementary Color

#6e932d #522d93

#6e932d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e932d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e932d Color CSS Codes

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

#6e932d Text Font Color

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

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


#6e932d Background Color

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

This div background color is #6e932d


#6e932d Border Color

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

This div border color is #6e932d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e932d


Comments

No comments written yet.

Please login to write comment.