COLOR #757F19

HEX: #757F19
RGB: (117,127,25)

Color info

#757F19 contains mainly red and green colors. Web safe color of #757F19 is #666600 (or #660).

RGB color model

#757F19 color RGB value is (117,127,25).

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

RGB channels and saturation

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

117
127
25

R + G + B ~ 35%. #757F19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 127 + 25 = 269 (100%)
R 117 of 269 ~ 43.49%
G 127 of 269 ~ 47.21%
B 25 of 269 ~ 9.29%

%43.49
%47.21

CMYK color model

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

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 80.31%
  • key color value is 50.20%
CMYK:
(8,0,80,50)
C8M0Y80K50 
(8%,0%,80%,50%)
(0.08/0.00/0.80/0.50)	

CMYK percentages

%7.87
%0
%80.31
%50.2

Codes

Color #757F19 in popluar color models

757F19
RGB11712725
HSL66°67.11%29.80%
HSB/HSV66°80.31%49.80%
CMYK7.87%0.00%80.31%
50.20%

Color #757F19 in popluar number systems.

HEX757F19
Decimal11712725
Binary1110101111111111001
Octal16517731

Shades and tints

Shades of #757F19

#757F19
(117,127,25)
#6B7417
(107,116,23)
#616915
(97,105,21)
#575E13
(87,94,19)
#4D5311
(77,83,17)
#43480F
(67,72,15)
#393D0D
(57,61,13)
#2F320B
(47,50,11)
#252709
(37,39,9)
#1B1C07
(27,28,7)
#111105
(17,17,5)
#000000
(0,0,0)

Tints of #757F19

#757F19
(117,127,25)
#818A2D
(129,138,45)
#8D9541
(141,149,65)
#99A055
(153,160,85)
#A5AB69
(165,171,105)
#B1B67D
(177,182,125)
#BDC191
(189,193,145)
#C9CCA5
(201,204,165)
#D5D7B9
(213,215,185)
#E1E2CD
(225,226,205)
#EDEDE1
(237,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757F19; }

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

This text font color is #757F19.


Background Color

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

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

This div background color is #757F19.


Border color

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

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

This div border color is #757F19.


Opacity

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

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

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

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

This text has shadow with #757F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757F19 on black background.


Color preview on white background

This text has color #757F19 on white background.



Black color preview on #757F19 background

This text has black color on #757F19 background.


White color preview on #757F19 background

This text has white color on #757F19 background.