COLOR #758B5C

HEX: #758B5C
RGB: (117,139,92)

Color info

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

RGB color model

#758B5C color RGB value is (117,139,92).

  • red value is 117;
  • green value is 139;
  • blue value is 92.
RGB:
(117,139,92)
(46%,55%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 92 of 255 = 36%

117
139
92

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

Portions of RGB colors in percentages

R + G + B =
117 + 139 + 92 = 348 (100%)
R 117 of 348 ~ 33.62%
G 139 of 348 ~ 39.94%
B 92 of 348 ~ 26.44%

%33.62
%39.94
%26.44

CMYK color model

#758B5C color CMYK value is (16,0,34,45).

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 33.81%
  • key color value is 45.49%
CMYK:
(16,0,34,45)
C16M0Y34K45 
(16%,0%,34%,45%)
(0.16/0.00/0.34/0.45)	

CMYK percentages

%15.83
%0
%33.81
%45.49

Codes

Color #758B5C in popluar color models

758B5C
RGB11713992
HSL88°20.35%45.29%
HSB/HSV88°33.81%54.51%
CMYK15.83%0.00%33.81%
45.49%

Color #758B5C in popluar number systems.

HEX758B5C
Decimal11713992
Binary1110101100010111011100
Octal165213134

Shades and tints

Shades of #758B5C

#758B5C
(117,139,92)
#6B7F54
(107,127,84)
#61734C
(97,115,76)
#576744
(87,103,68)
#4D5B3C
(77,91,60)
#434F34
(67,79,52)
#39432C
(57,67,44)
#2F3724
(47,55,36)
#252B1C
(37,43,28)
#1B1F14
(27,31,20)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #758B5C

#758B5C
(117,139,92)
#81956A
(129,149,106)
#8D9F78
(141,159,120)
#99A986
(153,169,134)
#A5B394
(165,179,148)
#B1BDA2
(177,189,162)
#BDC7B0
(189,199,176)
#C9D1BE
(201,209,190)
#D5DBCC
(213,219,204)
#E1E5DA
(225,229,218)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758B5C color. Also use rgb(117,139,92) instead hex code.

Text Font Color

.myTextColor { color: #758B5C; }

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

This text font color is #758B5C.


Background Color

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

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

This div background color is #758B5C.


Border color

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

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

This div border color is #758B5C.


Opacity

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

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

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

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

This text has shadow with #758B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758B5C on black background.


Color preview on white background

This text has color #758B5C on white background.



Black color preview on #758B5C background

This text has black color on #758B5C background.


White color preview on #758B5C background

This text has white color on #758B5C background.