Color Hex Logo

#7b390e Color Hex

#7B390E
(123,57,14)
0 Favorites   0 Comments

Color spaces of #7b390e

RGB 1235714
HSL0.070.800.27
HSV24°89°48°
CMYK 0.000.540.89   0.52
XYZ9.71087.16891.2874
Yxy7.16890.53450.3946
Hunter Lab26.774817.883215.8915
CIE-Lab32.188426.036537.5202

#7b390e color RGB value is (123,57,14).

#7b390e hex color red value is 123, green value is 57 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #7b390e hue: 0.07 , saturation: 0.80 and the lightness value of 7b390e is 0.27.

The process color (four color CMYK) of #7b390e color hex is 0.00, 0.54, 0.89, 0.52. Web safe color of #7b390e is #663300. Color #7b390e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00111001 00001110
Octal 173 71 16
Decimal 123 57 14
Hex 7B 39 E

RGB Percentages of Color #7b390e

%63.40
%29.38
%7.22

CMYK Percentages of Color #7b390e

%0
%54
%89
%52

Triadic Colors of #7b390e

#7b390e #0e7b39 #390e7b

Analogous Colors of #7b390e

#7b390e #7b700e #7b0e19

Monochromatic Colors of #7b390e

#7b390e

Complementary Color

#7b390e #0e507b

#7b390e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b390e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b390e Color CSS Codes

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

#7b390e Text Font Color

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

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


#7b390e Background Color

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

This div background color is #7b390e


#7b390e Border Color

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

This div border color is #7b390e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b390e


Comments

No comments written yet.

Please login to write comment.