Color Hex Logo

#7b493e Color Hex

#7B493E
(123,73,62)
0 Favorites   0 Comments

Color spaces of #7b493e

RGB 1237362
HSL0.030.330.36
HSV11°50°48°
CMYK 0.000.410.50   0.52
XYZ11.42049.32385.7552
Yxy9.32380.43100.3518
Hunter Lab30.534913.325010.1995
CIE-Lab36.600420.001715.6324

#7b493e color RGB value is (123,73,62).

#7b493e hex color red value is 123, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #7b493e hue: 0.03 , saturation: 0.33 and the lightness value of 7b493e is 0.36.

The process color (four color CMYK) of #7b493e color hex is 0.00, 0.41, 0.50, 0.52. Web safe color of #7b493e is #663333. Color #7b493e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01001001 00111110
Octal 173 111 76
Decimal 123 73 62
Hex 7B 49 3E

RGB Percentages of Color #7b493e

%47.67
%28.29
%24.03

CMYK Percentages of Color #7b493e

%0
%41
%50
%52

Triadic Colors of #7b493e

#7b493e #3e7b49 #493e7b

Analogous Colors of #7b493e

#7b493e #7b683e #7b3e52

Monochromatic Colors of #7b493e

#7b493e

Complementary Color

#7b493e #3e707b

#7b493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b493e Color CSS Codes

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

#7b493e Text Font Color

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

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


#7b493e Background Color

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

This div background color is #7b493e


#7b493e Border Color

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

This div border color is #7b493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b493e


Comments

No comments written yet.

Please login to write comment.