Color Hex Logo

#746053 Color Hex

#746053
(116,96,83)
0 Favorites   0 Comments

Color spaces of #746053

RGB 1169683
HSL0.070.170.39
HSV24°28°45°
CMYK 0.000.170.28   0.55
XYZ12.946712.70339.9532
Yxy12.70330.36360.3568
Hunter Lab35.64172.46658.3920
CIE-Lab42.31275.914710.4449

#746053 color RGB value is (116,96,83).

#746053 hex color red value is 116, green value is 96 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #746053 hue: 0.07 , saturation: 0.17 and the lightness value of 746053 is 0.39.

The process color (four color CMYK) of #746053 color hex is 0.00, 0.17, 0.28, 0.55. Web safe color of #746053 is #666666. Color #746053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 01010011
Octal 164 140 123
Decimal 116 96 83
Hex 74 60 53

RGB Percentages of Color #746053

%39.32
%32.54
%28.14

CMYK Percentages of Color #746053

%0
%17
%28
%55

Triadic Colors of #746053

#746053 #537460 #605374

Analogous Colors of #746053

#746053 #747153 #745357

Monochromatic Colors of #746053

#746053

Complementary Color

#746053 #536774

#746053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746053 Color CSS Codes

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

#746053 Text Font Color

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

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


#746053 Background Color

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

This div background color is #746053


#746053 Border Color

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

This div border color is #746053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746053


Comments

No comments written yet.

Please login to write comment.