Color Hex Logo

#757149 Color Hex

#757149
(117,113,73)
0 Favorites   0 Comments

Color spaces of #757149

RGB 11711373
HSL0.150.230.37
HSV55°38°46°
CMYK 0.000.030.38   0.54
XYZ14.443816.07328.6445
Yxy16.07320.36880.4104
Hunter Lab40.0914-5.851415.2799
CIE-Lab47.0704-5.035522.7833

#757149 color RGB value is (117,113,73).

#757149 hex color red value is 117, green value is 113 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #757149 hue: 0.15 , saturation: 0.23 and the lightness value of 757149 is 0.37.

The process color (four color CMYK) of #757149 color hex is 0.00, 0.03, 0.38, 0.54. Web safe color of #757149 is #666633. Color #757149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110001 01001001
Octal 165 161 111
Decimal 117 113 73
Hex 75 71 49

RGB Percentages of Color #757149

%38.61
%37.29
%24.09

CMYK Percentages of Color #757149

%0
%3
%38
%54

Triadic Colors of #757149

#757149 #497571 #714975

Analogous Colors of #757149

#757149 #637549 #755b49

Monochromatic Colors of #757149

#757149

Complementary Color

#757149 #494d75

#757149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757149 Color CSS Codes

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

#757149 Text Font Color

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

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


#757149 Background Color

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

This div background color is #757149


#757149 Border Color

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

This div border color is #757149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757149


Comments

No comments written yet.

Please login to write comment.