Color Hex Logo

#757332 Color Hex

#757332
(117,115,50)
0 Favorites   0 Comments

Color spaces of #757332

RGB 11711550
HSL0.160.400.33
HSV58°57°46°
CMYK 0.000.020.57   0.54
XYZ14.042616.27375.4186
Yxy16.27370.39300.4554
Hunter Lab40.3407-8.460320.2746
CIE-Lab47.3315-8.654935.6271

#757332 color RGB value is (117,115,50).

#757332 hex color red value is 117, green value is 115 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #757332 hue: 0.16 , saturation: 0.40 and the lightness value of 757332 is 0.33.

The process color (four color CMYK) of #757332 color hex is 0.00, 0.02, 0.57, 0.54. Web safe color of #757332 is #666633. Color #757332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110011 00110010
Octal 165 163 62
Decimal 117 115 50
Hex 75 73 32

RGB Percentages of Color #757332

%41.49
%40.78
%17.73

CMYK Percentages of Color #757332

%0
%2
%57
%54

Triadic Colors of #757332

#757332 #327573 #733275

Analogous Colors of #757332

#757332 #567532 #755232

Monochromatic Colors of #757332

#757332

Complementary Color

#757332 #323475

#757332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757332 Color CSS Codes

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

#757332 Text Font Color

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

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


#757332 Background Color

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

This div background color is #757332


#757332 Border Color

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

This div border color is #757332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757332


Comments

No comments written yet.

Please login to write comment.