COLOR #75615F

HEX: #75615F
RGB: (117,97,95)

Color info

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

RGB color model

#75615F color RGB value is (117,97,95).

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

RGB channels and saturation

R 117 of 255 = 46%
G 97 of 255 = 38%
B 95 of 255 = 37%

117
97
95

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

Portions of RGB colors in percentages

R + G + B =
117 + 97 + 95 = 309 (100%)
R 117 of 309 ~ 37.86%
G 97 of 309 ~ 31.39%
B 95 of 309 ~ 30.74%

%37.86
%31.39
%30.74

CMYK color model

#75615F color CMYK value is (0,17,19,54).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(0,17,19,54)
C0M17Y19K54 
(0%,17%,19%,54%)
(0.00/0.17/0.19/0.54)	

CMYK percentages

%0
%17.09
%18.8
%54.12

Codes

Color #75615F in popluar color models

75615F
RGB1179795
HSL10.38%41.57%
HSB/HSV18.80%45.88%
CMYK0.00%17.09%18.80%
54.12%

Color #75615F in popluar number systems.

HEX75615F
Decimal1179795
Binary111010111000011011111
Octal165141137

Shades and tints

Shades of #75615F

#75615F
(117,97,95)
#6B5957
(107,89,87)
#61514F
(97,81,79)
#574947
(87,73,71)
#4D413F
(77,65,63)
#433937
(67,57,55)
#39312F
(57,49,47)
#2F2927
(47,41,39)
#25211F
(37,33,31)
#1B1917
(27,25,23)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #75615F

#75615F
(117,97,95)
#816F6D
(129,111,109)
#8D7D7B
(141,125,123)
#998B89
(153,139,137)
#A59997
(165,153,151)
#B1A7A5
(177,167,165)
#BDB5B3
(189,181,179)
#C9C3C1
(201,195,193)
#D5D1CF
(213,209,207)
#E1DFDD
(225,223,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75615F; }

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

This text font color is #75615F.


Background Color

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

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

This div background color is #75615F.


Border color

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

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

This div border color is #75615F.


Opacity

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

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

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

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

This text has shadow with #75615F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75615F on black background.


Color preview on white background

This text has color #75615F on white background.



Black color preview on #75615F background

This text has black color on #75615F background.


White color preview on #75615F background

This text has white color on #75615F background.