COLOR #759463

HEX: #759463
RGB: (117,148,99)

Color info

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

RGB color model

#759463 color RGB value is (117,148,99).

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

RGB channels and saturation

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

117
148
99

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

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 99 = 364 (100%)
R 117 of 364 ~ 32.14%
G 148 of 364 ~ 40.66%
B 99 of 364 ~ 27.2%

%32.14
%40.66
%27.2

CMYK color model

#759463 color CMYK value is (21,0,33,42).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 41.96%
CMYK:
(21,0,33,42)
C21M0Y33K42 
(21%,0%,33%,42%)
(0.21/0.00/0.33/0.42)	

CMYK percentages

%20.95
%0
%33.11
%41.96

Codes

Color #759463 in popluar color models

759463
RGB11714899
HSL98°19.84%48.43%
HSB/HSV98°33.11%58.04%
CMYK20.95%0.00%33.11%
41.96%

Color #759463 in popluar number systems.

HEX759463
Decimal11714899
Binary1110101100101001100011
Octal165224143

Shades and tints

Shades of #759463

#759463
(117,148,99)
#6B875A
(107,135,90)
#617A51
(97,122,81)
#576D48
(87,109,72)
#4D603F
(77,96,63)
#435336
(67,83,54)
#39462D
(57,70,45)
#2F3924
(47,57,36)
#252C1B
(37,44,27)
#1B1F12
(27,31,18)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #759463

#759463
(117,148,99)
#819D71
(129,157,113)
#8DA67F
(141,166,127)
#99AF8D
(153,175,141)
#A5B89B
(165,184,155)
#B1C1A9
(177,193,169)
#BDCAB7
(189,202,183)
#C9D3C5
(201,211,197)
#D5DCD3
(213,220,211)
#E1E5E1
(225,229,225)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759463; }

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

This text font color is #759463.


Background Color

.myBgColor { background-color: #759463; }

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

This div background color is #759463.


Border color

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

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

This div border color is #759463.


Opacity

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

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

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

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

This text has shadow with #759463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759463 on black background.


Color preview on white background

This text has color #759463 on white background.



Black color preview on #759463 background

This text has black color on #759463 background.


White color preview on #759463 background

This text has white color on #759463 background.