Color Hex Logo

#681747 Color Hex

#681747
(104,23,71)
0 Favorites   0 Comments

Color spaces of #681747

RGB 1042371
HSL0.900.640.25
HSV324°78°41°
CMYK 0.000.780.32   0.59
XYZ7.15264.01086.3584
Yxy4.01080.40820.2289
Hunter Lab20.027028.7037-4.8052
CIE-Lab23.707139.9439-9.1331

#681747 color RGB value is (104,23,71).

#681747 hex color red value is 104, green value is 23 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #681747 hue: 0.90 , saturation: 0.64 and the lightness value of 681747 is 0.25.

The process color (four color CMYK) of #681747 color hex is 0.00, 0.78, 0.32, 0.59. Web safe color of #681747 is #660033. Color #681747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010111 01000111
Octal 150 27 107
Decimal 104 23 71
Hex 68 17 47

RGB Percentages of Color #681747

%52.53
%11.62
%35.86

CMYK Percentages of Color #681747

%0
%78
%32
%59

Triadic Colors of #681747

#681747 #476817 #174768

Analogous Colors of #681747

#681747 #68171f #611768

Monochromatic Colors of #681747

#681747

Complementary Color

#681747 #176838

#681747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681747 Color CSS Codes

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

#681747 Text Font Color

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

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


#681747 Background Color

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

This div background color is #681747


#681747 Border Color

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

This div border color is #681747


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,23,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #681747; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #681747;
  -webkit-box-shadow: 1px 1px 3px 2px #681747;
  box-shadow:         1px 1px 3px 2px #681747; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681747


Comments

No comments written yet.

Please login to write comment.