COLOR #758970

HEX: #758970
RGB: (117,137,112)

Color info

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

RGB color model

#758970 color RGB value is (117,137,112).

  • red value is 117;
  • green value is 137;
  • blue value is 112.
RGB:
(117,137,112)
(46%,54%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 112 of 255 = 44%

117
137
112

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

Portions of RGB colors in percentages

R + G + B =
117 + 137 + 112 = 366 (100%)
R 117 of 366 ~ 31.97%
G 137 of 366 ~ 37.43%
B 112 of 366 ~ 30.6%

%31.97
%37.43
%30.6

CMYK color model

#758970 color CMYK value is (15,0,18,46).

  • cyan value is 14.60%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 46.27%
CMYK:
(15,0,18,46)
C15M0Y18K46 
(15%,0%,18%,46%)
(0.15/0.00/0.18/0.46)	

CMYK percentages

%14.6
%0
%18.25
%46.27

Codes

Color #758970 in popluar color models

758970
RGB117137112
HSL108°10.04%48.82%
HSB/HSV108°18.25%53.73%
CMYK14.60%0.00%18.25%
46.27%

Color #758970 in popluar number systems.

HEX758970
Decimal117137112
Binary1110101100010011110000
Octal165211160

Shades and tints

Shades of #758970

#758970
(117,137,112)
#6B7D66
(107,125,102)
#61715C
(97,113,92)
#576552
(87,101,82)
#4D5948
(77,89,72)
#434D3E
(67,77,62)
#394134
(57,65,52)
#2F352A
(47,53,42)
#252920
(37,41,32)
#1B1D16
(27,29,22)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #758970

#758970
(117,137,112)
#81937D
(129,147,125)
#8D9D8A
(141,157,138)
#99A797
(153,167,151)
#A5B1A4
(165,177,164)
#B1BBB1
(177,187,177)
#BDC5BE
(189,197,190)
#C9CFCB
(201,207,203)
#D5D9D8
(213,217,216)
#E1E3E5
(225,227,229)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758970; }

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

This text font color is #758970.


Background Color

.myBgColor { background-color: #758970; }

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

This div background color is #758970.


Border color

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

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

This div border color is #758970.


Opacity

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

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

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

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

This text has shadow with #758970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758970 on black background.


Color preview on white background

This text has color #758970 on white background.



Black color preview on #758970 background

This text has black color on #758970 background.


White color preview on #758970 background

This text has white color on #758970 background.