COLOR #759473

HEX: #759473
RGB: (117,148,115)

Color info

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

RGB color model

#759473 color RGB value is (117,148,115).

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

RGB channels and saturation

R 117 of 255 = 46%
G 148 of 255 = 58%
B 115 of 255 = 45%

117
148
115

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

Portions of RGB colors in percentages

R + G + B =
117 + 148 + 115 = 380 (100%)
R 117 of 380 ~ 30.79%
G 148 of 380 ~ 38.95%
B 115 of 380 ~ 30.26%

%30.79
%38.95
%30.26

CMYK color model

#759473 color CMYK value is (21,0,22,42).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 22.30%
  • key color value is 41.96%
CMYK:
(21,0,22,42)
C21M0Y22K42 
(21%,0%,22%,42%)
(0.21/0.00/0.22/0.42)	

CMYK percentages

%20.95
%0
%22.3
%41.96

Codes

Color #759473 in popluar color models

759473
RGB117148115
HSL116°13.36%51.57%
HSB/HSV116°22.30%58.04%
CMYK20.95%0.00%22.30%
41.96%

Color #759473 in popluar number systems.

HEX759473
Decimal117148115
Binary1110101100101001110011
Octal165224163

Shades and tints

Shades of #759473

#759473
(117,148,115)
#6B8769
(107,135,105)
#617A5F
(97,122,95)
#576D55
(87,109,85)
#4D604B
(77,96,75)
#435341
(67,83,65)
#394637
(57,70,55)
#2F392D
(47,57,45)
#252C23
(37,44,35)
#1B1F19
(27,31,25)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #759473

#759473
(117,148,115)
#819D7F
(129,157,127)
#8DA68B
(141,166,139)
#99AF97
(153,175,151)
#A5B8A3
(165,184,163)
#B1C1AF
(177,193,175)
#BDCABB
(189,202,187)
#C9D3C7
(201,211,199)
#D5DCD3
(213,220,211)
#E1E5DF
(225,229,223)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759473; }

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

This text font color is #759473.


Background Color

.myBgColor { background-color: #759473; }

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

This div background color is #759473.


Border color

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

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

This div border color is #759473.


Opacity

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

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

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

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

This text has shadow with #759473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759473 on black background.


Color preview on white background

This text has color #759473 on white background.



Black color preview on #759473 background

This text has black color on #759473 background.


White color preview on #759473 background

This text has white color on #759473 background.