Color Hex Logo

#758336 Color Hex

#758336
(117,131,54)
0 Favorites   0 Comments

Color spaces of #758336

RGB 11713154
HSL0.200.420.36
HSV71°59°51°
CMYK 0.110.000.59   0.49
XYZ16.118320.28086.5551
Yxy20.28080.37520.4721
Hunter Lab45.0342-14.922522.8938
CIE-Lab52.1532-17.007939.1199

#758336 color RGB value is (117,131,54).

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

The process color (four color CMYK) of #758336 color hex is 0.11, 0.00, 0.59, 0.49. Web safe color of #758336 is #669933. Color #758336 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000011 00110110
Octal 165 203 66
Decimal 117 131 54
Hex 75 83 36

RGB Percentages of Color #758336

%38.74
%43.38
%17.88

CMYK Percentages of Color #758336

%11
%0
%59
%49

Triadic Colors of #758336

#758336 #367583 #833675

Analogous Colors of #758336

#758336 #4f8336 #836b36

Monochromatic Colors of #758336

#758336

Complementary Color

#758336 #443683

#758336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758336 Color CSS Codes

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

#758336 Text Font Color

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

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


#758336 Background Color

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

This div background color is #758336


#758336 Border Color

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

This div border color is #758336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758336


Comments

No comments written yet.

Please login to write comment.