Color Hex Logo

#74937c Color Hex

#74937C
(116,147,124)
0 Favorites   0 Comments

Color spaces of #74937c

RGB 116147124
HSL0.380.130.52
HSV135°21°58°
CMYK 0.210.000.16   0.42
XYZ21.274326.035722.9729
Yxy26.03570.30270.3704
Hunter Lab51.0252-14.87089.0237
CIE-Lab58.0709-15.68958.6441

#74937c color RGB value is (116,147,124).

#74937c hex color red value is 116, green value is 147 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #74937c hue: 0.38 , saturation: 0.13 and the lightness value of 74937c is 0.52.

The process color (four color CMYK) of #74937c color hex is 0.21, 0.00, 0.16, 0.42. Web safe color of #74937c is #669966. Color #74937c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010011 01111100
Octal 164 223 174
Decimal 116 147 124
Hex 74 93 7C

RGB Percentages of Color #74937c

%29.97
%37.98
%32.04

CMYK Percentages of Color #74937c

%21
%0
%16
%42

Triadic Colors of #74937c

#74937c #7c7493 #937c74

Analogous Colors of #74937c

#74937c #74938c #7c9374

Monochromatic Colors of #74937c

#74937c

Complementary Color

#74937c #93748b

#74937c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74937c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74937c Color CSS Codes

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

#74937c Text Font Color

<p style="color:#74937c">Text here</p>

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


#74937c Background Color

<div style="background-color:#74937c">
Div content here</div>

This div background color is #74937c


#74937c Border Color

<div style="border:3px solid #74937c">
Div here</div>

This div border color is #74937c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74937c


Comments

No comments written yet.

Please login to write comment.