Color Hex Logo

#671940 Color Hex

#671940
(103,25,64)
0 Favorites   0 Comments

Color spaces of #671940

RGB 1032564
HSL0.920.610.25
HSV330°76°40°
CMYK 0.000.760.38   0.60
XYZ6.86663.94905.2508
Yxy3.94900.42740.2458
Hunter Lab19.872126.9027-1.7557
CIE-Lab23.502137.9756-4.6907

#671940 color RGB value is (103,25,64).

#671940 hex color red value is 103, green value is 25 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #671940 hue: 0.92 , saturation: 0.61 and the lightness value of 671940 is 0.25.

The process color (four color CMYK) of #671940 color hex is 0.00, 0.76, 0.38, 0.60. Web safe color of #671940 is #660033. Color #671940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011001 01000000
Octal 147 31 100
Decimal 103 25 64
Hex 67 19 40

RGB Percentages of Color #671940

%53.65
%13.02
%33.33

CMYK Percentages of Color #671940

%0
%76
%38
%60

Triadic Colors of #671940

#671940 #406719 #194067

Analogous Colors of #671940

#671940 #671919 #671967

Monochromatic Colors of #671940

#671940

Complementary Color

#671940 #196740

#671940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671940 Color CSS Codes

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

#671940 Text Font Color

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

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


#671940 Background Color

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

This div background color is #671940


#671940 Border Color

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

This div border color is #671940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671940


Comments

No comments written yet.

Please login to write comment.