COLOR #75615B

HEX: #75615B
RGB: (117,97,91)

Color info

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

RGB color model

#75615B color RGB value is (117,97,91).

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

RGB channels and saturation

R 117 of 255 = 46%
G 97 of 255 = 38%
B 91 of 255 = 36%

117
97
91

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

Portions of RGB colors in percentages

R + G + B =
117 + 97 + 91 = 305 (100%)
R 117 of 305 ~ 38.36%
G 97 of 305 ~ 31.8%
B 91 of 305 ~ 29.84%

%38.36
%31.8
%29.84

CMYK color model

#75615B color CMYK value is (0,17,22,54).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK:
(0,17,22,54)
C0M17Y22K54 
(0%,17%,22%,54%)
(0.00/0.17/0.22/0.54)	

CMYK percentages

%0
%17.09
%22.22
%54.12

Codes

Color #75615B in popluar color models

75615B
RGB1179791
HSL14°12.50%40.78%
HSB/HSV14°22.22%45.88%
CMYK0.00%17.09%22.22%
54.12%

Color #75615B in popluar number systems.

HEX75615B
Decimal1179791
Binary111010111000011011011
Octal165141133

Shades and tints

Shades of #75615B

#75615B
(117,97,91)
#6B5953
(107,89,83)
#61514B
(97,81,75)
#574943
(87,73,67)
#4D413B
(77,65,59)
#433933
(67,57,51)
#39312B
(57,49,43)
#2F2923
(47,41,35)
#25211B
(37,33,27)
#1B1913
(27,25,19)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #75615B

#75615B
(117,97,91)
#816F69
(129,111,105)
#8D7D77
(141,125,119)
#998B85
(153,139,133)
#A59993
(165,153,147)
#B1A7A1
(177,167,161)
#BDB5AF
(189,181,175)
#C9C3BD
(201,195,189)
#D5D1CB
(213,209,203)
#E1DFD9
(225,223,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75615B; }

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

This text font color is #75615B.


Background Color

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

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

This div background color is #75615B.


Border color

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

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

This div border color is #75615B.


Opacity

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

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

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

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

This text has shadow with #75615B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75615B on black background.


Color preview on white background

This text has color #75615B on white background.



Black color preview on #75615B background

This text has black color on #75615B background.


White color preview on #75615B background

This text has white color on #75615B background.