COLOR #757904

HEX: #757904
RGB: (117,121,4)

Color info

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

RGB color model

#757904 color RGB value is (117,121,4).

  • red value is 117;
  • green value is 121;
  • blue value is 4.
RGB:
(117,121,4)
(46%,47%,2%)

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 4 of 255 = 2%

117
121
4

R + G + B ~ 32%. #757904 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 4 = 242 (100%)
R 117 of 242 ~ 48.35%
G 121 of 242 ~ 50%
B 4 of 242 ~ 1.65%

%48.35
%50

CMYK color model

#757904 color CMYK value is (3,0,97,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 96.69%
  • key color value is 52.55%
CMYK:
(3,0,97,53)
C3M0Y97K53 
(3%,0%,97%,53%)
(0.03/0.00/0.97/0.53)	

CMYK percentages

%3.31
%0
%96.69
%52.55

Codes

Color #757904 in popluar color models

757904
RGB1171214
HSL62°93.60%24.51%
HSB/HSV62°96.69%47.45%
CMYK3.31%0.00%96.69%
52.55%

Color #757904 in popluar number systems.

HEX757904
Decimal1171214
Binary11101011111001100
Octal1651714

Shades and tints

Shades of #757904

#757904
(117,121,4)
#6B6E04
(107,110,4)
#616304
(97,99,4)
#575804
(87,88,4)
#4D4D04
(77,77,4)
#434204
(67,66,4)
#393704
(57,55,4)
#2F2C04
(47,44,4)
#252104
(37,33,4)
#1B1604
(27,22,4)
#110B04
(17,11,4)
#000000
(0,0,0)

Tints of #757904

#757904
(117,121,4)
#81851A
(129,133,26)
#8D9130
(141,145,48)
#999D46
(153,157,70)
#A5A95C
(165,169,92)
#B1B572
(177,181,114)
#BDC188
(189,193,136)
#C9CD9E
(201,205,158)
#D5D9B4
(213,217,180)
#E1E5CA
(225,229,202)
#EDF1E0
(237,241,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757904 color. Also use rgb(117,121,4) instead hex code.

Text Font Color

.myTextColor { color: #757904; }

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

This text font color is #757904.


Background Color

.myBgColor { background-color: #757904; }

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

This div background color is #757904.


Border color

.myBorderColor { border: 1px solid #757904; }

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

This div border color is #757904.


Opacity

.myOpacity80 { color: #757904; opacity: 0.8; }

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

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

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

This text has shadow with #757904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757904 on black background.


Color preview on white background

This text has color #757904 on white background.



Black color preview on #757904 background

This text has black color on #757904 background.


White color preview on #757904 background

This text has white color on #757904 background.