Color Hex Logo

#680933 Color Hex

#680933
(104,9,51)
0 Favorites   0 Comments

Color spaces of #680933

RGB 104951
HSL0.930.840.22
HSV333°91°41°
CMYK 0.000.910.51   0.59
XYZ6.40413.37743.4463
Yxy3.37740.48410.2553
Hunter Lab18.377730.04111.7460
CIE-Lab21.496041.83791.3837

#680933 color RGB value is (104,9,51).

#680933 hex color red value is 104, green value is 9 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #680933 hue: 0.93 , saturation: 0.84 and the lightness value of 680933 is 0.22.

The process color (four color CMYK) of #680933 color hex is 0.00, 0.91, 0.51, 0.59. Web safe color of #680933 is #660033. Color #680933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001001 00110011
Octal 150 11 63
Decimal 104 9 51
Hex 68 9 33

RGB Percentages of Color #680933

%63.41
%5.49
%31.10

CMYK Percentages of Color #680933

%0
%91
%51
%59

Triadic Colors of #680933

#680933 #336809 #093368

Analogous Colors of #680933

#680933 #680f09 #680963

Monochromatic Colors of #680933

#680933

Complementary Color

#680933 #09683e

#680933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680933 Color CSS Codes

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

#680933 Text Font Color

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

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


#680933 Background Color

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

This div background color is #680933


#680933 Border Color

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

This div border color is #680933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680933


Comments

No comments written yet.

Please login to write comment.