Color Hex Logo

#3e070a Color Hex

#3E070A
(62,7,10)
0 Favorites   0 Comments

Color spaces of #3e070a

RGB 62710
HSL0.990.800.14
HSV357°89°24°
CMYK 0.000.890.84   0.76
XYZ2.11741.19800.4068
Yxy1.19800.56890.3219
Hunter Lab10.945315.37705.4581
CIE-Lab10.542626.280612.3583

#3e070a color RGB value is (62,7,10).

#3e070a hex color red value is 62, green value is 7 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #3e070a hue: 0.99 , saturation: 0.80 and the lightness value of 3e070a is 0.14.

The process color (four color CMYK) of #3e070a color hex is 0.00, 0.89, 0.84, 0.76. Web safe color of #3e070a is #330000. Color #3e070a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00000111 00001010
Octal 76 7 12
Decimal 62 7 10
Hex 3E 7 A

RGB Percentages of Color #3e070a

%78.48
%8.86
%12.66

CMYK Percentages of Color #3e070a

%0
%89
%84
%76

Triadic Colors of #3e070a

#3e070a #0a3e07 #070a3e

Analogous Colors of #3e070a

#3e070a #3e2007 #3e0726

Monochromatic Colors of #3e070a

#3e070a

Complementary Color

#3e070a #073e3b

#3e070a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e070a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e070a Color CSS Codes

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

#3e070a Text Font Color

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

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


#3e070a Background Color

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

This div background color is #3e070a


#3e070a Border Color

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

This div border color is #3e070a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e070a


Comments

No comments written yet.

Please login to write comment.