Color Hex Logo

#747632 Color Hex

#747632
(116,118,50)
0 Favorites   0 Comments

Color spaces of #747632

RGB 11611850
HSL0.170.400.33
HSV62°58°46°
CMYK 0.020.000.58   0.54
XYZ14.256616.90025.5283
Yxy16.90020.38860.4607
Hunter Lab41.1099-10.039720.8038
CIE-Lab48.1340-10.778036.5176

#747632 color RGB value is (116,118,50).

#747632 hex color red value is 116, green value is 118 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #747632 hue: 0.17 , saturation: 0.40 and the lightness value of 747632 is 0.33.

The process color (four color CMYK) of #747632 color hex is 0.02, 0.00, 0.58, 0.54. Web safe color of #747632 is #666633. Color #747632 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110110 00110010
Octal 164 166 62
Decimal 116 118 50
Hex 74 76 32

RGB Percentages of Color #747632

%40.85
%41.55
%17.61

CMYK Percentages of Color #747632

%2
%0
%58
%54

Triadic Colors of #747632

#747632 #327476 #763274

Analogous Colors of #747632

#747632 #527632 #765632

Monochromatic Colors of #747632

#747632

Complementary Color

#747632 #343276

#747632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747632 Color CSS Codes

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

#747632 Text Font Color

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

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


#747632 Background Color

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

This div background color is #747632


#747632 Border Color

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

This div border color is #747632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747632


Comments

No comments written yet.

Please login to write comment.