Color Hex Logo

#672014 Color Hex

#672014
(103,32,20)
0 Favorites   0 Comments

Color spaces of #672014

RGB 1033220
HSL0.020.670.24
HSV81°40°
CMYK 0.000.690.81   0.60
XYZ6.23633.96711.0989
Yxy3.96710.55180.3510
Hunter Lab19.917621.033510.6711
CIE-Lab23.562431.138624.9899

#672014 color RGB value is (103,32,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100000 00010100
Octal 147 40 24
Decimal 103 32 20
Hex 67 20 14

RGB Percentages of Color #672014

%66.45
%20.65
%12.90

CMYK Percentages of Color #672014

%0
%69
%81
%60

Triadic Colors of #672014

#672014 #146720 #201467

Analogous Colors of #672014

#672014 #674a14 #671432

Monochromatic Colors of #672014

#672014

Complementary Color

#672014 #145b67

#672014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672014 Color CSS Codes

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

#672014 Text Font Color

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

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


#672014 Background Color

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

This div background color is #672014


#672014 Border Color

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

This div border color is #672014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672014


Comments

No comments written yet.

Please login to write comment.