Color Hex Logo

#74938f Color Hex

#74938F
(116,147,143)
0 Favorites   0 Comments

Color spaces of #74938f

RGB 116147143
HSL0.480.130.52
HSV172°21°58°
CMYK 0.210.000.03   0.42
XYZ22.594126.563629.9231
Yxy26.56360.28570.3359
Hunter Lab51.5399-11.94381.6553
CIE-Lab58.5682-11.6806-1.4647

#74938f color RGB value is (116,147,143).

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

The process color (four color CMYK) of #74938f color hex is 0.21, 0.00, 0.03, 0.42. Web safe color of #74938f is #669999. Color #74938f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010011 10001111
Octal 164 223 217
Decimal 116 147 143
Hex 74 93 8F

RGB Percentages of Color #74938f

%28.57
%36.21
%35.22

CMYK Percentages of Color #74938f

%21
%0
%3
%42

Triadic Colors of #74938f

#74938f #8f7493 #938f74

Analogous Colors of #74938f

#74938f #748893 #749380

Monochromatic Colors of #74938f

#74938f

Complementary Color

#74938f #937478

#74938f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74938f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74938f Color CSS Codes

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

#74938f Text Font Color

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

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


#74938f Background Color

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

This div background color is #74938f


#74938f Border Color

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

This div border color is #74938f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74938f


Comments

No comments written yet.

Please login to write comment.