Color Hex Logo

#757446 Color Hex

#757446
(117,116,70)
0 Favorites   0 Comments

Color spaces of #757446

RGB 11711670
HSL0.160.250.37
HSV59°40°46°
CMYK 0.000.010.40   0.54
XYZ14.687016.71498.2466
Yxy16.71490.37040.4216
Hunter Lab40.8839-7.422916.6594
CIE-Lab47.8988-7.117025.5512

#757446 color RGB value is (117,116,70).

#757446 hex color red value is 117, green value is 116 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #757446 hue: 0.16 , saturation: 0.25 and the lightness value of 757446 is 0.37.

The process color (four color CMYK) of #757446 color hex is 0.00, 0.01, 0.40, 0.54. Web safe color of #757446 is #666633. Color #757446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110100 01000110
Octal 165 164 106
Decimal 117 116 70
Hex 75 74 46

RGB Percentages of Color #757446

%38.61
%38.28
%23.10

CMYK Percentages of Color #757446

%0
%1
%40
%54

Triadic Colors of #757446

#757446 #467574 #744675

Analogous Colors of #757446

#757446 #5f7546 #755d46

Monochromatic Colors of #757446

#757446

Complementary Color

#757446 #464775

#757446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757446 Color CSS Codes

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

#757446 Text Font Color

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

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


#757446 Background Color

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

This div background color is #757446


#757446 Border Color

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

This div border color is #757446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757446


Comments

No comments written yet.

Please login to write comment.