Color Hex Logo

#749391 Color Hex

#749391
(116,147,145)
0 Favorites   0 Comments

Color spaces of #749391

RGB 116147145
HSL0.490.130.52
HSV176°21°58°
CMYK 0.210.000.01   0.42
XYZ22.747026.624830.7283
Yxy26.62480.28400.3324
Hunter Lab51.5992-11.60870.8112
CIE-Lab58.6254-11.2302-2.5221

#749391 color RGB value is (116,147,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010011 10010001
Octal 164 223 221
Decimal 116 147 145
Hex 74 93 91

RGB Percentages of Color #749391

%28.43
%36.03
%35.54

CMYK Percentages of Color #749391

%21
%0
%1
%42

Triadic Colors of #749391

#749391 #917493 #939174

Analogous Colors of #749391

#749391 #748693 #749382

Monochromatic Colors of #749391

#749391

Complementary Color

#749391 #937476

#749391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749391 Color CSS Codes

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

#749391 Text Font Color

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

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


#749391 Background Color

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

This div background color is #749391


#749391 Border Color

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

This div border color is #749391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749391


Comments

No comments written yet.

Please login to write comment.