Color Hex Logo

#749031 Color Hex

#749031
(116,144,49)
0 Favorites   0 Comments

Color spaces of #749031

RGB 11614449
HSL0.220.490.38
HSV78°66°56°
CMYK 0.190.000.66   0.44
XYZ17.730123.88136.5808
Yxy23.88130.36790.4955
Hunter Lab48.8685-20.757826.2238
CIE-Lab55.9688-24.520745.5961

#749031 color RGB value is (116,144,49).

#749031 hex color red value is 116, green value is 144 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #749031 hue: 0.22 , saturation: 0.49 and the lightness value of 749031 is 0.38.

The process color (four color CMYK) of #749031 color hex is 0.19, 0.00, 0.66, 0.44. Web safe color of #749031 is #669933. Color #749031 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010000 00110001
Octal 164 220 61
Decimal 116 144 49
Hex 74 90 31

RGB Percentages of Color #749031

%37.54
%46.60
%15.86

CMYK Percentages of Color #749031

%19
%0
%66
%44

Triadic Colors of #749031

#749031 #317490 #903174

Analogous Colors of #749031

#749031 #459031 #907d31

Monochromatic Colors of #749031

#749031

Complementary Color

#749031 #4d3190

#749031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749031 Color CSS Codes

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

#749031 Text Font Color

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

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


#749031 Background Color

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

This div background color is #749031


#749031 Border Color

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

This div border color is #749031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749031


Comments

No comments written yet.

Please login to write comment.