COLOR #75815F

HEX: #75815F
RGB: (117,129,95)

Color info

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

RGB color model

#75815F color RGB value is (117,129,95).

  • red value is 117;
  • green value is 129;
  • blue value is 95.
RGB:
(117,129,95)
(46%,51%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 129 of 255 = 51%
B 95 of 255 = 37%

117
129
95

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

Portions of RGB colors in percentages

R + G + B =
117 + 129 + 95 = 341 (100%)
R 117 of 341 ~ 34.31%
G 129 of 341 ~ 37.83%
B 95 of 341 ~ 27.86%

%34.31
%37.83
%27.86

CMYK color model

#75815F color CMYK value is (9,0,26,49).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 49.41%
CMYK:
(9,0,26,49)
C9M0Y26K49 
(9%,0%,26%,49%)
(0.09/0.00/0.26/0.49)	

CMYK percentages

%9.3
%0
%26.36
%49.41

Codes

Color #75815F in popluar color models

75815F
RGB11712995
HSL81°15.18%43.92%
HSB/HSV81°26.36%50.59%
CMYK9.30%0.00%26.36%
49.41%

Color #75815F in popluar number systems.

HEX75815F
Decimal11712995
Binary1110101100000011011111
Octal165201137

Shades and tints

Shades of #75815F

#75815F
(117,129,95)
#6B7657
(107,118,87)
#616B4F
(97,107,79)
#576047
(87,96,71)
#4D553F
(77,85,63)
#434A37
(67,74,55)
#393F2F
(57,63,47)
#2F3427
(47,52,39)
#25291F
(37,41,31)
#1B1E17
(27,30,23)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #75815F

#75815F
(117,129,95)
#818C6D
(129,140,109)
#8D977B
(141,151,123)
#99A289
(153,162,137)
#A5AD97
(165,173,151)
#B1B8A5
(177,184,165)
#BDC3B3
(189,195,179)
#C9CEC1
(201,206,193)
#D5D9CF
(213,217,207)
#E1E4DD
(225,228,221)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75815F color. Also use rgb(117,129,95) instead hex code.

Text Font Color

.myTextColor { color: #75815F; }

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

This text font color is #75815F.


Background Color

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

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

This div background color is #75815F.


Border color

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

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

This div border color is #75815F.


Opacity

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

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

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

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

This text has shadow with #75815F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75815F on black background.


Color preview on white background

This text has color #75815F on white background.



Black color preview on #75815F background

This text has black color on #75815F background.


White color preview on #75815F background

This text has white color on #75815F background.