COLOR #75804F

HEX: #75804F
RGB: (117,128,79)

Color info

#75804F contains red, green and blue colors in about the same proportion. Web safe color of #75804F is #666666 (or #666).

RGB color model

#75804F color RGB value is (117,128,79).

  • red value is 117;
  • green value is 128;
  • blue value is 79.
RGB:
(117,128,79)
(46%,50%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 128 of 255 = 50%
B 79 of 255 = 31%

117
128
79

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

Portions of RGB colors in percentages

R + G + B =
117 + 128 + 79 = 324 (100%)
R 117 of 324 ~ 36.11%
G 128 of 324 ~ 39.51%
B 79 of 324 ~ 24.38%

%36.11
%39.51
%24.38

CMYK color model

#75804F color CMYK value is (9,0,38,50).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 38.28%
  • key color value is 49.80%
CMYK:
(9,0,38,50)
C9M0Y38K50 
(9%,0%,38%,50%)
(0.09/0.00/0.38/0.50)	

CMYK percentages

%8.59
%0
%38.28
%49.8

Codes

Color #75804F in popluar color models

75804F
RGB11712879
HSL73°23.67%40.59%
HSB/HSV73°38.28%50.20%
CMYK8.59%0.00%38.28%
49.80%

Color #75804F in popluar number systems.

HEX75804F
Decimal11712879
Binary1110101100000001001111
Octal165200117

Shades and tints

Shades of #75804F

#75804F
(117,128,79)
#6B7548
(107,117,72)
#616A41
(97,106,65)
#575F3A
(87,95,58)
#4D5433
(77,84,51)
#43492C
(67,73,44)
#393E25
(57,62,37)
#2F331E
(47,51,30)
#252817
(37,40,23)
#1B1D10
(27,29,16)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #75804F

#75804F
(117,128,79)
#818B5F
(129,139,95)
#8D966F
(141,150,111)
#99A17F
(153,161,127)
#A5AC8F
(165,172,143)
#B1B79F
(177,183,159)
#BDC2AF
(189,194,175)
#C9CDBF
(201,205,191)
#D5D8CF
(213,216,207)
#E1E3DF
(225,227,223)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75804F color. Also use rgb(117,128,79) instead hex code.

Text Font Color

.myTextColor { color: #75804F; }

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

This text font color is #75804F.


Background Color

.myBgColor { background-color: #75804F; }

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

This div background color is #75804F.


Border color

.myBorderColor { border: 1px solid #75804F; }

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

This div border color is #75804F.


Opacity

.myOpacity80 { color: #75804F; opacity: 0.8; }

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

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

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

This text has shadow with #75804F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75804F on black background.


Color preview on white background

This text has color #75804F on white background.



Black color preview on #75804F background

This text has black color on #75804F background.


White color preview on #75804F background

This text has white color on #75804F background.