Color Hex Logo

#747161 Color Hex

#747161
(116,113,97)
0 Favorites   0 Comments

Color spaces of #747161

RGB 11611397
HSL0.140.090.42
HSV51°16°45°
CMYK 0.000.030.16   0.55
XYZ15.265316.386313.6676
Yxy16.38630.33680.3616
Hunter Lab40.4800-3.52638.3174
CIE-Lab47.4773-1.82399.3036

#747161 color RGB value is (116,113,97).

#747161 hex color red value is 116, green value is 113 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #747161 hue: 0.14 , saturation: 0.09 and the lightness value of 747161 is 0.42.

The process color (four color CMYK) of #747161 color hex is 0.00, 0.03, 0.16, 0.55. Web safe color of #747161 is #666666. Color #747161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110001 01100001
Octal 164 161 141
Decimal 116 113 97
Hex 74 71 61

RGB Percentages of Color #747161

%35.58
%34.66
%29.75

CMYK Percentages of Color #747161

%0
%3
%16
%55

Triadic Colors of #747161

#747161 #617471 #716174

Analogous Colors of #747161

#747161 #6e7461 #746861

Monochromatic Colors of #747161

#747161

Complementary Color

#747161 #616474

#747161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747161 Color CSS Codes

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

#747161 Text Font Color

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

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


#747161 Background Color

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

This div background color is #747161


#747161 Border Color

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

This div border color is #747161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747161

#747161 Color Palettes


Comments

No comments written yet.

Please login to write comment.