Color Hex Logo

#74935a Color Hex

#74935A
(116,147,90)
0 Favorites   0 Comments

Color spaces of #74935a

RGB 11614790
HSL0.260.240.46
HSV93°39°58°
CMYK 0.210.000.39   0.42
XYZ19.481625.318613.5331
Yxy25.31860.33400.4340
Hunter Lab50.3176-18.945419.2761
CIE-Lab57.3845-21.509526.7147

#74935a color RGB value is (116,147,90).

#74935a hex color red value is 116, green value is 147 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #74935a hue: 0.26 , saturation: 0.24 and the lightness value of 74935a is 0.46.

The process color (four color CMYK) of #74935a color hex is 0.21, 0.00, 0.39, 0.42. Web safe color of #74935a is #669966. Color #74935a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010011 01011010
Octal 164 223 132
Decimal 116 147 90
Hex 74 93 5A

RGB Percentages of Color #74935a

%32.86
%41.64
%25.50

CMYK Percentages of Color #74935a

%21
%0
%39
%42

Triadic Colors of #74935a

#74935a #5a7493 #935a74

Analogous Colors of #74935a

#74935a #5a935d #91935a

Monochromatic Colors of #74935a

#74935a

Complementary Color

#74935a #795a93

#74935a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74935a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74935a Color CSS Codes

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

#74935a Text Font Color

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

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


#74935a Background Color

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

This div background color is #74935a


#74935a Border Color

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

This div border color is #74935a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74935a


Comments

No comments written yet.

Please login to write comment.