Color Hex Logo

#747c32 Color Hex

#747C32
(116,124,50)
0 Favorites   0 Comments

Color spaces of #747c32

RGB 11612450
HSL0.180.430.34
HSV66°60°49°
CMYK 0.060.000.60   0.51
XYZ14.985818.35865.7713
Yxy18.35860.38310.4693
Hunter Lab42.8469-12.551422.0067
CIE-Lab49.9282-14.057138.5414

#747c32 color RGB value is (116,124,50).

#747c32 hex color red value is 116, green value is 124 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #747c32 hue: 0.18 , saturation: 0.43 and the lightness value of 747c32 is 0.34.

The process color (four color CMYK) of #747c32 color hex is 0.06, 0.00, 0.60, 0.51. Web safe color of #747c32 is #666633. Color #747c32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111100 00110010
Octal 164 174 62
Decimal 116 124 50
Hex 74 7C 32

RGB Percentages of Color #747c32

%40.00
%42.76
%17.24

CMYK Percentages of Color #747c32

%6
%0
%60
%51

Triadic Colors of #747c32

#747c32 #32747c #7c3274

Analogous Colors of #747c32

#747c32 #4f7c32 #7c5f32

Monochromatic Colors of #747c32

#747c32

Complementary Color

#747c32 #3a327c

#747c32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747c32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747c32 Color CSS Codes

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

#747c32 Text Font Color

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

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


#747c32 Background Color

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

This div background color is #747c32


#747c32 Border Color

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

This div border color is #747c32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,124,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #747c32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #747c32;
  -webkit-box-shadow: 1px 1px 3px 2px #747c32;
  box-shadow:         1px 1px 3px 2px #747c32; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747c32


Comments

No comments written yet.

Please login to write comment.