Color Hex Logo

#2e643e Color Hex

#2E643E
(46,100,62)
0 Favorites   0 Comments

Color spaces of #2e643e

RGB 4610062
HSL0.380.370.29
HSV138°54°39°
CMYK 0.540.000.38   0.61
XYZ6.553410.04306.1505
Yxy10.04300.28810.4415
Hunter Lab31.6907-18.546210.6765
CIE-Lab37.9195-27.383816.2261

#2e643e color RGB value is (46,100,62).

#2e643e hex color red value is 46, green value is 100 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #2e643e hue: 0.38 , saturation: 0.37 and the lightness value of 2e643e is 0.29.

The process color (four color CMYK) of #2e643e color hex is 0.54, 0.00, 0.38, 0.61. Web safe color of #2e643e is #336633. Color #2e643e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01100100 00111110
Octal 56 144 76
Decimal 46 100 62
Hex 2E 64 3E

RGB Percentages of Color #2e643e

%22.12
%48.08
%29.81

CMYK Percentages of Color #2e643e

%54
%0
%38
%61

Triadic Colors of #2e643e

#2e643e #3e2e64 #643e2e

Analogous Colors of #2e643e

#2e643e #2e6459 #39642e

Monochromatic Colors of #2e643e

#2e643e

Complementary Color

#2e643e #642e54

#2e643e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e643e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e643e Color CSS Codes

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

#2e643e Text Font Color

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

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


#2e643e Background Color

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

This div background color is #2e643e


#2e643e Border Color

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

This div border color is #2e643e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e643e


Comments

No comments written yet.

Please login to write comment.