Color Hex Logo

#74995d Color Hex

#74995D
(116,153,93)
0 Favorites   0 Comments

Color spaces of #74995d

RGB 11615393
HSL0.270.240.48
HSV97°39°60°
CMYK 0.240.000.39   0.40
XYZ20.569527.285814.5385
Yxy27.28580.32970.4373
Hunter Lab52.2358-21.122720.0632
CIE-Lab59.2379-24.109927.4973

#74995d color RGB value is (116,153,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 01011101
Octal 164 231 135
Decimal 116 153 93
Hex 74 99 5D

RGB Percentages of Color #74995d

%32.04
%42.27
%25.69

CMYK Percentages of Color #74995d

%24
%0
%39
%40

Triadic Colors of #74995d

#74995d #5d7499 #995d74

Analogous Colors of #74995d

#74995d #5d9964 #92995d

Monochromatic Colors of #74995d

#74995d

Complementary Color

#74995d #825d99

#74995d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74995d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74995d Color CSS Codes

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

#74995d Text Font Color

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

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


#74995d Background Color

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

This div background color is #74995d


#74995d Border Color

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

This div border color is #74995d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74995d


Comments

No comments written yet.

Please login to write comment.