Color Hex Logo

#747901 Color Hex

#747901
(116,121,1)
0 Favorites   0 Comments

Color spaces of #747901

RGB 1161211
HSL0.170.980.24
HSV63°99°47°
CMYK 0.040.000.99   0.53
XYZ14.045317.38992.6450
Yxy17.38990.41210.5103
Hunter Lab41.7012-12.856925.4302
CIE-Lab48.7476-14.741753.7107

#747901 color RGB value is (116,121,1).

#747901 hex color red value is 116, green value is 121 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #747901 hue: 0.17 , saturation: 0.98 and the lightness value of 747901 is 0.24.

The process color (four color CMYK) of #747901 color hex is 0.04, 0.00, 0.99, 0.53. Web safe color of #747901 is #666600. Color #747901 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111001 00000001
Octal 164 171 1
Decimal 116 121 1
Hex 74 79 1

RGB Percentages of Color #747901

%48.74
%50.84
%0.42

CMYK Percentages of Color #747901

%4
%0
%99
%53

Triadic Colors of #747901

#747901 #017479 #790174

Analogous Colors of #747901

#747901 #387901 #794201

Monochromatic Colors of #747901

#747901

Complementary Color

#747901 #060179

#747901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747901 Color CSS Codes

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

#747901 Text Font Color

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

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


#747901 Background Color

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

This div background color is #747901


#747901 Border Color

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

This div border color is #747901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747901


Comments

No comments written yet.

Please login to write comment.