Color Hex Logo

#7e2313 Color Hex

#7E2313
(126,35,19)
0 Favorites   0 Comments

Color spaces of #7e2313

RGB 1263519
HSL0.020.740.28
HSV85°49°
CMYK 0.000.720.85   0.51
XYZ9.32285.68471.2220
Yxy5.68470.57440.3503
Hunter Lab23.842628.071513.6510
CIE-Lab28.602638.336732.1229

#7e2313 color RGB value is (126,35,19).

#7e2313 hex color red value is 126, green value is 35 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #7e2313 hue: 0.02 , saturation: 0.74 and the lightness value of 7e2313 is 0.28.

The process color (four color CMYK) of #7e2313 color hex is 0.00, 0.72, 0.85, 0.51. Web safe color of #7e2313 is #663300. Color #7e2313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100011 00010011
Octal 176 43 23
Decimal 126 35 19
Hex 7E 23 13

RGB Percentages of Color #7e2313

%70.00
%19.44
%10.56

CMYK Percentages of Color #7e2313

%0
%72
%85
%51

Triadic Colors of #7e2313

#7e2313 #137e23 #23137e

Analogous Colors of #7e2313

#7e2313 #7e5913 #7e1338

Monochromatic Colors of #7e2313

#7e2313

Complementary Color

#7e2313 #136e7e

#7e2313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e2313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e2313 Color CSS Codes

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

#7e2313 Text Font Color

<p style="color:#7e2313">Text here</p>

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


#7e2313 Background Color

<div style="background-color:#7e2313">
Div content here</div>

This div background color is #7e2313


#7e2313 Border Color

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

This div border color is #7e2313


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,35,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e2313; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e2313;
  -webkit-box-shadow: 1px 1px 3px 2px #7e2313;
  box-shadow:         1px 1px 3px 2px #7e2313; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,35,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 #7e2313">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e2313


Comments

No comments written yet.

Please login to write comment.