COLOR #75536F

HEX: #75536F
RGB: (117,83,111)

Color info

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

RGB color model

#75536F color RGB value is (117,83,111).

  • red value is 117;
  • green value is 83;
  • blue value is 111.
RGB:
(117,83,111)
(46%,33%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 83 of 255 = 33%
B 111 of 255 = 44%

117
83
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 83 + 111 = 311 (100%)
R 117 of 311 ~ 37.62%
G 83 of 311 ~ 26.69%
B 111 of 311 ~ 35.69%

%37.62
%26.69
%35.69

CMYK color model

#75536F color CMYK value is (0,29,5,54).

  • cyan value is 0.00%
  • magenta value is 29.06%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(0,29,5,54)
C0M29Y5K54 
(0%,29%,5%,54%)
(0.00/0.29/0.05/0.54)	

CMYK percentages

%0
%29.06
%5.13
%54.12

Codes

Color #75536F in popluar color models

75536F
RGB11783111
HSL311°17.00%39.22%
HSB/HSV311°29.06%45.88%
CMYK0.00%29.06%5.13%
54.12%

Color #75536F in popluar number systems.

HEX75536F
Decimal11783111
Binary111010110100111101111
Octal165123157

Shades and tints

Shades of #75536F

#75536F
(117,83,111)
#6B4C65
(107,76,101)
#61455B
(97,69,91)
#573E51
(87,62,81)
#4D3747
(77,55,71)
#43303D
(67,48,61)
#392933
(57,41,51)
#2F2229
(47,34,41)
#251B1F
(37,27,31)
#1B1415
(27,20,21)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #75536F

#75536F
(117,83,111)
#81627C
(129,98,124)
#8D7189
(141,113,137)
#998096
(153,128,150)
#A58FA3
(165,143,163)
#B19EB0
(177,158,176)
#BDADBD
(189,173,189)
#C9BCCA
(201,188,202)
#D5CBD7
(213,203,215)
#E1DAE4
(225,218,228)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75536F color. Also use rgb(117,83,111) instead hex code.

Text Font Color

.myTextColor { color: #75536F; }

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

This text font color is #75536F.


Background Color

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

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

This div background color is #75536F.


Border color

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

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

This div border color is #75536F.


Opacity

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

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

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

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

This text has shadow with #75536F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75536F on black background.


Color preview on white background

This text has color #75536F on white background.



Black color preview on #75536F background

This text has black color on #75536F background.


White color preview on #75536F background

This text has white color on #75536F background.