COLOR #759362

HEX: #759362
RGB: (117,147,98)

Color info

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

RGB color model

#759362 color RGB value is (117,147,98).

  • red value is 117;
  • green value is 147;
  • blue value is 98.
RGB:
(117,147,98)
(46%,58%,38%)

RGB channels and saturation

R 117 of 255 = 46%
G 147 of 255 = 58%
B 98 of 255 = 38%

117
147
98

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

Portions of RGB colors in percentages

R + G + B =
117 + 147 + 98 = 362 (100%)
R 117 of 362 ~ 32.32%
G 147 of 362 ~ 40.61%
B 98 of 362 ~ 27.07%

%32.32
%40.61
%27.07

CMYK color model

#759362 color CMYK value is (20,0,33,42).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 42.35%
CMYK:
(20,0,33,42)
C20M0Y33K42 
(20%,0%,33%,42%)
(0.20/0.00/0.33/0.42)	

CMYK percentages

%20.41
%0
%33.33
%42.35

Codes

Color #759362 in popluar color models

759362
RGB11714798
HSL97°20.00%48.04%
HSB/HSV97°33.33%57.65%
CMYK20.41%0.00%33.33%
42.35%

Color #759362 in popluar number systems.

HEX759362
Decimal11714798
Binary1110101100100111100010
Octal165223142

Shades and tints

Shades of #759362

#759362
(117,147,98)
#6B865A
(107,134,90)
#617952
(97,121,82)
#576C4A
(87,108,74)
#4D5F42
(77,95,66)
#43523A
(67,82,58)
#394532
(57,69,50)
#2F382A
(47,56,42)
#252B22
(37,43,34)
#1B1E1A
(27,30,26)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #759362

#759362
(117,147,98)
#819C70
(129,156,112)
#8DA57E
(141,165,126)
#99AE8C
(153,174,140)
#A5B79A
(165,183,154)
#B1C0A8
(177,192,168)
#BDC9B6
(189,201,182)
#C9D2C4
(201,210,196)
#D5DBD2
(213,219,210)
#E1E4E0
(225,228,224)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759362 color. Also use rgb(117,147,98) instead hex code.

Text Font Color

.myTextColor { color: #759362; }

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

This text font color is #759362.


Background Color

.myBgColor { background-color: #759362; }

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

This div background color is #759362.


Border color

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

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

This div border color is #759362.


Opacity

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

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

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

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

This text has shadow with #759362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759362 on black background.


Color preview on white background

This text has color #759362 on white background.



Black color preview on #759362 background

This text has black color on #759362 background.


White color preview on #759362 background

This text has white color on #759362 background.