Color Hex Logo

#74995e Color Hex

#74995E
(116,153,94)
0 Favorites   0 Comments

Color spaces of #74995e

RGB 11615394
HSL0.270.240.48
HSV98°39°60°
CMYK 0.240.000.39   0.40
XYZ20.614127.303614.7733
Yxy27.30360.32880.4355
Hunter Lab52.2528-21.023019.8141
CIE-Lab59.2543-23.963626.9781

#74995e color RGB value is (116,153,94).

#74995e hex color red value is 116, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #74995e hue: 0.27 , saturation: 0.24 and the lightness value of 74995e is 0.48.

The process color (four color CMYK) of #74995e color hex is 0.24, 0.00, 0.39, 0.40. Web safe color of #74995e is #669966. Color #74995e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 01011110
Octal 164 231 136
Decimal 116 153 94
Hex 74 99 5E

RGB Percentages of Color #74995e

%31.96
%42.15
%25.90

CMYK Percentages of Color #74995e

%24
%0
%39
%40

Triadic Colors of #74995e

#74995e #5e7499 #995e74

Analogous Colors of #74995e

#74995e #5e9966 #92995e

Monochromatic Colors of #74995e

#74995e

Complementary Color

#74995e #835e99

#74995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74995e Color CSS Codes

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

#74995e Text Font Color

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

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


#74995e Background Color

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

This div background color is #74995e


#74995e Border Color

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

This div border color is #74995e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74995e


Comments

No comments written yet.

Please login to write comment.