COLOR #758A62

HEX: #758A62
RGB: (117,138,98)

Color info

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

RGB color model

#758A62 color RGB value is (117,138,98).

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

RGB channels and saturation

R 117 of 255 = 46%
G 138 of 255 = 54%
B 98 of 255 = 38%

117
138
98

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

Portions of RGB colors in percentages

R + G + B =
117 + 138 + 98 = 353 (100%)
R 117 of 353 ~ 33.14%
G 138 of 353 ~ 39.09%
B 98 of 353 ~ 27.76%

%33.14
%39.09
%27.76

CMYK color model

#758A62 color CMYK value is (15,0,29,46).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 45.88%
CMYK:
(15,0,29,46)
C15M0Y29K46 
(15%,0%,29%,46%)
(0.15/0.00/0.29/0.46)	

CMYK percentages

%15.22
%0
%28.99
%45.88

Codes

Color #758A62 in popluar color models

758A62
RGB11713898
HSL92°16.95%46.27%
HSB/HSV92°28.99%54.12%
CMYK15.22%0.00%28.99%
45.88%

Color #758A62 in popluar number systems.

HEX758A62
Decimal11713898
Binary1110101100010101100010
Octal165212142

Shades and tints

Shades of #758A62

#758A62
(117,138,98)
#6B7E5A
(107,126,90)
#617252
(97,114,82)
#57664A
(87,102,74)
#4D5A42
(77,90,66)
#434E3A
(67,78,58)
#394232
(57,66,50)
#2F362A
(47,54,42)
#252A22
(37,42,34)
#1B1E1A
(27,30,26)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #758A62

#758A62
(117,138,98)
#819470
(129,148,112)
#8D9E7E
(141,158,126)
#99A88C
(153,168,140)
#A5B29A
(165,178,154)
#B1BCA8
(177,188,168)
#BDC6B6
(189,198,182)
#C9D0C4
(201,208,196)
#D5DAD2
(213,218,210)
#E1E4E0
(225,228,224)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758A62; }

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

This text font color is #758A62.


Background Color

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

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

This div background color is #758A62.


Border color

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

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

This div border color is #758A62.


Opacity

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

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

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

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

This text has shadow with #758A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758A62 on black background.


Color preview on white background

This text has color #758A62 on white background.



Black color preview on #758A62 background

This text has black color on #758A62 background.


White color preview on #758A62 background

This text has white color on #758A62 background.