COLOR #735B5B

HEX: #735B5B
RGB: (115,91,91)

Color info

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

RGB color model

#735B5B color RGB value is (115,91,91).

  • red value is 115;
  • green value is 91;
  • blue value is 91.
RGB:
(115,91,91)
(45%,36%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 91 of 255 = 36%
B 91 of 255 = 36%

115
91
91

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

Portions of RGB colors in percentages

R + G + B =
115 + 91 + 91 = 297 (100%)
R 115 of 297 ~ 38.72%
G 91 of 297 ~ 30.64%
B 91 of 297 ~ 30.64%

%38.72
%30.64
%30.64

CMYK color model

#735B5B color CMYK value is (0,21,21,55).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(0,21,21,55)
C0M21Y21K55 
(0%,21%,21%,55%)
(0.00/0.21/0.21/0.55)	

CMYK percentages

%0
%20.87
%20.87
%54.9

Codes

Color #735B5B in popluar color models

735B5B
RGB1159191
HSL11.65%40.39%
HSB/HSV20.87%45.10%
CMYK0.00%20.87%20.87%
54.90%

Color #735B5B in popluar number systems.

HEX735B5B
Decimal1159191
Binary111001110110111011011
Octal163133133

Shades and tints

Shades of #735B5B

#735B5B
(115,91,91)
#695353
(105,83,83)
#5F4B4B
(95,75,75)
#554343
(85,67,67)
#4B3B3B
(75,59,59)
#413333
(65,51,51)
#372B2B
(55,43,43)
#2D2323
(45,35,35)
#231B1B
(35,27,27)
#191313
(25,19,19)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #735B5B

#735B5B
(115,91,91)
#7F6969
(127,105,105)
#8B7777
(139,119,119)
#978585
(151,133,133)
#A39393
(163,147,147)
#AFA1A1
(175,161,161)
#BBAFAF
(187,175,175)
#C7BDBD
(199,189,189)
#D3CBCB
(211,203,203)
#DFD9D9
(223,217,217)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735B5B; }

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

This text font color is #735B5B.


Background Color

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

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

This div background color is #735B5B.


Border color

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

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

This div border color is #735B5B.


Opacity

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

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

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

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

This text has shadow with #735B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735B5B on black background.


Color preview on white background

This text has color #735B5B on white background.



Black color preview on #735B5B background

This text has black color on #735B5B background.


White color preview on #735B5B background

This text has white color on #735B5B background.