Color Hex Logo

#758983 Color Hex

#758983
(117,137,131)
0 Favorites   0 Comments

Color spaces of #758983

RGB 117137131
HSL0.450.080.50
HSV162°15°54°
CMYK 0.150.000.04   0.46
XYZ20.378523.311924.8983
Yxy23.31190.29710.3399
Hunter Lab48.2824-9.15493.2230
CIE-Lab55.3922-8.46540.7880

#758983 color RGB value is (117,137,131).

#758983 hex color red value is 117, green value is 137 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #758983 hue: 0.45 , saturation: 0.08 and the lightness value of 758983 is 0.50.

The process color (four color CMYK) of #758983 color hex is 0.15, 0.00, 0.04, 0.46. Web safe color of #758983 is #669999. Color #758983 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001001 10000011
Octal 165 211 203
Decimal 117 137 131
Hex 75 89 83

RGB Percentages of Color #758983

%30.39
%35.58
%34.03

CMYK Percentages of Color #758983

%15
%0
%4
%46

Triadic Colors of #758983

#758983 #837589 #898375

Analogous Colors of #758983

#758983 #758589 #758979

Monochromatic Colors of #758983

#758983

Complementary Color

#758983 #89757b

#758983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758983 Color CSS Codes

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

#758983 Text Font Color

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

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


#758983 Background Color

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

This div background color is #758983


#758983 Border Color

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

This div border color is #758983


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,137,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #758983; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #758983;
  -webkit-box-shadow: 1px 1px 3px 2px #758983;
  box-shadow:         1px 1px 3px 2px #758983; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,137,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758983


Comments

No comments written yet.

Please login to write comment.