Color Hex Logo

#672c4b Color Hex

#672C4B
(103,44,75)
0 Favorites   0 Comments

Color spaces of #672c4b

RGB 1034475
HSL0.910.400.29
HSV328°57°40°
CMYK 0.000.570.27   0.60
XYZ7.76425.19297.2497
Yxy5.19290.38420.2570
Hunter Lab22.787920.9388-2.9108
CIE-Lab27.277430.4076-6.4456

#672c4b color RGB value is (103,44,75).

#672c4b hex color red value is 103, green value is 44 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #672c4b hue: 0.91 , saturation: 0.40 and the lightness value of 672c4b is 0.29.

The process color (four color CMYK) of #672c4b color hex is 0.00, 0.57, 0.27, 0.60. Web safe color of #672c4b is #663333. Color #672c4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101100 01001011
Octal 147 54 113
Decimal 103 44 75
Hex 67 2C 4B

RGB Percentages of Color #672c4b

%46.40
%19.82
%33.78

CMYK Percentages of Color #672c4b

%0
%57
%27
%60

Triadic Colors of #672c4b

#672c4b #4b672c #2c4b67

Analogous Colors of #672c4b

#672c4b #672c2e #662c67

Monochromatic Colors of #672c4b

#672c4b

Complementary Color

#672c4b #2c6748

#672c4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672c4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#672c4b Color CSS Codes

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

#672c4b Text Font Color

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

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


#672c4b Background Color

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

This div background color is #672c4b


#672c4b Border Color

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

This div border color is #672c4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672c4b


Comments

No comments written yet.

Please login to write comment.