Color Hex Logo

#672516 Color Hex

#672516
(103,37,22)
0 Favorites   0 Comments

Color spaces of #672516

RGB 1033722
HSL0.030.650.25
HSV11°79°40°
CMYK 0.000.640.79   0.60
XYZ6.39994.26461.2449
Yxy4.26460.53740.3581
Hunter Lab20.650919.179610.8815
CIE-Lab24.527628.726524.8189

#672516 color RGB value is (103,37,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100101 00010110
Octal 147 45 26
Decimal 103 37 22
Hex 67 25 16

RGB Percentages of Color #672516

%63.58
%22.84
%13.58

CMYK Percentages of Color #672516

%0
%64
%79
%60

Triadic Colors of #672516

#672516 #166725 #251667

Analogous Colors of #672516

#672516 #674e16 #671630

Monochromatic Colors of #672516

#672516

Complementary Color

#672516 #165867

#672516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672516 Color CSS Codes

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

#672516 Text Font Color

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

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


#672516 Background Color

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

This div background color is #672516


#672516 Border Color

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

This div border color is #672516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672516


Comments

No comments written yet.

Please login to write comment.