COLOR #758B60

HEX: #758B60
RGB: (117,139,96)

Color info

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

RGB color model

#758B60 color RGB value is (117,139,96).

  • red value is 117;
  • green value is 139;
  • blue value is 96.
RGB:
(117,139,96)
(46%,55%,38%)

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 96 of 255 = 38%

117
139
96

R + G + B ~ 46%. #758B60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 139 + 96 = 352 (100%)
R 117 of 352 ~ 33.24%
G 139 of 352 ~ 39.49%
B 96 of 352 ~ 27.27%

%33.24
%39.49
%27.27

CMYK color model

#758B60 color CMYK value is (16,0,31,45).

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 30.94%
  • key color value is 45.49%
CMYK:
(16,0,31,45)
C16M0Y31K45 
(16%,0%,31%,45%)
(0.16/0.00/0.31/0.45)	

CMYK percentages

%15.83
%0
%30.94
%45.49

Codes

Color #758B60 in popluar color models

758B60
RGB11713996
HSL91°18.30%46.08%
HSB/HSV91°30.94%54.51%
CMYK15.83%0.00%30.94%
45.49%

Color #758B60 in popluar number systems.

HEX758B60
Decimal11713996
Binary1110101100010111100000
Octal165213140

Shades and tints

Shades of #758B60

#758B60
(117,139,96)
#6B7F58
(107,127,88)
#617350
(97,115,80)
#576748
(87,103,72)
#4D5B40
(77,91,64)
#434F38
(67,79,56)
#394330
(57,67,48)
#2F3728
(47,55,40)
#252B20
(37,43,32)
#1B1F18
(27,31,24)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #758B60

#758B60
(117,139,96)
#81956E
(129,149,110)
#8D9F7C
(141,159,124)
#99A98A
(153,169,138)
#A5B398
(165,179,152)
#B1BDA6
(177,189,166)
#BDC7B4
(189,199,180)
#C9D1C2
(201,209,194)
#D5DBD0
(213,219,208)
#E1E5DE
(225,229,222)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758B60 color. Also use rgb(117,139,96) instead hex code.

Text Font Color

.myTextColor { color: #758B60; }

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

This text font color is #758B60.


Background Color

.myBgColor { background-color: #758B60; }

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

This div background color is #758B60.


Border color

.myBorderColor { border: 1px solid #758B60; }

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

This div border color is #758B60.


Opacity

.myOpacity80 { color: #758B60; opacity: 0.8; }

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

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

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

This text has shadow with #758B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758B60 on black background.


Color preview on white background

This text has color #758B60 on white background.



Black color preview on #758B60 background

This text has black color on #758B60 background.


White color preview on #758B60 background

This text has white color on #758B60 background.