Color Hex Logo

#2e493c Color Hex

#2E493C
(46,73,60)
0 Favorites   0 Comments

Color spaces of #2e493c

RGB 467360
HSL0.420.230.23
HSV151°37°29°
CMYK 0.370.000.18   0.71
XYZ4.32495.67225.1419
Yxy5.67220.28570.3747
Hunter Lab23.8164-9.26423.8709
CIE-Lab28.5699-13.60724.5536

#2e493c color RGB value is (46,73,60).

#2e493c hex color red value is 46, green value is 73 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #2e493c hue: 0.42 , saturation: 0.23 and the lightness value of 2e493c is 0.23.

The process color (four color CMYK) of #2e493c color hex is 0.37, 0.00, 0.18, 0.71. Web safe color of #2e493c is #333333. Color #2e493c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01001001 00111100
Octal 56 111 74
Decimal 46 73 60
Hex 2E 49 3C

RGB Percentages of Color #2e493c

%25.70
%40.78
%33.52

CMYK Percentages of Color #2e493c

%37
%0
%18
%71

Triadic Colors of #2e493c

#2e493c #3c2e49 #493c2e

Analogous Colors of #2e493c

#2e493c #2e4949 #2e492f

Monochromatic Colors of #2e493c

#2e493c

Complementary Color

#2e493c #492e3b

#2e493c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e493c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e493c Color CSS Codes

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

#2e493c Text Font Color

<p style="color:#2e493c">Text here</p>

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


#2e493c Background Color

<div style="background-color:#2e493c">
Div content here</div>

This div background color is #2e493c


#2e493c Border Color

<div style="border:3px solid #2e493c">
Div here</div>

This div border color is #2e493c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,73,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2e493c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2e493c;
  -webkit-box-shadow: 1px 1px 3px 2px #2e493c;
  box-shadow:         1px 1px 3px 2px #2e493c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,73,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e493c


Comments

No comments written yet.

Please login to write comment.