Color Hex Logo

#2e361c Color Hex

#2E361C
(46,54,28)
0 Favorites   0 Comments

Color spaces of #2e361c

RGB 465428
HSL0.220.320.16
HSV78°48°21°
CMYK 0.150.000.48   0.79
XYZ2.65553.30301.5962
Yxy3.30300.35150.4372
Hunter Lab18.1742-5.72347.5146
CIE-Lab21.2187-8.706515.2217

#2e361c color RGB value is (46,54,28).

#2e361c hex color red value is 46, green value is 54 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #2e361c hue: 0.22 , saturation: 0.32 and the lightness value of 2e361c is 0.16.

The process color (four color CMYK) of #2e361c color hex is 0.15, 0.00, 0.48, 0.79. Web safe color of #2e361c is #333333. Color #2e361c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110110 00011100
Octal 56 66 34
Decimal 46 54 28
Hex 2E 36 1C

RGB Percentages of Color #2e361c

%35.94
%42.19
%21.88

CMYK Percentages of Color #2e361c

%15
%0
%48
%79

Triadic Colors of #2e361c

#2e361c #1c2e36 #361c2e

Analogous Colors of #2e361c

#2e361c #21361c #36311c

Monochromatic Colors of #2e361c

#2e361c

Complementary Color

#2e361c #241c36

#2e361c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e361c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e361c Color CSS Codes

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

#2e361c Text Font Color

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

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


#2e361c Background Color

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

This div background color is #2e361c


#2e361c Border Color

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

This div border color is #2e361c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e361c


Comments

No comments written yet.

Please login to write comment.