Color Hex Logo

#7b1518 Color Hex

#7B1518
(123,21,24)
0 Favorites   0 Comments

Color spaces of #7b1518

RGB 1232124
HSL1.000.710.28
HSV358°83°48°
CMYK 0.000.830.80   0.52
XYZ8.60144.81321.3399
Yxy4.81320.58300.3262
Hunter Lab21.939031.589411.7362
CIE-Lab26.195842.602926.5770

#7b1518 color RGB value is (123,21,24).

#7b1518 hex color red value is 123, green value is 21 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #7b1518 hue: 1.00 , saturation: 0.71 and the lightness value of 7b1518 is 0.28.

The process color (four color CMYK) of #7b1518 color hex is 0.00, 0.83, 0.80, 0.52. Web safe color of #7b1518 is #660000. Color #7b1518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00010101 00011000
Octal 173 25 30
Decimal 123 21 24
Hex 7B 15 18

RGB Percentages of Color #7b1518

%73.21
%12.50
%14.29

CMYK Percentages of Color #7b1518

%0
%83
%80
%52

Triadic Colors of #7b1518

#7b1518 #187b15 #15187b

Analogous Colors of #7b1518

#7b1518 #7b4515 #7b154b

Monochromatic Colors of #7b1518

#7b1518

Complementary Color

#7b1518 #157b78

#7b1518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b1518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b1518 Color CSS Codes

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

#7b1518 Text Font Color

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

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


#7b1518 Background Color

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

This div background color is #7b1518


#7b1518 Border Color

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

This div border color is #7b1518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b1518


Comments

No comments written yet.

Please login to write comment.