Color Hex Logo

#1e392f Color Hex

#1E392F
(30,57,47)
0 Favorites   0 Comments

Color spaces of #1e392f

RGB 305747
HSL0.440.310.17
HSV158°47°22°
CMYK 0.470.000.18   0.78
XYZ2.51163.40753.2147
Yxy3.40750.27500.3731
Hunter Lab18.4594-8.01722.5963
CIE-Lab21.6071-13.17243.0254

#1e392f color RGB value is (30,57,47).

#1e392f hex color red value is 30, green value is 57 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #1e392f hue: 0.44 , saturation: 0.31 and the lightness value of 1e392f is 0.17.

The process color (four color CMYK) of #1e392f color hex is 0.47, 0.00, 0.18, 0.78. Web safe color of #1e392f is #333333. Color #1e392f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00111001 00101111
Octal 36 71 57
Decimal 30 57 47
Hex 1E 39 2F

RGB Percentages of Color #1e392f

%22.39
%42.54
%35.07

CMYK Percentages of Color #1e392f

%47
%0
%18
%78

Triadic Colors of #1e392f

#1e392f #2f1e39 #392f1e

Analogous Colors of #1e392f

#1e392f #1e3639 #1e3922

Monochromatic Colors of #1e392f

#1e392f

Complementary Color

#1e392f #391e28

#1e392f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e392f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e392f Color CSS Codes

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

#1e392f Text Font Color

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

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


#1e392f Background Color

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

This div background color is #1e392f


#1e392f Border Color

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

This div border color is #1e392f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e392f

#1e392f Color Palettes


Comments

No comments written yet.

Please login to write comment.