COLOR #758475

HEX: #758475
RGB: (117,132,117)

Color info

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

RGB color model

#758475 color RGB value is (117,132,117).

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

RGB channels and saturation

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

117
132
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 132 + 117 = 366 (100%)
R 117 of 366 ~ 31.97%
G 132 of 366 ~ 36.07%
B 117 of 366 ~ 31.97%

%31.97
%36.07
%31.97

CMYK color model

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

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

CMYK percentages

%11.36
%0
%11.36
%48.24

Codes

Color #758475 in popluar color models

758475
RGB117132117
HSL120°6.02%48.82%
HSB/HSV120°11.36%51.76%
CMYK11.36%0.00%11.36%
48.24%

Color #758475 in popluar number systems.

HEX758475
Decimal117132117
Binary1110101100001001110101
Octal165204165

Shades and tints

Shades of #758475

#758475
(117,132,117)
#6B786B
(107,120,107)
#616C61
(97,108,97)
#576057
(87,96,87)
#4D544D
(77,84,77)
#434843
(67,72,67)
#393C39
(57,60,57)
#2F302F
(47,48,47)
#252425
(37,36,37)
#1B181B
(27,24,27)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #758475

#758475
(117,132,117)
#818F81
(129,143,129)
#8D9A8D
(141,154,141)
#99A599
(153,165,153)
#A5B0A5
(165,176,165)
#B1BBB1
(177,187,177)
#BDC6BD
(189,198,189)
#C9D1C9
(201,209,201)
#D5DCD5
(213,220,213)
#E1E7E1
(225,231,225)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758475; }

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

This text font color is #758475.


Background Color

.myBgColor { background-color: #758475; }

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

This div background color is #758475.


Border color

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

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

This div border color is #758475.


Opacity

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

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

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

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

This text has shadow with #758475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758475 on black background.


Color preview on white background

This text has color #758475 on white background.



Black color preview on #758475 background

This text has black color on #758475 background.


White color preview on #758475 background

This text has white color on #758475 background.