Color Hex Logo

#674710 Color Hex

#674710
(103,71,16)
0 Favorites   0 Comments

Color spaces of #674710

RGB 1037116
HSL0.110.730.23
HSV38°84°40°
CMYK 0.000.310.84   0.60
XYZ7.94037.42751.5054
Yxy7.42750.47060.4402
Hunter Lab27.25344.312515.8024
CIE-Lab32.76108.399636.0685

#674710 color RGB value is (103,71,16).

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

The process color (four color CMYK) of #674710 color hex is 0.00, 0.31, 0.84, 0.60. Web safe color of #674710 is #663300. Color #674710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000111 00010000
Octal 147 107 20
Decimal 103 71 16
Hex 67 47 10

RGB Percentages of Color #674710

%54.21
%37.37
%8.42

CMYK Percentages of Color #674710

%0
%31
%84
%60

Triadic Colors of #674710

#674710 #106747 #471067

Analogous Colors of #674710

#674710 #5c6710 #671b10

Monochromatic Colors of #674710

#674710

Complementary Color

#674710 #103067

#674710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674710 Color CSS Codes

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

#674710 Text Font Color

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

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


#674710 Background Color

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

This div background color is #674710


#674710 Border Color

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

This div border color is #674710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674710


Comments

No comments written yet.

Please login to write comment.