Color Hex Logo

#757246 Color Hex

#757246
(117,114,70)
0 Favorites   0 Comments

Color spaces of #757246

RGB 11711470
HSL0.160.250.37
HSV56°40°46°
CMYK 0.000.030.40   0.54
XYZ14.458916.25878.1705
Yxy16.25870.37180.4181
Hunter Lab40.3221-6.556216.2115
CIE-Lab47.3121-5.984424.8008

#757246 color RGB value is (117,114,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110010 01000110
Octal 165 162 106
Decimal 117 114 70
Hex 75 72 46

RGB Percentages of Color #757246

%38.87
%37.87
%23.26

CMYK Percentages of Color #757246

%0
%3
%40
%54

Triadic Colors of #757246

#757246 #467572 #724675

Analogous Colors of #757246

#757246 #617546 #755b46

Monochromatic Colors of #757246

#757246

Complementary Color

#757246 #464975

#757246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757246 Color CSS Codes

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

#757246 Text Font Color

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

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


#757246 Background Color

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

This div background color is #757246


#757246 Border Color

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

This div border color is #757246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757246


Comments

No comments written yet.

Please login to write comment.