Color Hex Logo

#2e1d13 Color Hex

#2E1D13
(46,29,19)
0 Favorites   0 Comments

Color spaces of #2e1d13

RGB 462919
HSL0.060.420.13
HSV22°59°18°
CMYK 0.000.370.59   0.82
XYZ1.68361.50660.8182
Yxy1.50660.42000.3759
Hunter Lab12.27443.00364.6398
CIE-Lab12.65006.846510.1072

#2e1d13 color RGB value is (46,29,19).

#2e1d13 hex color red value is 46, green value is 29 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #2e1d13 hue: 0.06 , saturation: 0.42 and the lightness value of 2e1d13 is 0.13.

The process color (four color CMYK) of #2e1d13 color hex is 0.00, 0.37, 0.59, 0.82. Web safe color of #2e1d13 is #333300. Color #2e1d13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00011101 00010011
Octal 56 35 23
Decimal 46 29 19
Hex 2E 1D 13

RGB Percentages of Color #2e1d13

%48.94
%30.85
%20.21

CMYK Percentages of Color #2e1d13

%0
%37
%59
%82

Triadic Colors of #2e1d13

#2e1d13 #132e1d #1d132e

Analogous Colors of #2e1d13

#2e1d13 #2e2b13 #2e1317

Monochromatic Colors of #2e1d13

#2e1d13

Complementary Color

#2e1d13 #13242e

#2e1d13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e1d13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e1d13 Color CSS Codes

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

#2e1d13 Text Font Color

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

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


#2e1d13 Background Color

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

This div background color is #2e1d13


#2e1d13 Border Color

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

This div border color is #2e1d13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e1d13


Comments

No comments written yet.

Please login to write comment.