Color Hex Logo

#671414 Color Hex

#671414
(103,20,20)
0 Favorites   0 Comments

Color spaces of #671414

RGB 1032020
HSL0.000.670.24
HSV81°40°
CMYK 0.000.810.81   0.60
XYZ5.96993.43441.0101
Yxy3.43440.57320.3298
Hunter Lab18.532125.07049.7409
CIE-Lab21.705836.227622.9859

#671414 color RGB value is (103,20,20).

#671414 hex color red value is 103, green value is 20 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #671414 hue: 0.00 , saturation: 0.67 and the lightness value of 671414 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010100 00010100
Octal 147 24 24
Decimal 103 20 20
Hex 67 14 14

RGB Percentages of Color #671414

%72.03
%13.99
%13.99

CMYK Percentages of Color #671414

%0
%81
%81
%60

Triadic Colors of #671414

#671414 #146714 #141467

Analogous Colors of #671414

#671414 #673e14 #67143e

Monochromatic Colors of #671414

#671414

Complementary Color

#671414 #146767

#671414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671414 Color CSS Codes

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

#671414 Text Font Color

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

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


#671414 Background Color

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

This div background color is #671414


#671414 Border Color

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

This div border color is #671414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671414

#671414 Color Palettes


Comments

No comments written yet.

Please login to write comment.