Color Hex Logo

#758358 Color Hex

#758358
(117,131,88)
0 Favorites   0 Comments

Color spaces of #758358

RGB 11713188
HSL0.220.200.43
HSV80°33°51°
CMYK 0.110.000.33   0.49
XYZ17.213920.719112.3244
Yxy20.71910.34250.4123
Hunter Lab45.5182-12.152515.8096
CIE-Lab52.6407-12.975421.6003

#758358 color RGB value is (117,131,88).

#758358 hex color red value is 117, green value is 131 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #758358 hue: 0.22 , saturation: 0.20 and the lightness value of 758358 is 0.43.

The process color (four color CMYK) of #758358 color hex is 0.11, 0.00, 0.33, 0.49. Web safe color of #758358 is #669966. Color #758358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000011 01011000
Octal 165 203 130
Decimal 117 131 88
Hex 75 83 58

RGB Percentages of Color #758358

%34.82
%38.99
%26.19

CMYK Percentages of Color #758358

%11
%0
%33
%49

Triadic Colors of #758358

#758358 #587583 #835875

Analogous Colors of #758358

#758358 #608358 #837c58

Monochromatic Colors of #758358

#758358

Complementary Color

#758358 #665883

#758358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758358 Color CSS Codes

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

#758358 Text Font Color

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

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


#758358 Background Color

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

This div background color is #758358


#758358 Border Color

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

This div border color is #758358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758358


Comments

No comments written yet.

Please login to write comment.