Color Hex Logo

#74993f Color Hex

#74993F
(116,153,63)
0 Favorites   0 Comments

Color spaces of #74993f

RGB 11615363
HSL0.240.420.42
HSV85°59°60°
CMYK 0.240.000.59   0.40
XYZ19.490926.85448.8588
Yxy26.85440.35310.4865
Hunter Lab51.8212-23.550126.1393
CIE-Lab58.8393-27.733242.3701

#74993f color RGB value is (116,153,63).

#74993f hex color red value is 116, green value is 153 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #74993f hue: 0.24 , saturation: 0.42 and the lightness value of 74993f is 0.42.

The process color (four color CMYK) of #74993f color hex is 0.24, 0.00, 0.59, 0.40. Web safe color of #74993f is #669933. Color #74993f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 00111111
Octal 164 231 77
Decimal 116 153 63
Hex 74 99 3F

RGB Percentages of Color #74993f

%34.94
%46.08
%18.98

CMYK Percentages of Color #74993f

%24
%0
%59
%40

Triadic Colors of #74993f

#74993f #3f7499 #993f74

Analogous Colors of #74993f

#74993f #47993f #99913f

Monochromatic Colors of #74993f

#74993f

Complementary Color

#74993f #643f99

#74993f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74993f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74993f Color CSS Codes

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

#74993f Text Font Color

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

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


#74993f Background Color

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

This div background color is #74993f


#74993f Border Color

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

This div border color is #74993f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74993f


Comments

No comments written yet.

Please login to write comment.