Color Hex Logo

#734040 Color Hex

#734040
(115,64,64)
0 Favorites   0 Comments

Color spaces of #734040

RGB 1156464
HSL0.000.280.35
HSV44°45°
CMYK 0.000.440.44   0.55
XYZ9.82907.68185.8152
Yxy7.68180.42140.3293
Hunter Lab27.716114.79876.9614
CIE-Lab33.311222.14129.7014

#734040 color RGB value is (115,64,64).

#734040 hex color red value is 115, green value is 64 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #734040 hue: 0.00 , saturation: 0.28 and the lightness value of 734040 is 0.35.

The process color (four color CMYK) of #734040 color hex is 0.00, 0.44, 0.44, 0.55. Web safe color of #734040 is #663333. Color #734040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000000 01000000
Octal 163 100 100
Decimal 115 64 64
Hex 73 40 40

RGB Percentages of Color #734040

%47.33
%26.34
%26.34

CMYK Percentages of Color #734040

%0
%44
%44
%55

Triadic Colors of #734040

#734040 #407340 #404073

Analogous Colors of #734040

#734040 #735a40 #73405a

Monochromatic Colors of #734040

#734040

Complementary Color

#734040 #407373

#734040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734040 Color CSS Codes

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

#734040 Text Font Color

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

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


#734040 Background Color

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

This div background color is #734040


#734040 Border Color

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

This div border color is #734040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734040


Comments

No comments written yet.

Please login to write comment.