Color Hex Logo

#749396 Color Hex

#749396
(116,147,150)
0 Favorites   0 Comments

Color spaces of #749396

RGB 116147150
HSL0.510.140.52
HSV185°23°59°
CMYK 0.230.020.00   0.41
XYZ23.141226.782432.8040
Yxy26.78240.27970.3237
Hunter Lab51.7517-10.7478-1.3561
CIE-Lab58.7724-10.0806-5.1585

#749396 color RGB value is (116,147,150).

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

The process color (four color CMYK) of #749396 color hex is 0.23, 0.02, 0.00, 0.41. Web safe color of #749396 is #669999. Color #749396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010011 10010110
Octal 164 223 226
Decimal 116 147 150
Hex 74 93 96

RGB Percentages of Color #749396

%28.09
%35.59
%36.32

CMYK Percentages of Color #749396

%23
%2
%0
%41

Triadic Colors of #749396

#749396 #967493 #939674

Analogous Colors of #749396

#749396 #748296 #749688

Monochromatic Colors of #749396

#749396

Complementary Color

#749396 #967774

#749396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749396 Color CSS Codes

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

#749396 Text Font Color

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

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


#749396 Background Color

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

This div background color is #749396


#749396 Border Color

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

This div border color is #749396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749396


Comments

No comments written yet.

Please login to write comment.