Color Hex Logo

#1e3b31 Color Hex

#1E3B31
(30,59,49)
0 Favorites   0 Comments

Color spaces of #1e3b31

RGB 305949
HSL0.440.330.17
HSV159°49°23°
CMYK 0.490.000.17   0.77
XYZ2.65383.62573.4657
Yxy3.62570.27230.3720
Hunter Lab19.0413-8.44452.5375
CIE-Lab22.3933-13.80192.8122

#1e3b31 color RGB value is (30,59,49).

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

The process color (four color CMYK) of #1e3b31 color hex is 0.49, 0.00, 0.17, 0.77. Web safe color of #1e3b31 is #333333. Color #1e3b31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00111011 00110001
Octal 36 73 61
Decimal 30 59 49
Hex 1E 3B 31

RGB Percentages of Color #1e3b31

%21.74
%42.75
%35.51

CMYK Percentages of Color #1e3b31

%49
%0
%17
%77

Triadic Colors of #1e3b31

#1e3b31 #311e3b #3b311e

Analogous Colors of #1e3b31

#1e3b31 #1e373b #1e3b23

Monochromatic Colors of #1e3b31

#1e3b31

Complementary Color

#1e3b31 #3b1e28

#1e3b31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e3b31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e3b31 Color CSS Codes

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

#1e3b31 Text Font Color

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

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


#1e3b31 Background Color

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

This div background color is #1e3b31


#1e3b31 Border Color

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

This div border color is #1e3b31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e3b31


Comments

No comments written yet.

Please login to write comment.