Color Hex Logo

#1e7456 Color Hex

#1E7456
(30,116,86)
0 Favorites   0 Comments

Color spaces of #1e7456

RGB 3011686
HSL0.440.590.29
HSV159°74°45°
CMYK 0.740.000.26   0.55
XYZ8.460513.438710.9521
Yxy13.43870.25750.4091
Hunter Lab36.6588-22.95697.9479
CIE-Lab43.4170-32.85879.4303

#1e7456 color RGB value is (30,116,86).

#1e7456 hex color red value is 30, green value is 116 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #1e7456 hue: 0.44 , saturation: 0.59 and the lightness value of 1e7456 is 0.29.

The process color (four color CMYK) of #1e7456 color hex is 0.74, 0.00, 0.26, 0.55. Web safe color of #1e7456 is #336666. Color #1e7456 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01110100 01010110
Octal 36 164 126
Decimal 30 116 86
Hex 1E 74 56

RGB Percentages of Color #1e7456

%12.93
%50.00
%37.07

CMYK Percentages of Color #1e7456

%74
%0
%26
%55

Triadic Colors of #1e7456

#1e7456 #561e74 #74561e

Analogous Colors of #1e7456

#1e7456 #1e6774 #1e742b

Monochromatic Colors of #1e7456

#1e7456

Complementary Color

#1e7456 #741e3c

#1e7456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e7456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e7456 Color CSS Codes

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

#1e7456 Text Font Color

<p style="color:#1e7456">Text here</p>

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


#1e7456 Background Color

<div style="background-color:#1e7456">
Div content here</div>

This div background color is #1e7456


#1e7456 Border Color

<div style="border:3px solid #1e7456">
Div here</div>

This div border color is #1e7456


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,116,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1e7456; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1e7456;
  -webkit-box-shadow: 1px 1px 3px 2px #1e7456;
  box-shadow:         1px 1px 3px 2px #1e7456; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,116,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e7456


Comments

No comments written yet.

Please login to write comment.