Color Hex Logo

#734949 Color Hex

#734949
(115,73,73)
0 Favorites   0 Comments

Color spaces of #734949

RGB 1157373
HSL0.000.220.37
HSV37°45°
CMYK 0.000.370.37   0.55
XYZ10.65548.89107.4579
Yxy8.89100.39460.3292
Hunter Lab29.817811.60606.0431
CIE-Lab35.773617.92877.4342

#734949 color RGB value is (115,73,73).

#734949 hex color red value is 115, green value is 73 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #734949 hue: 0.00 , saturation: 0.22 and the lightness value of 734949 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001001 01001001
Octal 163 111 111
Decimal 115 73 73
Hex 73 49 49

RGB Percentages of Color #734949

%44.06
%27.97
%27.97

CMYK Percentages of Color #734949

%0
%37
%37
%55

Triadic Colors of #734949

#734949 #497349 #494973

Analogous Colors of #734949

#734949 #735e49 #73495e

Monochromatic Colors of #734949

#734949

Complementary Color

#734949 #497373

#734949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734949 Color CSS Codes

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

#734949 Text Font Color

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

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


#734949 Background Color

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

This div background color is #734949


#734949 Border Color

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

This div border color is #734949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734949


Comments

No comments written yet.

Please login to write comment.