Color Hex Logo

#2e453e Color Hex

#2E453E
(46,69,62)
0 Favorites   0 Comments

Color spaces of #2e453e

RGB 466962
HSL0.450.200.23
HSV162°33°27°
CMYK 0.330.000.10   0.73
XYZ4.12435.18495.3408
Yxy5.18490.28150.3539
Hunter Lab22.7704-7.51722.0328
CIE-Lab27.2552-10.74391.3665

#2e453e color RGB value is (46,69,62).

#2e453e hex color red value is 46, green value is 69 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #2e453e hue: 0.45 , saturation: 0.20 and the lightness value of 2e453e is 0.23.

The process color (four color CMYK) of #2e453e color hex is 0.33, 0.00, 0.10, 0.73. Web safe color of #2e453e is #333333. Color #2e453e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01000101 00111110
Octal 56 105 76
Decimal 46 69 62
Hex 2E 45 3E

RGB Percentages of Color #2e453e

%25.99
%38.98
%35.03

CMYK Percentages of Color #2e453e

%33
%0
%10
%73

Triadic Colors of #2e453e

#2e453e #3e2e45 #453e2e

Analogous Colors of #2e453e

#2e453e #2e4145 #2e4533

Monochromatic Colors of #2e453e

#2e453e

Complementary Color

#2e453e #452e35

#2e453e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e453e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e453e Color CSS Codes

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

#2e453e Text Font Color

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

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


#2e453e Background Color

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

This div background color is #2e453e


#2e453e Border Color

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

This div border color is #2e453e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,69,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 #2e453e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e453e


Comments

No comments written yet.

Please login to write comment.