Color Hex Logo

#1e735e Color Hex

#1E735E
(30,115,94)
0 Favorites   0 Comments

Color spaces of #1e735e

RGB 3011594
HSL0.460.590.28
HSV165°74°45°
CMYK 0.740.000.18   0.55
XYZ8.686513.345612.7078
Yxy13.34560.25000.3842
Hunter Lab36.5316-21.48664.9477
CIE-Lab43.2794-30.29564.4672

#1e735e color RGB value is (30,115,94).

#1e735e hex color red value is 30, green value is 115 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #1e735e hue: 0.46 , saturation: 0.59 and the lightness value of 1e735e is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 01110011 01011110
Octal 36 163 136
Decimal 30 115 94
Hex 1E 73 5E

RGB Percentages of Color #1e735e

%12.55
%48.12
%39.33

CMYK Percentages of Color #1e735e

%74
%0
%18
%55

Triadic Colors of #1e735e

#1e735e #5e1e73 #735e1e

Analogous Colors of #1e735e

#1e735e #1e5e73 #1e7334

Monochromatic Colors of #1e735e

#1e735e

Complementary Color

#1e735e #731e33

#1e735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e735e Color CSS Codes

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

#1e735e Text Font Color

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

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


#1e735e Background Color

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

This div background color is #1e735e


#1e735e Border Color

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

This div border color is #1e735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e735e


Comments

No comments written yet.

Please login to write comment.