Color Hex Logo

#745147 Color Hex

#745147
(116,81,71)
0 Favorites   0 Comments

Color spaces of #745147

RGB 1168171
HSL0.040.240.37
HSV13°39°45°
CMYK 0.000.300.39   0.55
XYZ11.282210.05287.3070
Yxy10.05280.39390.3510
Hunter Lab31.70628.03108.5303
CIE-Lab37.937013.241111.7200

#745147 color RGB value is (116,81,71).

#745147 hex color red value is 116, green value is 81 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #745147 hue: 0.04 , saturation: 0.24 and the lightness value of 745147 is 0.37.

The process color (four color CMYK) of #745147 color hex is 0.00, 0.30, 0.39, 0.55. Web safe color of #745147 is #666633. Color #745147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010001 01000111
Octal 164 121 107
Decimal 116 81 71
Hex 74 51 47

RGB Percentages of Color #745147

%43.28
%30.22
%26.49

CMYK Percentages of Color #745147

%0
%30
%39
%55

Triadic Colors of #745147

#745147 #477451 #514774

Analogous Colors of #745147

#745147 #746847 #744754

Monochromatic Colors of #745147

#745147

Complementary Color

#745147 #476a74

#745147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745147 Color CSS Codes

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

#745147 Text Font Color

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

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


#745147 Background Color

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

This div background color is #745147


#745147 Border Color

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

This div border color is #745147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745147


Comments

No comments written yet.

Please login to write comment.