COLOR #758357

HEX: #758357
RGB: (117,131,87)

Color info

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

RGB color model

#758357 color RGB value is (117,131,87).

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

RGB channels and saturation

R 117 of 255 = 46%
G 131 of 255 = 51%
B 87 of 255 = 34%

117
131
87

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

Portions of RGB colors in percentages

R + G + B =
117 + 131 + 87 = 335 (100%)
R 117 of 335 ~ 34.93%
G 131 of 335 ~ 39.1%
B 87 of 335 ~ 25.97%

%34.93
%39.1
%25.97

CMYK color model

#758357 color CMYK value is (11,0,34,49).

  • cyan value is 10.69%
  • magenta value is 0.00%
  • yellow value is 33.59%
  • key color value is 48.63%
CMYK:
(11,0,34,49)
C11M0Y34K49 
(11%,0%,34%,49%)
(0.11/0.00/0.34/0.49)	

CMYK percentages

%10.69
%0
%33.59
%48.63

Codes

Color #758357 in popluar color models

758357
RGB11713187
HSL79°20.18%42.75%
HSB/HSV79°33.59%51.37%
CMYK10.69%0.00%33.59%
48.63%

Color #758357 in popluar number systems.

HEX758357
Decimal11713187
Binary1110101100000111010111
Octal165203127

Shades and tints

Shades of #758357

#758357
(117,131,87)
#6B7850
(107,120,80)
#616D49
(97,109,73)
#576242
(87,98,66)
#4D573B
(77,87,59)
#434C34
(67,76,52)
#39412D
(57,65,45)
#2F3626
(47,54,38)
#252B1F
(37,43,31)
#1B2018
(27,32,24)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #758357

#758357
(117,131,87)
#818E66
(129,142,102)
#8D9975
(141,153,117)
#99A484
(153,164,132)
#A5AF93
(165,175,147)
#B1BAA2
(177,186,162)
#BDC5B1
(189,197,177)
#C9D0C0
(201,208,192)
#D5DBCF
(213,219,207)
#E1E6DE
(225,230,222)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758357; }

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

This text font color is #758357.


Background Color

.myBgColor { background-color: #758357; }

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

This div background color is #758357.


Border color

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

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

This div border color is #758357.


Opacity

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

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

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

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

This text has shadow with #758357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758357 on black background.


Color preview on white background

This text has color #758357 on white background.



Black color preview on #758357 background

This text has black color on #758357 background.


White color preview on #758357 background

This text has white color on #758357 background.