COLOR #735B52

HEX: #735B52
RGB: (115,91,82)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
91
82

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

Portions of RGB colors in percentages

R + G + B =
115 + 91 + 82 = 288 (100%)
R 115 of 288 ~ 39.93%
G 91 of 288 ~ 31.6%
B 82 of 288 ~ 28.47%

%39.93
%31.6
%28.47

CMYK color model

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

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

CMYK percentages

%0
%20.87
%28.7
%54.9

Codes

Color #735B52 in popluar color models

735B52
RGB1159182
HSL16°16.75%38.63%
HSB/HSV16°28.70%45.10%
CMYK0.00%20.87%28.70%
54.90%

Color #735B52 in popluar number systems.

HEX735B52
Decimal1159182
Binary111001110110111010010
Octal163133122

Shades and tints

Shades of #735B52

#735B52
(115,91,82)
#69534B
(105,83,75)
#5F4B44
(95,75,68)
#55433D
(85,67,61)
#4B3B36
(75,59,54)
#41332F
(65,51,47)
#372B28
(55,43,40)
#2D2321
(45,35,33)
#231B1A
(35,27,26)
#191313
(25,19,19)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #735B52

#735B52
(115,91,82)
#7F6961
(127,105,97)
#8B7770
(139,119,112)
#97857F
(151,133,127)
#A3938E
(163,147,142)
#AFA19D
(175,161,157)
#BBAFAC
(187,175,172)
#C7BDBB
(199,189,187)
#D3CBCA
(211,203,202)
#DFD9D9
(223,217,217)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735B52; }

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

This text font color is #735B52.


Background Color

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

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

This div background color is #735B52.


Border color

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

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

This div border color is #735B52.


Opacity

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

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

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

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

This text has shadow with #735B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735B52 on black background.


Color preview on white background

This text has color #735B52 on white background.



Black color preview on #735B52 background

This text has black color on #735B52 background.


White color preview on #735B52 background

This text has white color on #735B52 background.