Color Hex Logo

#675710 Color Hex

#675710
(103,87,16)
0 Favorites   0 Comments

Color spaces of #675710

RGB 1038716
HSL0.140.730.23
HSV49°84°40°
CMYK 0.000.160.84   0.60
XYZ9.09529.73741.8903
Yxy9.73740.43890.4699
Hunter Lab31.2048-2.581418.2517
CIE-Lab37.3669-1.332540.2250

#675710 color RGB value is (103,87,16).

#675710 hex color red value is 103, green value is 87 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #675710 hue: 0.14 , saturation: 0.73 and the lightness value of 675710 is 0.23.

The process color (four color CMYK) of #675710 color hex is 0.00, 0.16, 0.84, 0.60. Web safe color of #675710 is #666600. Color #675710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010111 00010000
Octal 147 127 20
Decimal 103 87 16
Hex 67 57 10

RGB Percentages of Color #675710

%50.00
%42.23
%7.77

CMYK Percentages of Color #675710

%0
%16
%84
%60

Triadic Colors of #675710

#675710 #106757 #571067

Analogous Colors of #675710

#675710 #4c6710 #672c10

Monochromatic Colors of #675710

#675710

Complementary Color

#675710 #102067

#675710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675710 Color CSS Codes

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

#675710 Text Font Color

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

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


#675710 Background Color

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

This div background color is #675710


#675710 Border Color

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

This div border color is #675710


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,87,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675710; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675710;
  -webkit-box-shadow: 1px 1px 3px 2px #675710;
  box-shadow:         1px 1px 3px 2px #675710; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,87,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 #675710">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675710


Comments

No comments written yet.

Please login to write comment.