COLOR #757F3F

HEX: #757F3F
RGB: (117,127,63)

Color info

#757F3F contains mainly red and green colors. Web safe color of #757F3F is #666633 (or #663).

RGB color model

#757F3F color RGB value is (117,127,63).

  • red value is 117;
  • green value is 127;
  • blue value is 63.
RGB:
(117,127,63)
(46%,50%,25%)

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 63 of 255 = 25%

117
127
63

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

Portions of RGB colors in percentages

R + G + B =
117 + 127 + 63 = 307 (100%)
R 117 of 307 ~ 38.11%
G 127 of 307 ~ 41.37%
B 63 of 307 ~ 20.52%

%38.11
%41.37
%20.52

CMYK color model

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

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 50.39%
  • key color value is 50.20%
CMYK:
(8,0,50,50)
C8M0Y50K50 
(8%,0%,50%,50%)
(0.08/0.00/0.50/0.50)	

CMYK percentages

%7.87
%0
%50.39
%50.2

Codes

Color #757F3F in popluar color models

757F3F
RGB11712763
HSL69°33.68%37.25%
HSB/HSV69°50.39%49.80%
CMYK7.87%0.00%50.39%
50.20%

Color #757F3F in popluar number systems.

HEX757F3F
Decimal11712763
Binary11101011111111111111
Octal16517777

Shades and tints

Shades of #757F3F

#757F3F
(117,127,63)
#6B743A
(107,116,58)
#616935
(97,105,53)
#575E30
(87,94,48)
#4D532B
(77,83,43)
#434826
(67,72,38)
#393D21
(57,61,33)
#2F321C
(47,50,28)
#252717
(37,39,23)
#1B1C12
(27,28,18)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #757F3F

#757F3F
(117,127,63)
#818A50
(129,138,80)
#8D9561
(141,149,97)
#99A072
(153,160,114)
#A5AB83
(165,171,131)
#B1B694
(177,182,148)
#BDC1A5
(189,193,165)
#C9CCB6
(201,204,182)
#D5D7C7
(213,215,199)
#E1E2D8
(225,226,216)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757F3F; }

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

This text font color is #757F3F.


Background Color

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

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

This div background color is #757F3F.


Border color

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

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

This div border color is #757F3F.


Opacity

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

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

Text with #757F3F 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 #757F3F;}

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

This text has shadow with #757F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757F3F on black background.


Color preview on white background

This text has color #757F3F on white background.



Black color preview on #757F3F background

This text has black color on #757F3F background.


White color preview on #757F3F background

This text has white color on #757F3F background.