COLOR #759464

HEX: #759464
RGB: (117,148,100)

Color info

#759464 contains red, green and blue colors in about the same proportion. Web safe color of #759464 is #669966 (or #696).

RGB color model

#759464 color RGB value is (117,148,100).

  • red value is 117;
  • green value is 148;
  • blue value is 100.
RGB:
(117,148,100)
(46%,58%,39%)

RGB channels and saturation

R 117 of 255 = 46%
G 148 of 255 = 58%
B 100 of 255 = 39%

117
148
100

R + G + B ~ 48%. #759464 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 100 = 365 (100%)
R 117 of 365 ~ 32.05%
G 148 of 365 ~ 40.55%
B 100 of 365 ~ 27.4%

%32.05
%40.55
%27.4

CMYK color model

#759464 color CMYK value is (21,0,32,42).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 41.96%
CMYK:
(21,0,32,42)
C21M0Y32K42 
(21%,0%,32%,42%)
(0.21/0.00/0.32/0.42)	

CMYK percentages

%20.95
%0
%32.43
%41.96

Codes

Color #759464 in popluar color models

759464
RGB117148100
HSL99°19.35%48.63%
HSB/HSV99°32.43%58.04%
CMYK20.95%0.00%32.43%
41.96%

Color #759464 in popluar number systems.

HEX759464
Decimal117148100
Binary1110101100101001100100
Octal165224144

Shades and tints

Shades of #759464

#759464
(117,148,100)
#6B875B
(107,135,91)
#617A52
(97,122,82)
#576D49
(87,109,73)
#4D6040
(77,96,64)
#435337
(67,83,55)
#39462E
(57,70,46)
#2F3925
(47,57,37)
#252C1C
(37,44,28)
#1B1F13
(27,31,19)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #759464

#759464
(117,148,100)
#819D72
(129,157,114)
#8DA680
(141,166,128)
#99AF8E
(153,175,142)
#A5B89C
(165,184,156)
#B1C1AA
(177,193,170)
#BDCAB8
(189,202,184)
#C9D3C6
(201,211,198)
#D5DCD4
(213,220,212)
#E1E5E2
(225,229,226)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759464 color. Also use rgb(117,148,100) instead hex code.

Text Font Color

.myTextColor { color: #759464; }

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

This text font color is #759464.


Background Color

.myBgColor { background-color: #759464; }

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

This div background color is #759464.


Border color

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

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

This div border color is #759464.


Opacity

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

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

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

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

This text has shadow with #759464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759464 on black background.


Color preview on white background

This text has color #759464 on white background.



Black color preview on #759464 background

This text has black color on #759464 background.


White color preview on #759464 background

This text has white color on #759464 background.