COLOR #758004

HEX: #758004
RGB: (117,128,4)

Color info

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

RGB color model

#758004 color RGB value is (117,128,4).

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

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 4 of 255 = 2%

117
128
4

R + G + B ~ 33%. #758004 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 128 + 4 = 249 (100%)
R 117 of 249 ~ 46.99%
G 128 of 249 ~ 51.41%
B 4 of 249 ~ 1.61%

%46.99
%51.41

CMYK color model

#758004 color CMYK value is (9,0,97,50).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 96.88%
  • key color value is 49.80%
CMYK:
(9,0,97,50)
C9M0Y97K50 
(9%,0%,97%,50%)
(0.09/0.00/0.97/0.50)	

CMYK percentages

%8.59
%0
%96.88
%49.8

Codes

Color #758004 in popluar color models

758004
RGB1171284
HSL65°93.94%25.88%
HSB/HSV65°96.88%50.20%
CMYK8.59%0.00%96.88%
49.80%

Color #758004 in popluar number systems.

HEX758004
Decimal1171284
Binary111010110000000100
Octal1652004

Shades and tints

Shades of #758004

#758004
(117,128,4)
#6B7504
(107,117,4)
#616A04
(97,106,4)
#575F04
(87,95,4)
#4D5404
(77,84,4)
#434904
(67,73,4)
#393E04
(57,62,4)
#2F3304
(47,51,4)
#252804
(37,40,4)
#1B1D04
(27,29,4)
#111204
(17,18,4)
#000000
(0,0,0)

Tints of #758004

#758004
(117,128,4)
#818B1A
(129,139,26)
#8D9630
(141,150,48)
#99A146
(153,161,70)
#A5AC5C
(165,172,92)
#B1B772
(177,183,114)
#BDC288
(189,194,136)
#C9CD9E
(201,205,158)
#D5D8B4
(213,216,180)
#E1E3CA
(225,227,202)
#EDEEE0
(237,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758004; }

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

This text font color is #758004.


Background Color

.myBgColor { background-color: #758004; }

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

This div background color is #758004.


Border color

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

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

This div border color is #758004.


Opacity

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

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

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

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

This text has shadow with #758004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758004 on black background.


Color preview on white background

This text has color #758004 on white background.



Black color preview on #758004 background

This text has black color on #758004 background.


White color preview on #758004 background

This text has white color on #758004 background.