COLOR #735E5C

HEX: #735E5C RGB: (115,94,92)

Color info

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

RGB color model

#735E5C color RGB value is (115,94,92).

RGB: (115,94,92) (45%, 37%, 36%)

RGB channels and saturation

R 115 of 255 = 45%
G 94 of 255 = 37%
B 92 of 255 = 36%

115
94
92

R + G + B ~ 39%. #735E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 94 + 92 = 301 (100%)
R 115 of 301 ~ 38.21%
G 94 of 301 ~ 31.23%
B 92 of 301 ~ 30.56'%

%38.21
%31.23
%30.56

CMYK color model

#735E5C color CMYK value is (0,18,20,55).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 20.00%
  • key color value is 54.90%

CMYK: (0,18,20,55)
C0M18Y20K55 (0%, 18%, 20%, 55%)
(0.00 / 0.18 / 0.20 / 0.55)

CMYK percentages

%0
%18.26
%20
%54.9

Codes

Color #735E5C in popluar color models

73 5E 5C
RGB 115 94 92
HSL 11.11% 40.59%
HSB/HSV 20.00% 45.10%
CMYK 0.00% 18.26% 20.00%
54.90%

Color #735E5C in popluar number systems.

HEX 73 5E 5C
Decimal 115 94 92
Binary 1110011 1011110 1011100
Octal 163 136 134

Shades and tints

Shades of #735E5C

#735E5C
(115,94,92)
#695654
(105,86,84)
#5F4E4C
(95,78,76)
#554644
(85,70,68)
#4B3E3C
(75,62,60)
#413634
(65,54,52)
#372E2C
(55,46,44)
#2D2624
(45,38,36)
#231E1C
(35,30,28)
#191614
(25,22,20)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #735E5C

#735E5C
(115,94,92)
#7F6C6A
(127,108,106)
#8B7A78
(139,122,120)
#978886
(151,136,134)
#A39694
(163,150,148)
#AFA4A2
(175,164,162)
#BBB2B0
(187,178,176)
#C7C0BE
(199,192,190)
#D3CECC
(211,206,204)
#DFDCDA
(223,220,218)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735E5C color. Also use rgb(115,94,92) instead hex code.

Text Font Color

.myTextColor { color: #735E5C; }

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

This text font color is #735E5C.

Background Color

.myBgColor { background-color: #735E5C; }

<div style="background-color:#735E5C">Inner text</div>

This div background color is #735E5C.

Border color

.myBorderColor { border: 1px solid #735E5C; }

<div style="border:3px solid #735E5C">Div</div>

This div border color is #735E5C.

Opacity

.myOpacity80 { color: #735E5C; opacity: 0.8; }

<p style="color:#735E5C;opacity:0.8;">80%</p>

Text with #735E5C 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 #735E5C;}

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

This text has shadow with #735E5C color.


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

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

This text has shadow with #735E5C primary color and red secondary color.


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

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

This text has shadow with #735E5C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #735E5C.

Preview

Color preview on black background

This text has color #735E5C on black background.


Color preview on white background

This text has color #735E5C on white background.


Black color preview on #735E5C background

This text has black color on #735E5C background.


White color preview on #735E5C background

This text has white color on #735E5C background.


Related colors

Complementary color

Complementary color for #hex is #8CA1A3.


I love getcolorcode.com

Triadic colors

1 #5C735E and #5E5C73 with #735E5C are triadic colors.

2 #5C5E73 and #5E735C with #735E5C are triadic colors.