Color Hex Logo

#682e1d Color Hex

#682E1D
(104,46,29)
0 Favorites   0 Comments

Color spaces of #682e1d

RGB 1044629
HSL0.040.560.26
HSV14°72°41°
CMYK 0.000.560.72   0.59
XYZ6.90774.98581.7607
Yxy4.98580.50590.3651
Hunter Lab22.328916.145410.9550
CIE-Lab26.694324.631023.0355

#682e1d color RGB value is (104,46,29).

#682e1d hex color red value is 104, green value is 46 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #682e1d hue: 0.04 , saturation: 0.56 and the lightness value of 682e1d is 0.26.

The process color (four color CMYK) of #682e1d color hex is 0.00, 0.56, 0.72, 0.59. Web safe color of #682e1d is #663333. Color #682e1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101110 00011101
Octal 150 56 35
Decimal 104 46 29
Hex 68 2E 1D

RGB Percentages of Color #682e1d

%58.10
%25.70
%16.20

CMYK Percentages of Color #682e1d

%0
%56
%72
%59

Triadic Colors of #682e1d

#682e1d #1d682e #2e1d68

Analogous Colors of #682e1d

#682e1d #68541d #681d32

Monochromatic Colors of #682e1d

#682e1d

Complementary Color

#682e1d #1d5768

#682e1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682e1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#682e1d Color CSS Codes

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

#682e1d Text Font Color

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

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


#682e1d Background Color

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

This div background color is #682e1d


#682e1d Border Color

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

This div border color is #682e1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682e1d


Comments

No comments written yet.

Please login to write comment.