Color Hex Logo

#7e482e Color Hex

#7E482E
(126,72,46)
0 Favorites   0 Comments

Color spaces of #7e482e

RGB 1267246
HSL0.050.470.34
HSV20°63°49°
CMYK 0.000.430.63   0.51
XYZ11.41479.26763.7720
Yxy9.26760.46680.3790
Hunter Lab30.442713.654913.9636
CIE-Lab36.494520.417125.3098

#7e482e color RGB value is (126,72,46).

#7e482e hex color red value is 126, green value is 72 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #7e482e hue: 0.05 , saturation: 0.47 and the lightness value of 7e482e is 0.34.

The process color (four color CMYK) of #7e482e color hex is 0.00, 0.43, 0.63, 0.51. Web safe color of #7e482e is #663333. Color #7e482e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01001000 00101110
Octal 176 110 56
Decimal 126 72 46
Hex 7E 48 2E

RGB Percentages of Color #7e482e

%51.64
%29.51
%18.85

CMYK Percentages of Color #7e482e

%0
%43
%63
%51

Triadic Colors of #7e482e

#7e482e #2e7e48 #482e7e

Analogous Colors of #7e482e

#7e482e #7e702e #7e2e3c

Monochromatic Colors of #7e482e

#7e482e

Complementary Color

#7e482e #2e647e

#7e482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e482e Color CSS Codes

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

#7e482e Text Font Color

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

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


#7e482e Background Color

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

This div background color is #7e482e


#7e482e Border Color

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

This div border color is #7e482e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e482e


Comments

No comments written yet.

Please login to write comment.