#2e363b

#2e363b color hex

#2e363b hex color information.
RGB value of #2e363b is (46,54,59)
Change page background color to #2e363b | Reset

#2e363b rgb color chart

Color spaces of #2e363b

RGB 465459
HSL0.560.120.21
HSV203°22°23°
CMYK 0.220.080.00   0.77
XYZ3.23533.53494.6495
Yxy3.53490.28330.3095
Hunter Lab18.8013-2.1864-1.5013
CIE-Lab22.0701-2.0527-4.2676

Shades of #2e363b

Tints of #2e363b

RGB Percentages of Color #2e363b

%28.93
%33.96
%37.11

CMYK Percentages of Color #2e363b

%22
%8
%0
%77

#2e363b Color Info

#2e363b hex color red value is 46, green value is 54 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #2e363b hue: 0.56 , saturation: 0.12 and the lightness value of 2e363b is 0.21.

The process color (four color CMYK) of #2e363b hex color is 0.22, 0.08, 0.00, 0.77. Web safe color of #2e363b is #333333

Color #2e363b contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110110 00111011
Octal 56 66 73
Decimal 46 54 59
Hexadecimal 2E 36 3B

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #2e363b

Triadic Colors of #2e363b

#2e363b #3a2e35 #353a2e

Analogous Colors of #2e363b

#2e363b #2e2f3a #2e3a39

Complementary Color of #2e363b

#2e363b #3a332e

#2e363b HSL Color Chart
#2e363b hsl color chart
#2e363b RGB Color Chart

#2e363b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e363b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e363b Color CSS Codes

.mybgcolor {background-color:#2e363b; } 
.myforecolor {color:#2e363b; }
.mybordercolor {border:3px solid #2e363b; }
Sample text font color #2e363b

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

html code
<p style="color:#2e363b">Text here</p>
#2e363b background color

This div background color is #2e363b

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

This div border color is #2e363b

<div style="border:3px solid #2e363b">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #2e363b Color Sample
#2e363bborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(46,54,59, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #2e363b; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #2e363b;
  -webkit-box-shadow: 1px 1px 3px 2px #2e363b;
  box-shadow:         1px 1px 3px 2px #2e363b; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,54,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2e363b">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #2e363b

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top