Color Hex Logo

#74948a Color Hex

#74948A
(116,148,138)
0 Favorites   0 Comments

Color spaces of #74948a

RGB 116148138
HSL0.450.130.52
HSV161°22°58°
CMYK 0.220.000.07   0.42
XYZ22.379826.727828.0242
Yxy26.72780.29020.3465
Hunter Lab51.6989-13.20284.0502
CIE-Lab58.7215-13.32391.6105

#74948a color RGB value is (116,148,138).

#74948a hex color red value is 116, green value is 148 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #74948a hue: 0.45 , saturation: 0.13 and the lightness value of 74948a is 0.52.

The process color (four color CMYK) of #74948a color hex is 0.22, 0.00, 0.07, 0.42. Web safe color of #74948a is #669999. Color #74948a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010100 10001010
Octal 164 224 212
Decimal 116 148 138
Hex 74 94 8A

RGB Percentages of Color #74948a

%28.86
%36.82
%34.33

CMYK Percentages of Color #74948a

%22
%0
%7
%42

Triadic Colors of #74948a

#74948a #8a7494 #948a74

Analogous Colors of #74948a

#74948a #748e94 #74947a

Monochromatic Colors of #74948a

#74948a

Complementary Color

#74948a #94747e

#74948a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74948a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74948a Color CSS Codes

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

#74948a Text Font Color

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

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


#74948a Background Color

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

This div background color is #74948a


#74948a Border Color

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

This div border color is #74948a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74948a


Comments

No comments written yet.

Please login to write comment.