COLOR #758D6C

HEX: #758D6C
RGB: (117,141,108)

Color info

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

RGB color model

#758D6C color RGB value is (117,141,108).

  • red value is 117;
  • green value is 141;
  • blue value is 108.
RGB:
(117,141,108)
(46%,55%,42%)

RGB channels and saturation

R 117 of 255 = 46%
G 141 of 255 = 55%
B 108 of 255 = 42%

117
141
108

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

Portions of RGB colors in percentages

R + G + B =
117 + 141 + 108 = 366 (100%)
R 117 of 366 ~ 31.97%
G 141 of 366 ~ 38.52%
B 108 of 366 ~ 29.51%

%31.97
%38.52
%29.51

CMYK color model

#758D6C color CMYK value is (17,0,23,45).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 44.71%
CMYK:
(17,0,23,45)
C17M0Y23K45 
(17%,0%,23%,45%)
(0.17/0.00/0.23/0.45)	

CMYK percentages

%17.02
%0
%23.4
%44.71

Codes

Color #758D6C in popluar color models

758D6C
RGB117141108
HSL104°13.25%48.82%
HSB/HSV104°23.40%55.29%
CMYK17.02%0.00%23.40%
44.71%

Color #758D6C in popluar number systems.

HEX758D6C
Decimal117141108
Binary1110101100011011101100
Octal165215154

Shades and tints

Shades of #758D6C

#758D6C
(117,141,108)
#6B8163
(107,129,99)
#61755A
(97,117,90)
#576951
(87,105,81)
#4D5D48
(77,93,72)
#43513F
(67,81,63)
#394536
(57,69,54)
#2F392D
(47,57,45)
#252D24
(37,45,36)
#1B211B
(27,33,27)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #758D6C

#758D6C
(117,141,108)
#819779
(129,151,121)
#8DA186
(141,161,134)
#99AB93
(153,171,147)
#A5B5A0
(165,181,160)
#B1BFAD
(177,191,173)
#BDC9BA
(189,201,186)
#C9D3C7
(201,211,199)
#D5DDD4
(213,221,212)
#E1E7E1
(225,231,225)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758D6C color. Also use rgb(117,141,108) instead hex code.

Text Font Color

.myTextColor { color: #758D6C; }

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

This text font color is #758D6C.


Background Color

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

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

This div background color is #758D6C.


Border color

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

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

This div border color is #758D6C.


Opacity

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

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

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

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

This text has shadow with #758D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758D6C on black background.


Color preview on white background

This text has color #758D6C on white background.



Black color preview on #758D6C background

This text has black color on #758D6C background.


White color preview on #758D6C background

This text has white color on #758D6C background.