COLOR #758B58

HEX: #758B58
RGB: (117,139,88)

Color info

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

RGB color model

#758B58 color RGB value is (117,139,88).

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

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 88 of 255 = 35%

117
139
88

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

Portions of RGB colors in percentages

R + G + B =
117 + 139 + 88 = 344 (100%)
R 117 of 344 ~ 34.01%
G 139 of 344 ~ 40.41%
B 88 of 344 ~ 25.58%

%34.01
%40.41
%25.58

CMYK color model

#758B58 color CMYK value is (16,0,37,45).

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 36.69%
  • key color value is 45.49%
CMYK:
(16,0,37,45)
C16M0Y37K45 
(16%,0%,37%,45%)
(0.16/0.00/0.37/0.45)	

CMYK percentages

%15.83
%0
%36.69
%45.49

Codes

Color #758B58 in popluar color models

758B58
RGB11713988
HSL86°22.47%44.51%
HSB/HSV86°36.69%54.51%
CMYK15.83%0.00%36.69%
45.49%

Color #758B58 in popluar number systems.

HEX758B58
Decimal11713988
Binary1110101100010111011000
Octal165213130

Shades and tints

Shades of #758B58

#758B58
(117,139,88)
#6B7F50
(107,127,80)
#617348
(97,115,72)
#576740
(87,103,64)
#4D5B38
(77,91,56)
#434F30
(67,79,48)
#394328
(57,67,40)
#2F3720
(47,55,32)
#252B18
(37,43,24)
#1B1F10
(27,31,16)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #758B58

#758B58
(117,139,88)
#819567
(129,149,103)
#8D9F76
(141,159,118)
#99A985
(153,169,133)
#A5B394
(165,179,148)
#B1BDA3
(177,189,163)
#BDC7B2
(189,199,178)
#C9D1C1
(201,209,193)
#D5DBD0
(213,219,208)
#E1E5DF
(225,229,223)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758B58; }

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

This text font color is #758B58.


Background Color

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

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

This div background color is #758B58.


Border color

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

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

This div border color is #758B58.


Opacity

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

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

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

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

This text has shadow with #758B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758B58 on black background.


Color preview on white background

This text has color #758B58 on white background.



Black color preview on #758B58 background

This text has black color on #758B58 background.


White color preview on #758B58 background

This text has white color on #758B58 background.