Color Hex Logo

#756032 Color Hex

#756032
(117,96,50)
0 Favorites   0 Comments

Color spaces of #756032

RGB 1179650
HSL0.110.400.33
HSV41°57°46°
CMYK 0.000.180.57   0.54
XYZ12.094712.37794.7693
Yxy12.37790.41360.4233
Hunter Lab35.1822-0.205516.5902
CIE-Lab41.81052.307529.1724

#756032 color RGB value is (117,96,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100000 00110010
Octal 165 140 62
Decimal 117 96 50
Hex 75 60 32

RGB Percentages of Color #756032

%44.49
%36.50
%19.01

CMYK Percentages of Color #756032

%0
%18
%57
%54

Triadic Colors of #756032

#756032 #327560 #603275

Analogous Colors of #756032

#756032 #697532 #753f32

Monochromatic Colors of #756032

#756032

Complementary Color

#756032 #324775

#756032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756032 Color CSS Codes

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

#756032 Text Font Color

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

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


#756032 Background Color

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

This div background color is #756032


#756032 Border Color

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

This div border color is #756032


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,96,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 #756032">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756032


Comments

No comments written yet.

Please login to write comment.