Color Hex Logo

#744241 Color Hex

#744241
(116,66,65)
0 Favorites   0 Comments

Color spaces of #744241

RGB 1166665
HSL0.000.280.35
HSV44°45°
CMYK 0.000.430.44   0.55
XYZ10.10487.99116.0109
Yxy7.99110.41920.3315
Hunter Lab28.268514.33627.1808
CIE-Lab33.964321.50089.9919

#744241 color RGB value is (116,66,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000010 01000001
Octal 164 102 101
Decimal 116 66 65
Hex 74 42 41

RGB Percentages of Color #744241

%46.96
%26.72
%26.32

CMYK Percentages of Color #744241

%0
%43
%44
%55

Triadic Colors of #744241

#744241 #417442 #424174

Analogous Colors of #744241

#744241 #745c41 #744159

Monochromatic Colors of #744241

#744241

Complementary Color

#744241 #417374

#744241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744241 Color CSS Codes

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

#744241 Text Font Color

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

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


#744241 Background Color

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

This div background color is #744241


#744241 Border Color

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

This div border color is #744241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744241


Comments

No comments written yet.

Please login to write comment.