Color Hex Logo

#756311 Color Hex

#756311
(117,99,17)
0 Favorites   0 Comments

Color spaces of #756311

RGB 1179917
HSL0.140.750.26
HSV49°85°46°
CMYK 0.000.150.85   0.54
XYZ11.899112.74612.3634
Yxy12.74610.44060.4719
Hunter Lab35.7017-2.985221.0663
CIE-Lab42.3782-1.502244.8621

#756311 color RGB value is (117,99,17).

#756311 hex color red value is 117, green value is 99 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #756311 hue: 0.14 , saturation: 0.75 and the lightness value of 756311 is 0.26.

The process color (four color CMYK) of #756311 color hex is 0.00, 0.15, 0.85, 0.54. Web safe color of #756311 is #666600. Color #756311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100011 00010001
Octal 165 143 21
Decimal 117 99 17
Hex 75 63 11

RGB Percentages of Color #756311

%50.21
%42.49
%7.30

CMYK Percentages of Color #756311

%0
%15
%85
%54

Triadic Colors of #756311

#756311 #117563 #631175

Analogous Colors of #756311

#756311 #557511 #753111

Monochromatic Colors of #756311

#756311

Complementary Color

#756311 #112375

#756311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756311 Color CSS Codes

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

#756311 Text Font Color

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

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


#756311 Background Color

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

This div background color is #756311


#756311 Border Color

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

This div border color is #756311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756311


Comments

No comments written yet.

Please login to write comment.