COLOR #758673

HEX: #758673
RGB: (117,134,115)

Color info

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

RGB color model

#758673 color RGB value is (117,134,115).

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

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 115 of 255 = 45%

117
134
115

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

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 115 = 366 (100%)
R 117 of 366 ~ 31.97%
G 134 of 366 ~ 36.61%
B 115 of 366 ~ 31.42%

%31.97
%36.61
%31.42

CMYK color model

#758673 color CMYK value is (13,0,14,47).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(13,0,14,47)
C13M0Y14K47 
(13%,0%,14%,47%)
(0.13/0.00/0.14/0.47)	

CMYK percentages

%12.69
%0
%14.18
%47.45

Codes

Color #758673 in popluar color models

758673
RGB117134115
HSL114°7.63%48.82%
HSB/HSV114°14.18%52.55%
CMYK12.69%0.00%14.18%
47.45%

Color #758673 in popluar number systems.

HEX758673
Decimal117134115
Binary1110101100001101110011
Octal165206163

Shades and tints

Shades of #758673

#758673
(117,134,115)
#6B7A69
(107,122,105)
#616E5F
(97,110,95)
#576255
(87,98,85)
#4D564B
(77,86,75)
#434A41
(67,74,65)
#393E37
(57,62,55)
#2F322D
(47,50,45)
#252623
(37,38,35)
#1B1A19
(27,26,25)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #758673

#758673
(117,134,115)
#81917F
(129,145,127)
#8D9C8B
(141,156,139)
#99A797
(153,167,151)
#A5B2A3
(165,178,163)
#B1BDAF
(177,189,175)
#BDC8BB
(189,200,187)
#C9D3C7
(201,211,199)
#D5DED3
(213,222,211)
#E1E9DF
(225,233,223)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758673; }

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

This text font color is #758673.


Background Color

.myBgColor { background-color: #758673; }

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

This div background color is #758673.


Border color

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

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

This div border color is #758673.


Opacity

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

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

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

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

This text has shadow with #758673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758673 on black background.


Color preview on white background

This text has color #758673 on white background.



Black color preview on #758673 background

This text has black color on #758673 background.


White color preview on #758673 background

This text has white color on #758673 background.