Color Hex Logo

#671512 Color Hex

#671512
(103,21,18)
0 Favorites   0 Comments

Color spaces of #671512

RGB 1032118
HSL0.010.700.24
HSV83°40°
CMYK 0.000.800.83   0.60
XYZ5.97093.46360.9261
Yxy3.46360.57630.3343
Hunter Lab18.610724.699510.0772
CIE-Lab21.812435.779424.3611

#671512 color RGB value is (103,21,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010101 00010010
Octal 147 25 22
Decimal 103 21 18
Hex 67 15 12

RGB Percentages of Color #671512

%72.54
%14.79
%12.68

CMYK Percentages of Color #671512

%0
%80
%83
%60

Triadic Colors of #671512

#671512 #126715 #151267

Analogous Colors of #671512

#671512 #674012 #671239

Monochromatic Colors of #671512

#671512

Complementary Color

#671512 #126467

#671512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671512 Color CSS Codes

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

#671512 Text Font Color

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

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


#671512 Background Color

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

This div background color is #671512


#671512 Border Color

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

This div border color is #671512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671512


Comments

No comments written yet.

Please login to write comment.