COLOR #735B51

HEX: #735B51
RGB: (115,91,81)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
91
81

R + G + B ~ 38%. #735B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 91 + 81 = 287 (100%)
R 115 of 287 ~ 40.07%
G 91 of 287 ~ 31.71%
B 81 of 287 ~ 28.22%

%40.07
%31.71
%28.22

CMYK color model

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

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

CMYK percentages

%0
%20.87
%29.57
%54.9

Codes

Color #735B51 in popluar color models

735B51
RGB1159181
HSL18°17.35%38.43%
HSB/HSV18°29.57%45.10%
CMYK0.00%20.87%29.57%
54.90%

Color #735B51 in popluar number systems.

HEX735B51
Decimal1159181
Binary111001110110111010001
Octal163133121

Shades and tints

Shades of #735B51

#735B51
(115,91,81)
#69534A
(105,83,74)
#5F4B43
(95,75,67)
#55433C
(85,67,60)
#4B3B35
(75,59,53)
#41332E
(65,51,46)
#372B27
(55,43,39)
#2D2320
(45,35,32)
#231B19
(35,27,25)
#191312
(25,19,18)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #735B51

#735B51
(115,91,81)
#7F6960
(127,105,96)
#8B776F
(139,119,111)
#97857E
(151,133,126)
#A3938D
(163,147,141)
#AFA19C
(175,161,156)
#BBAFAB
(187,175,171)
#C7BDBA
(199,189,186)
#D3CBC9
(211,203,201)
#DFD9D8
(223,217,216)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735B51; }

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

This text font color is #735B51.


Background Color

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

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

This div background color is #735B51.


Border color

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

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

This div border color is #735B51.


Opacity

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

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

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

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

This text has shadow with #735B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735B51 on black background.


Color preview on white background

This text has color #735B51 on white background.



Black color preview on #735B51 background

This text has black color on #735B51 background.


White color preview on #735B51 background

This text has white color on #735B51 background.