COLOR #75535D

HEX: #75535D RGB: (117,83,93)

Color info

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

RGB color model

#75535D color RGB value is (117,83,93).

RGB: (117,83,93) (46%, 33%, 36%)

RGB channels and saturation

R 117 of 255 = 46%
G 83 of 255 = 33%
B 93 of 255 = 36%

117
83
93

R + G + B ~ 38%. #75535D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 83 + 93 = 293 (100%)
R 117 of 293 ~ 39.93%
G 83 of 293 ~ 28.33%
B 93 of 293 ~ 31.74'%

%39.93
%28.33
%31.74

CMYK color model

#75535D color CMYK value is (0,29,21,54).

  • cyan value is 0.00%
  • magenta value is 29.06%
  • yellow value is 20.51%
  • key color value is 54.12%

CMYK: (0,29,21,54)
C0M29Y21K54 (0%, 29%, 21%, 54%)
(0.00 / 0.29 / 0.21 / 0.54)

CMYK percentages

%0
%29.06
%20.51
%54.12

Codes

Color #75535D in popluar color models

75 53 5D
RGB 117 83 93
HSL 342° 17.00% 39.22%
HSB/HSV 342° 29.06% 45.88%
CMYK 0.00% 29.06% 20.51%
54.12%

Color #75535D in popluar number systems.

HEX 75 53 5D
Decimal 117 83 93
Binary 1110101 1010011 1011101
Octal 165 123 135

Shades and tints

Shades of #75535D

#75535D
(117,83,93)
#6B4C55
(107,76,85)
#61454D
(97,69,77)
#573E45
(87,62,69)
#4D373D
(77,55,61)
#433035
(67,48,53)
#39292D
(57,41,45)
#2F2225
(47,34,37)
#251B1D
(37,27,29)
#1B1415
(27,20,21)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #75535D

#75535D
(117,83,93)
#81626B
(129,98,107)
#8D7179
(141,113,121)
#998087
(153,128,135)
#A58F95
(165,143,149)
#B19EA3
(177,158,163)
#BDADB1
(189,173,177)
#C9BCBF
(201,188,191)
#D5CBCD
(213,203,205)
#E1DADB
(225,218,219)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75535D color. Also use rgb(117,83,93) instead hex code.

Text Font Color

.myTextColor { color: #75535D; }

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

This text font color is #75535D.

Background Color

.myBgColor { background-color: #75535D; }

<div style="background-color:#75535D">Inner text</div>

This div background color is #75535D.

Border color

.myBorderColor { border: 1px solid #75535D; }

<div style="border:3px solid #75535D">Div</div>

This div border color is #75535D.

Opacity

.myOpacity80 { color: #75535D; opacity: 0.8; }

<p style="color:#75535D;opacity:0.8;">80%</p>

Text with #75535D 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 #75535D;}

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

This text has shadow with #75535D color.


.textShadow {text-shadow: 3px 3px 1px #75535D', 3px 3px 1px red;}

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

This text has shadow with #75535D primary color and red secondary color.


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

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

This text has shadow with #75535D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75535D; -webkit-box-shadow: 1px 1px 3px 2px #75535D; box-shadow:1px 1px 3px 2px #75535D;">
Div content here
</div>

This div box has shadow with color #75535D.

Preview

Color preview on black background

This text has color #75535D on black background.


Color preview on white background

This text has color #75535D on white background.


Black color preview on #75535D background

This text has black color on #75535D background.


White color preview on #75535D background

This text has white color on #75535D background.


Related colors

Complementary color

Complementary color for #hex is #8AACA2.


I love getcolorcode.com

Triadic colors

1 #5D7553 and #535D75 with #75535D are triadic colors.

2 #5D5375 and #53755D with #75535D are triadic colors.