COLOR #758657

HEX: #758657
RGB: (117,134,87)

Color info

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

RGB color model

#758657 color RGB value is (117,134,87).

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

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 87 of 255 = 34%

117
134
87

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

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 87 = 338 (100%)
R 117 of 338 ~ 34.62%
G 134 of 338 ~ 39.64%
B 87 of 338 ~ 25.74%

%34.62
%39.64
%25.74

CMYK color model

#758657 color CMYK value is (13,0,35,47).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 35.07%
  • key color value is 47.45%
CMYK:
(13,0,35,47)
C13M0Y35K47 
(13%,0%,35%,47%)
(0.13/0.00/0.35/0.47)	

CMYK percentages

%12.69
%0
%35.07
%47.45

Codes

Color #758657 in popluar color models

758657
RGB11713487
HSL82°21.27%43.33%
HSB/HSV82°35.07%52.55%
CMYK12.69%0.00%35.07%
47.45%

Color #758657 in popluar number systems.

HEX758657
Decimal11713487
Binary1110101100001101010111
Octal165206127

Shades and tints

Shades of #758657

#758657
(117,134,87)
#6B7A50
(107,122,80)
#616E49
(97,110,73)
#576242
(87,98,66)
#4D563B
(77,86,59)
#434A34
(67,74,52)
#393E2D
(57,62,45)
#2F3226
(47,50,38)
#25261F
(37,38,31)
#1B1A18
(27,26,24)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #758657

#758657
(117,134,87)
#819166
(129,145,102)
#8D9C75
(141,156,117)
#99A784
(153,167,132)
#A5B293
(165,178,147)
#B1BDA2
(177,189,162)
#BDC8B1
(189,200,177)
#C9D3C0
(201,211,192)
#D5DECF
(213,222,207)
#E1E9DE
(225,233,222)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758657; }

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

This text font color is #758657.


Background Color

.myBgColor { background-color: #758657; }

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

This div background color is #758657.


Border color

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

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

This div border color is #758657.


Opacity

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

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

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

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

This text has shadow with #758657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758657 on black background.


Color preview on white background

This text has color #758657 on white background.



Black color preview on #758657 background

This text has black color on #758657 background.


White color preview on #758657 background

This text has white color on #758657 background.