Color Hex Logo

#2e5040 Color Hex

#2E5040
(46,80,64)
0 Favorites   0 Comments

Color spaces of #2e5040

RGB 468064
HSL0.420.270.25
HSV152°43°31°
CMYK 0.430.000.20   0.69
XYZ4.92086.68835.8821
Yxy6.68830.28130.3824
Hunter Lab25.8617-11.29434.6181
CIE-Lab31.0865-16.60645.5780

#2e5040 color RGB value is (46,80,64).

#2e5040 hex color red value is 46, green value is 80 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #2e5040 hue: 0.42 , saturation: 0.27 and the lightness value of 2e5040 is 0.25.

The process color (four color CMYK) of #2e5040 color hex is 0.43, 0.00, 0.20, 0.69. Web safe color of #2e5040 is #336633. Color #2e5040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01010000 01000000
Octal 56 120 100
Decimal 46 80 64
Hex 2E 50 40

RGB Percentages of Color #2e5040

%24.21
%42.11
%33.68

CMYK Percentages of Color #2e5040

%43
%0
%20
%69

Triadic Colors of #2e5040

#2e5040 #402e50 #50402e

Analogous Colors of #2e5040

#2e5040 #2e4f50 #2e502f

Monochromatic Colors of #2e5040

#2e5040

Complementary Color

#2e5040 #502e3e

#2e5040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e5040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e5040 Color CSS Codes

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

#2e5040 Text Font Color

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

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


#2e5040 Background Color

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

This div background color is #2e5040


#2e5040 Border Color

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

This div border color is #2e5040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e5040


Comments

No comments written yet.

Please login to write comment.