COLOR #758364

HEX: #758364
RGB: (117,131,100)

Color info

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

RGB color model

#758364 color RGB value is (117,131,100).

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

RGB channels and saturation

R 117 of 255 = 46%
G 131 of 255 = 51%
B 100 of 255 = 39%

117
131
100

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

Portions of RGB colors in percentages

R + G + B =
117 + 131 + 100 = 348 (100%)
R 117 of 348 ~ 33.62%
G 131 of 348 ~ 37.64%
B 100 of 348 ~ 28.74%

%33.62
%37.64
%28.74

CMYK color model

#758364 color CMYK value is (11,0,24,49).

  • cyan value is 10.69%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 48.63%
CMYK:
(11,0,24,49)
C11M0Y24K49 
(11%,0%,24%,49%)
(0.11/0.00/0.24/0.49)	

CMYK percentages

%10.69
%0
%23.66
%48.63

Codes

Color #758364 in popluar color models

758364
RGB117131100
HSL87°13.42%45.29%
HSB/HSV87°23.66%51.37%
CMYK10.69%0.00%23.66%
48.63%

Color #758364 in popluar number systems.

HEX758364
Decimal117131100
Binary1110101100000111100100
Octal165203144

Shades and tints

Shades of #758364

#758364
(117,131,100)
#6B785B
(107,120,91)
#616D52
(97,109,82)
#576249
(87,98,73)
#4D5740
(77,87,64)
#434C37
(67,76,55)
#39412E
(57,65,46)
#2F3625
(47,54,37)
#252B1C
(37,43,28)
#1B2013
(27,32,19)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #758364

#758364
(117,131,100)
#818E72
(129,142,114)
#8D9980
(141,153,128)
#99A48E
(153,164,142)
#A5AF9C
(165,175,156)
#B1BAAA
(177,186,170)
#BDC5B8
(189,197,184)
#C9D0C6
(201,208,198)
#D5DBD4
(213,219,212)
#E1E6E2
(225,230,226)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758364; }

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

This text font color is #758364.


Background Color

.myBgColor { background-color: #758364; }

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

This div background color is #758364.


Border color

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

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

This div border color is #758364.


Opacity

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

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

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

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

This text has shadow with #758364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758364 on black background.


Color preview on white background

This text has color #758364 on white background.



Black color preview on #758364 background

This text has black color on #758364 background.


White color preview on #758364 background

This text has white color on #758364 background.