COLOR #758428

HEX: #758428
RGB: (117,132,40)

Color info

#758428 contains mainly red and green colors. Web safe color of #758428 is #669933 (or #693).

RGB color model

#758428 color RGB value is (117,132,40).

  • red value is 117;
  • green value is 132;
  • blue value is 40.
RGB:
(117,132,40)
(46%,52%,16%)

RGB channels and saturation

R 117 of 255 = 46%
G 132 of 255 = 52%
B 40 of 255 = 16%

117
132
40

R + G + B ~ 38%. #758428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 40 = 289 (100%)
R 117 of 289 ~ 40.48%
G 132 of 289 ~ 45.67%
B 40 of 289 ~ 13.84%

%40.48
%45.67
%13.84

CMYK color model

#758428 color CMYK value is (11,0,70,48).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 69.70%
  • key color value is 48.24%
CMYK:
(11,0,70,48)
C11M0Y70K48 
(11%,0%,70%,48%)
(0.11/0.00/0.70/0.48)	

CMYK percentages

%11.36
%0
%69.7
%48.24

Codes

Color #758428 in popluar color models

758428
RGB11713240
HSL70°53.49%33.73%
HSB/HSV70°69.70%51.76%
CMYK11.36%0.00%69.70%
48.24%

Color #758428 in popluar number systems.

HEX758428
Decimal11713240
Binary111010110000100101000
Octal16520450

Shades and tints

Shades of #758428

#758428
(117,132,40)
#6B7825
(107,120,37)
#616C22
(97,108,34)
#57601F
(87,96,31)
#4D541C
(77,84,28)
#434819
(67,72,25)
#393C16
(57,60,22)
#2F3013
(47,48,19)
#252410
(37,36,16)
#1B180D
(27,24,13)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #758428

#758428
(117,132,40)
#818F3B
(129,143,59)
#8D9A4E
(141,154,78)
#99A561
(153,165,97)
#A5B074
(165,176,116)
#B1BB87
(177,187,135)
#BDC69A
(189,198,154)
#C9D1AD
(201,209,173)
#D5DCC0
(213,220,192)
#E1E7D3
(225,231,211)
#EDF2E6
(237,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758428 color. Also use rgb(117,132,40) instead hex code.

Text Font Color

.myTextColor { color: #758428; }

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

This text font color is #758428.


Background Color

.myBgColor { background-color: #758428; }

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

This div background color is #758428.


Border color

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

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

This div border color is #758428.


Opacity

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

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

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

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

This text has shadow with #758428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758428 on black background.


Color preview on white background

This text has color #758428 on white background.



Black color preview on #758428 background

This text has black color on #758428 background.


White color preview on #758428 background

This text has white color on #758428 background.