Color Hex Logo

#749314 Color Hex

#749314
(116,147,20)
0 Favorites   0 Comments

Color spaces of #749314

RGB 11614720
HSL0.210.760.33
HSV75°86°58°
CMYK 0.210.000.86   0.42
XYZ17.762424.63094.4799
Yxy24.63090.37890.5255
Hunter Lab49.6295-22.966629.3887
CIE-Lab56.7140-27.559656.3239

#749314 color RGB value is (116,147,20).

#749314 hex color red value is 116, green value is 147 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #749314 hue: 0.21 , saturation: 0.76 and the lightness value of 749314 is 0.33.

The process color (four color CMYK) of #749314 color hex is 0.21, 0.00, 0.86, 0.42. Web safe color of #749314 is #669900. Color #749314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010011 00010100
Octal 164 223 24
Decimal 116 147 20
Hex 74 93 14

RGB Percentages of Color #749314

%40.99
%51.94
%7.07

CMYK Percentages of Color #749314

%21
%0
%86
%42

Triadic Colors of #749314

#749314 #147493 #931474

Analogous Colors of #749314

#749314 #359314 #937314

Monochromatic Colors of #749314

#749314

Complementary Color

#749314 #331493

#749314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749314 Color CSS Codes

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

#749314 Text Font Color

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

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


#749314 Background Color

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

This div background color is #749314


#749314 Border Color

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

This div border color is #749314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749314


Comments

No comments written yet.

Please login to write comment.