Color Hex Logo

#744547 Color Hex

#744547
(116,69,71)
0 Favorites   0 Comments

Color spaces of #744547

RGB 1166971
HSL0.990.250.36
HSV357°41°45°
CMYK 0.000.410.39   0.55
XYZ10.46798.42427.0355
Yxy8.42420.40370.3249
Hunter Lab29.024513.58465.9453
CIE-Lab34.851220.48217.4189

#744547 color RGB value is (116,69,71).

#744547 hex color red value is 116, green value is 69 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #744547 hue: 0.99 , saturation: 0.25 and the lightness value of 744547 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000101 01000111
Octal 164 105 107
Decimal 116 69 71
Hex 74 45 47

RGB Percentages of Color #744547

%45.31
%26.95
%27.73

CMYK Percentages of Color #744547

%0
%41
%39
%55

Triadic Colors of #744547

#744547 #477445 #454774

Analogous Colors of #744547

#744547 #745b45 #74455f

Monochromatic Colors of #744547

#744547

Complementary Color

#744547 #457472

#744547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744547 Color CSS Codes

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

#744547 Text Font Color

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

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


#744547 Background Color

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

This div background color is #744547


#744547 Border Color

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

This div border color is #744547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744547


Comments

No comments written yet.

Please login to write comment.