Color Hex Logo

#749e2a Color Hex

#749E2A
(116,158,42)
0 Favorites   0 Comments

Color spaces of #749e2a

RGB 11615842
HSL0.230.580.39
HSV82°73°62°
CMYK 0.270.000.73   0.38
XYZ19.847228.33396.6134
Yxy28.33390.36220.5171
Hunter Lab53.2296-26.596229.8944
CIE-Lab60.1892-31.765952.7434

#749e2a color RGB value is (116,158,42).

#749e2a hex color red value is 116, green value is 158 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #749e2a hue: 0.23 , saturation: 0.58 and the lightness value of 749e2a is 0.39.

The process color (four color CMYK) of #749e2a color hex is 0.27, 0.00, 0.73, 0.38. Web safe color of #749e2a is #669933. Color #749e2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011110 00101010
Octal 164 236 52
Decimal 116 158 42
Hex 74 9E 2A

RGB Percentages of Color #749e2a

%36.71
%50.00
%13.29

CMYK Percentages of Color #749e2a

%27
%0
%73
%38

Triadic Colors of #749e2a

#749e2a #2a749e #9e2a74

Analogous Colors of #749e2a

#749e2a #3a9e2a #9e8e2a

Monochromatic Colors of #749e2a

#749e2a

Complementary Color

#749e2a #542a9e

#749e2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749e2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#749e2a Color CSS Codes

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

#749e2a Text Font Color

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

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


#749e2a Background Color

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

This div background color is #749e2a


#749e2a Border Color

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

This div border color is #749e2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749e2a


Comments

No comments written yet.

Please login to write comment.