Color Hex Logo

#682307 Color Hex

#682307
(104,35,7)
0 Favorites   0 Comments

Color spaces of #682307

RGB 104357
HSL0.050.870.22
HSV17°93°41°
CMYK 0.000.660.93   0.59
XYZ6.34834.16050.6695
Yxy4.16050.56790.3722
Hunter Lab20.397319.859712.3320
CIE-Lab24.195129.611432.1396

#682307 color RGB value is (104,35,7).

#682307 hex color red value is 104, green value is 35 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #682307 hue: 0.05 , saturation: 0.87 and the lightness value of 682307 is 0.22.

The process color (four color CMYK) of #682307 color hex is 0.00, 0.66, 0.93, 0.59. Web safe color of #682307 is #663300. Color #682307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100011 00000111
Octal 150 43 7
Decimal 104 35 7
Hex 68 23 7

RGB Percentages of Color #682307

%71.23
%23.97
%4.79

CMYK Percentages of Color #682307

%0
%66
%93
%59

Triadic Colors of #682307

#682307 #076823 #230768

Analogous Colors of #682307

#682307 #685407 #68071c

Monochromatic Colors of #682307

#682307

Complementary Color

#682307 #074c68

#682307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682307 Color CSS Codes

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

#682307 Text Font Color

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

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


#682307 Background Color

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

This div background color is #682307


#682307 Border Color

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

This div border color is #682307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682307


Comments

No comments written yet.

Please login to write comment.