Color Hex Logo

#672121 Color Hex

#672121
(103,33,33)
0 Favorites   0 Comments

Color spaces of #672121

RGB 1033333
HSL0.000.510.27
HSV68°40°
CMYK 0.000.680.68   0.60
XYZ6.41194.08111.8886
Yxy4.08110.51790.3296
Hunter Lab20.201721.30178.5984
CIE-Lab23.937831.395917.0868

#672121 color RGB value is (103,33,33).

#672121 hex color red value is 103, green value is 33 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #672121 hue: 0.00 , saturation: 0.51 and the lightness value of 672121 is 0.27.

The process color (four color CMYK) of #672121 color hex is 0.00, 0.68, 0.68, 0.60. Web safe color of #672121 is #663333. Color #672121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100001 00100001
Octal 147 41 41
Decimal 103 33 33
Hex 67 21 21

RGB Percentages of Color #672121

%60.95
%19.53
%19.53

CMYK Percentages of Color #672121

%0
%68
%68
%60

Triadic Colors of #672121

#672121 #216721 #212167

Analogous Colors of #672121

#672121 #674421 #672144

Monochromatic Colors of #672121

#672121

Complementary Color

#672121 #216767

#672121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672121 Color CSS Codes

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

#672121 Text Font Color

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

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


#672121 Background Color

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

This div background color is #672121


#672121 Border Color

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

This div border color is #672121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672121


Comments

No comments written yet.

Please login to write comment.