Color Hex Logo

#672440 Color Hex

#672440
(103,36,64)
0 Favorites   0 Comments

Color spaces of #672440

RGB 1033664
HSL0.930.480.27
HSV335°65°40°
CMYK 0.000.650.38   0.60
XYZ7.14984.51555.3452
Yxy4.51550.42030.2655
Hunter Lab21.249722.8722-0.0391
CIE-Lab25.307333.0191-2.0121

#672440 color RGB value is (103,36,64).

#672440 hex color red value is 103, green value is 36 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #672440 hue: 0.93 , saturation: 0.48 and the lightness value of 672440 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100100 01000000
Octal 147 44 100
Decimal 103 36 64
Hex 67 24 40

RGB Percentages of Color #672440

%50.74
%17.73
%31.53

CMYK Percentages of Color #672440

%0
%65
%38
%60

Triadic Colors of #672440

#672440 #406724 #244067

Analogous Colors of #672440

#672440 #672a24 #672462

Monochromatic Colors of #672440

#672440

Complementary Color

#672440 #24674b

#672440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672440 Color CSS Codes

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

#672440 Text Font Color

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

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


#672440 Background Color

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

This div background color is #672440


#672440 Border Color

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

This div border color is #672440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672440


Comments

No comments written yet.

Please login to write comment.