COLOR #75534D

HEX: #75534D RGB: (117,83,77)

Color info

#75534D contains red, green and blue colors in about the same proportion. Web safe color of #75534D is #666633 (or #663).

RGB color model

#75534D color RGB value is (117,83,77).

RGB: (117,83,77) (46%, 33%, 30%)

RGB channels and saturation

R 117 of 255 = 46%
G 83 of 255 = 33%
B 77 of 255 = 30%

117
83
77

R + G + B ~ 36%. #75534D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 83 + 77 = 277 (100%)
R 117 of 277 ~ 42.24%
G 83 of 277 ~ 29.96%
B 77 of 277 ~ 27.8'%

%42.24
%29.96
%27.8

CMYK color model

#75534D color CMYK value is (0,29,34,54).

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

CMYK: (0,29,34,54)
C0M29Y34K54 (0%, 29%, 34%, 54%)
(0.00 / 0.29 / 0.34 / 0.54)

CMYK percentages

%0
%29.06
%34.19
%54.12

Codes

Color #75534D in popluar color models

75 53 4D
RGB 117 83 77
HSL 20.62% 38.04%
HSB/HSV 34.19% 45.88%
CMYK 0.00% 29.06% 34.19%
54.12%

Color #75534D in popluar number systems.

HEX 75 53 4D
Decimal 117 83 77
Binary 1110101 1010011 1001101
Octal 165 123 115

Shades and tints

Shades of #75534D

#75534D
(117,83,77)
#6B4C46
(107,76,70)
#61453F
(97,69,63)
#573E38
(87,62,56)
#4D3731
(77,55,49)
#43302A
(67,48,42)
#392923
(57,41,35)
#2F221C
(47,34,28)
#251B15
(37,27,21)
#1B140E
(27,20,14)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #75534D

#75534D
(117,83,77)
#81625D
(129,98,93)
#8D716D
(141,113,109)
#99807D
(153,128,125)
#A58F8D
(165,143,141)
#B19E9D
(177,158,157)
#BDADAD
(189,173,173)
#C9BCBD
(201,188,189)
#D5CBCD
(213,203,205)
#E1DADD
(225,218,221)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75534D; }

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

This text font color is #75534D.

Background Color

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

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

This div background color is #75534D.

Border color

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

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

This div border color is #75534D.

Opacity

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

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

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

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

This text has shadow with #75534D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75534D.

Preview

Color preview on black background

This text has color #75534D on black background.


Color preview on white background

This text has color #75534D on white background.


Black color preview on #75534D background

This text has black color on #75534D background.


White color preview on #75534D background

This text has white color on #75534D background.


Related colors

Complementary color

Complementary color for #hex is #8AACB2.


I love getcolorcode.com

Triadic colors

1 #4D7553 and #534D75 with #75534D are triadic colors.

2 #4D5375 and #53754D with #75534D are triadic colors.