Color Hex Logo

#674716 Color Hex

#674716
(103,71,22)
0 Favorites   0 Comments

Color spaces of #674716

RGB 1037122
HSL0.100.650.25
HSV36°79°40°
CMYK 0.000.310.79   0.60
XYZ7.99167.44801.7755
Yxy7.44800.46420.4326
Hunter Lab27.29104.510715.2464
CIE-Lab32.80588.676233.4313

#674716 color RGB value is (103,71,22).

#674716 hex color red value is 103, green value is 71 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #674716 hue: 0.10 , saturation: 0.65 and the lightness value of 674716 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000111 00010110
Octal 147 107 26
Decimal 103 71 22
Hex 67 47 16

RGB Percentages of Color #674716

%52.55
%36.22
%11.22

CMYK Percentages of Color #674716

%0
%31
%79
%60

Triadic Colors of #674716

#674716 #166747 #471667

Analogous Colors of #674716

#674716 #5f6716 #671f16

Monochromatic Colors of #674716

#674716

Complementary Color

#674716 #163667

#674716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674716 Color CSS Codes

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

#674716 Text Font Color

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

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


#674716 Background Color

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

This div background color is #674716


#674716 Border Color

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

This div border color is #674716


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,71,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674716


Comments

No comments written yet.

Please login to write comment.