Color Hex Logo

#2e443a Color Hex

#2E443A
(46,68,58)
0 Favorites   0 Comments

Color spaces of #2e443a

RGB 466858
HSL0.420.190.22
HSV153°32°27°
CMYK 0.320.000.15   0.73
XYZ3.95765.02064.7635
Yxy5.02060.28800.3654
Hunter Lab22.4067-7.68403.0801
CIE-Lab26.7934-11.15323.3093

#2e443a color RGB value is (46,68,58).

#2e443a hex color red value is 46, green value is 68 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #2e443a hue: 0.42 , saturation: 0.19 and the lightness value of 2e443a is 0.22.

The process color (four color CMYK) of #2e443a color hex is 0.32, 0.00, 0.15, 0.73. Web safe color of #2e443a is #333333. Color #2e443a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01000100 00111010
Octal 56 104 72
Decimal 46 68 58
Hex 2E 44 3A

RGB Percentages of Color #2e443a

%26.74
%39.53
%33.72

CMYK Percentages of Color #2e443a

%32
%0
%15
%73

Triadic Colors of #2e443a

#2e443a #3a2e44 #443a2e

Analogous Colors of #2e443a

#2e443a #2e4344 #2e442f

Monochromatic Colors of #2e443a

#2e443a

Complementary Color

#2e443a #442e38

#2e443a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e443a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e443a Color CSS Codes

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

#2e443a Text Font Color

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

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


#2e443a Background Color

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

This div background color is #2e443a


#2e443a Border Color

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

This div border color is #2e443a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e443a

#2e443a Color Palettes


Comments

No comments written yet.

Please login to write comment.