Color Hex Logo

#3e120d Color Hex

#3E120D
(62,18,13)
0 Favorites   0 Comments

Color spaces of #3e120d

RGB 621813
HSL0.020.650.15
HSV79°24°
CMYK 0.000.710.79   0.76
XYZ2.27561.48580.5476
Yxy1.48580.52810.3448
Hunter Lab12.189311.99245.8690
CIE-Lab12.517521.188113.7493

#3e120d color RGB value is (62,18,13).

#3e120d hex color red value is 62, green value is 18 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #3e120d hue: 0.02 , saturation: 0.65 and the lightness value of 3e120d is 0.15.

The process color (four color CMYK) of #3e120d color hex is 0.00, 0.71, 0.79, 0.76. Web safe color of #3e120d is #330000. Color #3e120d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00010010 00001101
Octal 76 22 15
Decimal 62 18 13
Hex 3E 12 D

RGB Percentages of Color #3e120d

%66.67
%19.35
%13.98

CMYK Percentages of Color #3e120d

%0
%71
%79
%76

Triadic Colors of #3e120d

#3e120d #0d3e12 #120d3e

Analogous Colors of #3e120d

#3e120d #3e2b0d #3e0d21

Monochromatic Colors of #3e120d

#3e120d

Complementary Color

#3e120d #0d393e

#3e120d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e120d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e120d Color CSS Codes

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

#3e120d Text Font Color

<p style="color:#3e120d">Text here</p>

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


#3e120d Background Color

<div style="background-color:#3e120d">
Div content here</div>

This div background color is #3e120d


#3e120d Border Color

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

This div border color is #3e120d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,18,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e120d


Comments

No comments written yet.

Please login to write comment.