Color Hex Logo

#671218 Color Hex

#671218
(103,18,24)
0 Favorites   0 Comments

Color spaces of #671218

RGB 1031824
HSL0.990.700.24
HSV356°83°40°
CMYK 0.000.830.77   0.60
XYZ5.97473.38211.2021
Yxy3.38210.56580.3203
Hunter Lab18.390525.80778.9978
CIE-Lab21.513437.110120.1445

#671218 color RGB value is (103,18,24).

#671218 hex color red value is 103, green value is 18 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #671218 hue: 0.99 , saturation: 0.70 and the lightness value of 671218 is 0.24.

The process color (four color CMYK) of #671218 color hex is 0.00, 0.83, 0.77, 0.60. Web safe color of #671218 is #660000. Color #671218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010010 00011000
Octal 147 22 30
Decimal 103 18 24
Hex 67 12 18

RGB Percentages of Color #671218

%71.03
%12.41
%16.55

CMYK Percentages of Color #671218

%0
%83
%77
%60

Triadic Colors of #671218

#671218 #186712 #121867

Analogous Colors of #671218

#671218 #673712 #671243

Monochromatic Colors of #671218

#671218

Complementary Color

#671218 #126761

#671218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671218 Color CSS Codes

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

#671218 Text Font Color

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

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


#671218 Background Color

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

This div background color is #671218


#671218 Border Color

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

This div border color is #671218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671218


Comments

No comments written yet.

Please login to write comment.