Color Hex Logo

#672016 Color Hex

#672016
(103,32,22)
0 Favorites   0 Comments

Color spaces of #672016

RGB 1033222
HSL0.020.650.25
HSV79°40°
CMYK 0.000.690.79   0.60
XYZ6.25483.97451.1965
Yxy3.97450.54740.3479
Hunter Lab19.936121.114610.3969
CIE-Lab23.587031.231923.7888

#672016 color RGB value is (103,32,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100000 00010110
Octal 147 40 26
Decimal 103 32 22
Hex 67 20 16

RGB Percentages of Color #672016

%65.61
%20.38
%14.01

CMYK Percentages of Color #672016

%0
%69
%79
%60

Triadic Colors of #672016

#672016 #166720 #201667

Analogous Colors of #672016

#672016 #674916 #671635

Monochromatic Colors of #672016

#672016

Complementary Color

#672016 #165d67

#672016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672016 Color CSS Codes

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

#672016 Text Font Color

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

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


#672016 Background Color

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

This div background color is #672016


#672016 Border Color

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

This div border color is #672016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672016


Comments

No comments written yet.

Please login to write comment.