Color Hex Logo

#7e3845 Color Hex

#7E3845
(126,56,69)
0 Favorites   0 Comments

Color spaces of #7e3845

RGB 1265669
HSL0.970.380.36
HSV349°56°49°
CMYK 0.000.560.45   0.51
XYZ11.09257.69366.5306
Yxy7.69360.43810.3039
Hunter Lab27.737322.84405.4566
CIE-Lab33.336431.68626.7750

#7e3845 color RGB value is (126,56,69).

#7e3845 hex color red value is 126, green value is 56 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #7e3845 hue: 0.97 , saturation: 0.38 and the lightness value of 7e3845 is 0.36.

The process color (four color CMYK) of #7e3845 color hex is 0.00, 0.56, 0.45, 0.51. Web safe color of #7e3845 is #663333. Color #7e3845 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00111000 01000101
Octal 176 70 105
Decimal 126 56 69
Hex 7E 38 45

RGB Percentages of Color #7e3845

%50.20
%22.31
%27.49

CMYK Percentages of Color #7e3845

%0
%56
%45
%51

Triadic Colors of #7e3845

#7e3845 #457e38 #38457e

Analogous Colors of #7e3845

#7e3845 #7e4e38 #7e3868

Monochromatic Colors of #7e3845

#7e3845

Complementary Color

#7e3845 #387e71

#7e3845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e3845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e3845 Color CSS Codes

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

#7e3845 Text Font Color

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

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


#7e3845 Background Color

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

This div background color is #7e3845


#7e3845 Border Color

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

This div border color is #7e3845


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,56,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e3845


Comments

No comments written yet.

Please login to write comment.