COLOR #75834F

HEX: #75834F
RGB: (117,131,79)

Color info

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

RGB color model

#75834F color RGB value is (117,131,79).

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

RGB channels and saturation

R 117 of 255 = 46%
G 131 of 255 = 51%
B 79 of 255 = 31%

117
131
79

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

Portions of RGB colors in percentages

R + G + B =
117 + 131 + 79 = 327 (100%)
R 117 of 327 ~ 35.78%
G 131 of 327 ~ 40.06%
B 79 of 327 ~ 24.16%

%35.78
%40.06
%24.16

CMYK color model

#75834F color CMYK value is (11,0,40,49).

  • cyan value is 10.69%
  • magenta value is 0.00%
  • yellow value is 39.69%
  • key color value is 48.63%
CMYK:
(11,0,40,49)
C11M0Y40K49 
(11%,0%,40%,49%)
(0.11/0.00/0.40/0.49)	

CMYK percentages

%10.69
%0
%39.69
%48.63

Codes

Color #75834F in popluar color models

75834F
RGB11713179
HSL76°24.76%41.18%
HSB/HSV76°39.69%51.37%
CMYK10.69%0.00%39.69%
48.63%

Color #75834F in popluar number systems.

HEX75834F
Decimal11713179
Binary1110101100000111001111
Octal165203117

Shades and tints

Shades of #75834F

#75834F
(117,131,79)
#6B7848
(107,120,72)
#616D41
(97,109,65)
#57623A
(87,98,58)
#4D5733
(77,87,51)
#434C2C
(67,76,44)
#394125
(57,65,37)
#2F361E
(47,54,30)
#252B17
(37,43,23)
#1B2010
(27,32,16)
#111509
(17,21,9)
#000000
(0,0,0)

Tints of #75834F

#75834F
(117,131,79)
#818E5F
(129,142,95)
#8D996F
(141,153,111)
#99A47F
(153,164,127)
#A5AF8F
(165,175,143)
#B1BA9F
(177,186,159)
#BDC5AF
(189,197,175)
#C9D0BF
(201,208,191)
#D5DBCF
(213,219,207)
#E1E6DF
(225,230,223)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75834F; }

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

This text font color is #75834F.


Background Color

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

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

This div background color is #75834F.


Border color

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

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

This div border color is #75834F.


Opacity

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

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

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

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

This text has shadow with #75834F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75834F on black background.


Color preview on white background

This text has color #75834F on white background.



Black color preview on #75834F background

This text has black color on #75834F background.


White color preview on #75834F background

This text has white color on #75834F background.