Color Hex Logo

#744941 Color Hex

#744941
(116,73,65)
0 Favorites   0 Comments

Color spaces of #744941

RGB 1167365
HSL0.030.280.35
HSV44°45°
CMYK 0.000.370.44   0.55
XYZ10.53918.85976.1557
Yxy8.85970.41240.3467
Hunter Lab29.765211.11308.5740
CIE-Lab35.712817.310512.3998

#744941 color RGB value is (116,73,65).

#744941 hex color red value is 116, green value is 73 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #744941 hue: 0.03 , saturation: 0.28 and the lightness value of 744941 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001001 01000001
Octal 164 111 101
Decimal 116 73 65
Hex 74 49 41

RGB Percentages of Color #744941

%45.67
%28.74
%25.59

CMYK Percentages of Color #744941

%0
%37
%44
%55

Triadic Colors of #744941

#744941 #417449 #494174

Analogous Colors of #744941

#744941 #746341 #744153

Monochromatic Colors of #744941

#744941

Complementary Color

#744941 #416c74

#744941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744941 Color CSS Codes

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

#744941 Text Font Color

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

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


#744941 Background Color

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

This div background color is #744941


#744941 Border Color

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

This div border color is #744941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744941


Comments

No comments written yet.

Please login to write comment.