COLOR #755D53

HEX: #755D53 RGB: (117,93,83)

Color info

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

RGB color model

#755D53 color RGB value is (117,93,83).

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

RGB channels and saturation

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

117
93
83

R + G + B ~ 38%. #755D53 is quite dark color.

Portions of RGB colors in percentages

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

%39.93
%31.74
%28.33

CMYK color model

#755D53 color CMYK value is (0,21,29,54).

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

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

CMYK percentages

%0
%20.51
%29.06
%54.12

Codes

Color #755D53 in popluar color models

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

Color #755D53 in popluar number systems.

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

Shades and tints

Shades of #755D53

#755D53
(117,93,83)
#6B554C
(107,85,76)
#614D45
(97,77,69)
#57453E
(87,69,62)
#4D3D37
(77,61,55)
#433530
(67,53,48)
#392D29
(57,45,41)
#2F2522
(47,37,34)
#251D1B
(37,29,27)
#1B1514
(27,21,20)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #755D53

#755D53
(117,93,83)
#816B62
(129,107,98)
#8D7971
(141,121,113)
#998780
(153,135,128)
#A5958F
(165,149,143)
#B1A39E
(177,163,158)
#BDB1AD
(189,177,173)
#C9BFBC
(201,191,188)
#D5CDCB
(213,205,203)
#E1DBDA
(225,219,218)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755D53; }

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

This text font color is #755D53.

Background Color

.myBgColor { background-color: #755D53; }

<div style="background-color:#755D53">Inner text</div>

This div background color is #755D53.

Border color

.myBorderColor { border: 1px solid #755D53; }

<div style="border:3px solid #755D53">Div</div>

This div border color is #755D53.

Opacity

.myOpacity80 { color: #755D53; opacity: 0.8; }

<p style="color:#755D53;opacity:0.8;">80%</p>

Text with #755D53 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 #755D53;}

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

This text has shadow with #755D53 color.


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

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

This text has shadow with #755D53 primary color and red secondary color.


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

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

This text has shadow with #755D53 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #755D53.

Preview

Color preview on black background

This text has color #755D53 on black background.


Color preview on white background

This text has color #755D53 on white background.


Black color preview on #755D53 background

This text has black color on #755D53 background.


White color preview on #755D53 background

This text has white color on #755D53 background.


Related colors

Complementary color

Complementary color for #hex is #8AA2AC.


I love getcolorcode.com

Triadic colors

1 #53755D and #5D5375 with #755D53 are triadic colors.

2 #535D75 and #5D7553 with #755D53 are triadic colors.