COLOR #757F46

HEX: #757F46 RGB: (117,127,70)

Color info

#757F46 contains red, green and blue colors in about the same proportion. Web safe color of #757F46 is #666633 (or #663).

RGB color model

#757F46 color RGB value is (117,127,70).

RGB: (117,127,70) (46%, 50%, 27%)

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 70 of 255 = 27%

117
127
70

R + G + B ~ 41%. #757F46 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 127 + 70 = 314 (100%)
R 117 of 314 ~ 37.26%
G 127 of 314 ~ 40.45%
B 70 of 314 ~ 22.29'%

%37.26
%40.45
%22.29

CMYK color model

#757F46 color CMYK value is (8,0,45,50).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 44.88%
  • key color value is 50.20%
CMYK: (8,0,45,50) C8M0Y45K50 (8%,0%,45%,50%) (0.08/0.00/0.45/0.50) 

CMYK percentages

%7.87
%0
%44.88
%50.2

Codes

Color #757F46 in popluar color models

75 7F 46
RGB 117 127 70
HSL 71° 28.93% 38.63%
HSB/HSV 71° 44.88% 49.80%
CMYK 7.87% 0.00% 44.88%
50.20%

Color #757F46 in popluar number systems.

HEX 75 7F 46
Decimal 117 127 70
Binary 1110101 1111111 1000110
Octal 165 177 106

Shades and tints

Shades of #757F46

#757F46
(117,127,70)
#6B7440
(107,116,64)
#61693A
(97,105,58)
#575E34
(87,94,52)
#4D532E
(77,83,46)
#434828
(67,72,40)
#393D22
(57,61,34)
#2F321C
(47,50,28)
#252716
(37,39,22)
#1B1C10
(27,28,16)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #757F46

#757F46
(117,127,70)
#818A56
(129,138,86)
#8D9566
(141,149,102)
#99A076
(153,160,118)
#A5AB86
(165,171,134)
#B1B696
(177,182,150)
#BDC1A6
(189,193,166)
#C9CCB6
(201,204,182)
#D5D7C6
(213,215,198)
#E1E2D6
(225,226,214)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757F46 color. Also use rgb(117,127,70) instead hex code.

Text Font Color

.myTextColor { color: #757F46; }

<p style="color:#757F46">This sample text font color is #757F46.</p>

This text font color is #757F46.

Background Color

.myBgColor { background-color: #757F46; }

<div style="background-color:#757F46">Inner text</div>

This div background color is #757F46.

Border color

.myBorderColor { border: 1px solid #757F46; }

<div style="border:3px solid #757F46">Div</div>

This div border color is #757F46.

Opacity

.myOpacity80 { color: #757F46; opacity: 0.8; }

<p style="color:#757F46;opacity:0.8;">80%</p>

Text with #757F46 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #757F46;}

<p style="text-shadow: 3px 3px 1px #757F46">Text here.</p>

This text has shadow with #757F46 color.


.textShadow {text-shadow: 3px 3px 1px #757F46', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #757F46, 5px 5px 20px red">Text here.</p>

This text has shadow with #757F46 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#757F46, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#757F46, Direction=45, Strength=4)">Text</p>

This text has shadow with #757F46 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #757F46;
-webkit-box-shadow: 1px 1px 3px 2px #757F46;
box-shadow: 1px 1px 3px 2px #757F46;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #757F46; -webkit-box-shadow: 1px 1px 3px 2px #757F46; box-shadow:1px 1px 3px 2px #757F46;">
Div content here
</div>

This div box has shadow with color #757F46.

Preview

Color preview on black background

This text has color #757F46 on black background.


Color preview on white background

This text has color #757F46 on white background.


Black color preview on #757F46 background

This text has black color on #757F46 background.


White color preview on #757F46 background

This text has white color on #757F46 background.


Related colors

Complementary color

Complementary color for #hex is #8A80B9.


I love getcolorcode.com

Triadic colors

1 #46757F and #7F4675 with #757F46 are triadic colors.

2 #467F75 and #7F7546 with #757F46 are triadic colors.