Color Hex Logo

#757119 Color Hex

#757119
(117,113,25)
0 Favorites   0 Comments

Color spaces of #757119

RGB 11711325
HSL0.160.650.28
HSV57°79°46°
CMYK 0.000.030.79   0.54
XYZ13.416715.66233.2357
Yxy15.66230.41520.4847
Hunter Lab39.5756-8.743322.8554
CIE-Lab46.5283-9.179545.8586

#757119 color RGB value is (117,113,25).

#757119 hex color red value is 117, green value is 113 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #757119 hue: 0.16 , saturation: 0.65 and the lightness value of 757119 is 0.28.

The process color (four color CMYK) of #757119 color hex is 0.00, 0.03, 0.79, 0.54. Web safe color of #757119 is #666600. Color #757119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110001 00011001
Octal 165 161 31
Decimal 117 113 25
Hex 75 71 19

RGB Percentages of Color #757119

%45.88
%44.31
%9.80

CMYK Percentages of Color #757119

%0
%3
%79
%54

Triadic Colors of #757119

#757119 #197571 #711975

Analogous Colors of #757119

#757119 #4b7519 #754319

Monochromatic Colors of #757119

#757119

Complementary Color

#757119 #191d75

#757119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757119 Color CSS Codes

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

#757119 Text Font Color

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

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


#757119 Background Color

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

This div background color is #757119


#757119 Border Color

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

This div border color is #757119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757119


Comments

No comments written yet.

Please login to write comment.