Color Hex Logo

#2e594e Color Hex

#2E594E
(46,89,78)
0 Favorites   0 Comments

Color spaces of #2e594e

RGB 468978
HSL0.460.320.26
HSV165°48°35°
CMYK 0.480.000.12   0.65
XYZ6.07428.27578.4849
Yxy8.27570.26600.3624
Hunter Lab28.7675-12.65332.6498
CIE-Lab34.5506-17.98711.7298

#2e594e color RGB value is (46,89,78).

#2e594e hex color red value is 46, green value is 89 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2e594e hue: 0.46 , saturation: 0.32 and the lightness value of 2e594e is 0.26.

The process color (four color CMYK) of #2e594e color hex is 0.48, 0.00, 0.12, 0.65. Web safe color of #2e594e is #336666. Color #2e594e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01011001 01001110
Octal 56 131 116
Decimal 46 89 78
Hex 2E 59 4E

RGB Percentages of Color #2e594e

%21.60
%41.78
%36.62

CMYK Percentages of Color #2e594e

%48
%0
%12
%65

Triadic Colors of #2e594e

#2e594e #4e2e59 #594e2e

Analogous Colors of #2e594e

#2e594e #2e4f59 #2e5939

Monochromatic Colors of #2e594e

#2e594e

Complementary Color

#2e594e #592e39

#2e594e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e594e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e594e Color CSS Codes

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

#2e594e Text Font Color

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

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


#2e594e Background Color

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

This div background color is #2e594e


#2e594e Border Color

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

This div border color is #2e594e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e594e


Comments

No comments written yet.

Please login to write comment.