Color Hex Logo

#670018 Color Hex

#670018
(103,0,24)
0 Favorites   0 Comments

Color spaces of #670018

RGB 103024
HSL0.961.000.20
HSV346°100°40°
CMYK 0.001.000.77   0.60
XYZ5.75842.94951.1300
Yxy2.94950.58530.2998
Hunter Lab17.174129.79558.1208
CIE-Lab19.840541.892318.1689

#670018 color RGB value is (103,0,24).

#670018 hex color red value is 103, green value is 0 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #670018 hue: 0.96 , saturation: 1.00 and the lightness value of 670018 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000000 00011000
Octal 147 0 30
Decimal 103 0 24
Hex 67 0 18

RGB Percentages of Color #670018

%81.10
%0.00
%18.90

CMYK Percentages of Color #670018

%0
%100
%77
%60

Triadic Colors of #670018

#670018 #186700 #001867

Analogous Colors of #670018

#670018 #671c00 #67004b

Monochromatic Colors of #670018

#670018

Complementary Color

#670018 #00674f

#670018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#670018 Color CSS Codes

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

#670018 Text Font Color

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

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


#670018 Background Color

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

This div background color is #670018


#670018 Border Color

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

This div border color is #670018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670018

#670018 Color Palettes


Comments

No comments written yet.

Please login to write comment.