Color Hex Logo

#682a10 Color Hex

#682A10
(104,42,16)
0 Favorites   0 Comments

Color spaces of #682a10

RGB 1044216
HSL0.050.730.24
HSV18°85°41°
CMYK 0.000.600.85   0.59
XYZ6.63044.63641.0357
Yxy4.63640.53890.3769
Hunter Lab21.532317.283612.2208
CIE-Lab25.672726.204029.4733

#682a10 color RGB value is (104,42,16).

#682a10 hex color red value is 104, green value is 42 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #682a10 hue: 0.05 , saturation: 0.73 and the lightness value of 682a10 is 0.24.

The process color (four color CMYK) of #682a10 color hex is 0.00, 0.60, 0.85, 0.59. Web safe color of #682a10 is #663300. Color #682a10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101010 00010000
Octal 150 52 20
Decimal 104 42 16
Hex 68 2A 10

RGB Percentages of Color #682a10

%64.20
%25.93
%9.88

CMYK Percentages of Color #682a10

%0
%60
%85
%59

Triadic Colors of #682a10

#682a10 #10682a #2a1068

Analogous Colors of #682a10

#682a10 #685610 #681022

Monochromatic Colors of #682a10

#682a10

Complementary Color

#682a10 #104e68

#682a10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682a10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682a10 Color CSS Codes

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

#682a10 Text Font Color

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

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


#682a10 Background Color

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

This div background color is #682a10


#682a10 Border Color

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

This div border color is #682a10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,42,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #682a10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #682a10;
  -webkit-box-shadow: 1px 1px 3px 2px #682a10;
  box-shadow:         1px 1px 3px 2px #682a10; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682a10


Comments

No comments written yet.

Please login to write comment.