COLOR #758549

HEX: #758549
RGB: (117,133,73)

Color info

#758549 contains mainly red and green colors. Web safe color of #758549 is #669933 (or #693).

RGB color model

#758549 color RGB value is (117,133,73).

  • red value is 117;
  • green value is 133;
  • blue value is 73.
RGB:
(117,133,73)
(46%,52%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 133 of 255 = 52%
B 73 of 255 = 29%

117
133
73

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

Portions of RGB colors in percentages

R + G + B =
117 + 133 + 73 = 323 (100%)
R 117 of 323 ~ 36.22%
G 133 of 323 ~ 41.18%
B 73 of 323 ~ 22.6%

%36.22
%41.18
%22.6

CMYK color model

#758549 color CMYK value is (12,0,45,48).

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 45.11%
  • key color value is 47.84%
CMYK:
(12,0,45,48)
C12M0Y45K48 
(12%,0%,45%,48%)
(0.12/0.00/0.45/0.48)	

CMYK percentages

%12.03
%0
%45.11
%47.84

Codes

Color #758549 in popluar color models

758549
RGB11713373
HSL76°29.13%40.39%
HSB/HSV76°45.11%52.16%
CMYK12.03%0.00%45.11%
47.84%

Color #758549 in popluar number systems.

HEX758549
Decimal11713373
Binary1110101100001011001001
Octal165205111

Shades and tints

Shades of #758549

#758549
(117,133,73)
#6B7943
(107,121,67)
#616D3D
(97,109,61)
#576137
(87,97,55)
#4D5531
(77,85,49)
#43492B
(67,73,43)
#393D25
(57,61,37)
#2F311F
(47,49,31)
#252519
(37,37,25)
#1B1913
(27,25,19)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #758549

#758549
(117,133,73)
#819059
(129,144,89)
#8D9B69
(141,155,105)
#99A679
(153,166,121)
#A5B189
(165,177,137)
#B1BC99
(177,188,153)
#BDC7A9
(189,199,169)
#C9D2B9
(201,210,185)
#D5DDC9
(213,221,201)
#E1E8D9
(225,232,217)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758549 color. Also use rgb(117,133,73) instead hex code.

Text Font Color

.myTextColor { color: #758549; }

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

This text font color is #758549.


Background Color

.myBgColor { background-color: #758549; }

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

This div background color is #758549.


Border color

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

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

This div border color is #758549.


Opacity

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

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

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

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

This text has shadow with #758549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758549 on black background.


Color preview on white background

This text has color #758549 on white background.



Black color preview on #758549 background

This text has black color on #758549 background.


White color preview on #758549 background

This text has white color on #758549 background.