Color Hex Logo

#760318 Color Hex

#760318
(118,3,24)
0 Favorites   0 Comments

Color spaces of #760318

RGB 118324
HSL0.970.950.24
HSV349°97°46°
CMYK 0.000.970.80   0.54
XYZ7.66863.98261.2287
Yxy3.98260.59540.3092
Hunter Lab19.956533.667810.3191
CIE-Lab23.613845.304823.4398

#760318 color RGB value is (118,3,24).

#760318 hex color red value is 118, green value is 3 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #760318 hue: 0.97 , saturation: 0.95 and the lightness value of 760318 is 0.24.

The process color (four color CMYK) of #760318 color hex is 0.00, 0.97, 0.80, 0.54. Web safe color of #760318 is #660000. Color #760318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000011 00011000
Octal 166 3 30
Decimal 118 3 24
Hex 76 3 18

RGB Percentages of Color #760318

%81.38
%2.07
%16.55

CMYK Percentages of Color #760318

%0
%97
%80
%54

Triadic Colors of #760318

#760318 #187603 #031876

Analogous Colors of #760318

#760318 #762803 #760351

Monochromatic Colors of #760318

#760318

Complementary Color

#760318 #037661

#760318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760318 Color CSS Codes

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

#760318 Text Font Color

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

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


#760318 Background Color

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

This div background color is #760318


#760318 Border Color

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

This div border color is #760318


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,3,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 #760318">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760318


Comments

No comments written yet.

Please login to write comment.