Color Hex Logo

#671007 Color Hex

#671007
(103,16,7)
0 Favorites   0 Comments

Color spaces of #671007

RGB 103167
HSL0.020.870.22
HSV93°40°
CMYK 0.000.840.93   0.60
XYZ5.81723.26950.5255
Yxy3.26950.60520.3401
Hunter Lab18.081825.783310.9341
CIE-Lab21.092437.162328.8498

#671007 color RGB value is (103,16,7).

#671007 hex color red value is 103, green value is 16 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #671007 hue: 0.02 , saturation: 0.87 and the lightness value of 671007 is 0.22.

The process color (four color CMYK) of #671007 color hex is 0.00, 0.84, 0.93, 0.60. Web safe color of #671007 is #660000. Color #671007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010000 00000111
Octal 147 20 7
Decimal 103 16 7
Hex 67 10 7

RGB Percentages of Color #671007

%81.75
%12.70
%5.56

CMYK Percentages of Color #671007

%0
%84
%93
%60

Triadic Colors of #671007

#671007 #076710 #100767

Analogous Colors of #671007

#671007 #674007 #67072e

Monochromatic Colors of #671007

#671007

Complementary Color

#671007 #075e67

#671007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671007 Color CSS Codes

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

#671007 Text Font Color

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

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


#671007 Background Color

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

This div background color is #671007


#671007 Border Color

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

This div border color is #671007


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,16,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671007


Comments

No comments written yet.

Please login to write comment.