Color Hex Logo

#681735 Color Hex

#681735
(104,23,53)
0 Favorites   0 Comments

Color spaces of #681735

RGB 1042353
HSL0.940.640.25
HSV338°78°41°
CMYK 0.000.780.49   0.59
XYZ6.65793.81293.7532
Yxy3.81290.46810.2681
Hunter Lab19.526626.69062.2726
CIE-Lab23.043037.82312.2261

#681735 color RGB value is (104,23,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010111 00110101
Octal 150 27 65
Decimal 104 23 53
Hex 68 17 35

RGB Percentages of Color #681735

%57.78
%12.78
%29.44

CMYK Percentages of Color #681735

%0
%78
%49
%59

Triadic Colors of #681735

#681735 #356817 #173568

Analogous Colors of #681735

#681735 #682217 #68175d

Monochromatic Colors of #681735

#681735

Complementary Color

#681735 #17684a

#681735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681735 Color CSS Codes

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

#681735 Text Font Color

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

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


#681735 Background Color

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

This div background color is #681735


#681735 Border Color

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

This div border color is #681735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681735


Comments

No comments written yet.

Please login to write comment.