Color Hex Logo

#758640 Color Hex

#758640
(117,134,64)
0 Favorites   0 Comments

Color spaces of #758640

RGB 11713464
HSL0.210.350.39
HSV75°52°53°
CMYK 0.130.000.52   0.47
XYZ16.786621.20238.0582
Yxy21.20230.36460.4604
Hunter Lab46.0460-15.506121.8562
CIE-Lab53.1702-17.618235.2892

#758640 color RGB value is (117,134,64).

#758640 hex color red value is 117, green value is 134 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #758640 hue: 0.21 , saturation: 0.35 and the lightness value of 758640 is 0.39.

The process color (four color CMYK) of #758640 color hex is 0.13, 0.00, 0.52, 0.47. Web safe color of #758640 is #669933. Color #758640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000110 01000000
Octal 165 206 100
Decimal 117 134 64
Hex 75 86 40

RGB Percentages of Color #758640

%37.14
%42.54
%20.32

CMYK Percentages of Color #758640

%13
%0
%52
%47

Triadic Colors of #758640

#758640 #407586 #864075

Analogous Colors of #758640

#758640 #528640 #867440

Monochromatic Colors of #758640

#758640

Complementary Color

#758640 #514086

#758640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758640 Color CSS Codes

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

#758640 Text Font Color

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

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


#758640 Background Color

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

This div background color is #758640


#758640 Border Color

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

This div border color is #758640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758640


Comments

No comments written yet.

Please login to write comment.