COLOR #735E52

HEX: #735E52
RGB: (115,94,82)

Color info

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

RGB color model

#735E52 color RGB value is (115,94,82).

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

RGB channels and saturation

R 115 of 255 = 45%
G 94 of 255 = 37%
B 82 of 255 = 32%

115
94
82

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

Portions of RGB colors in percentages

R + G + B =
115 + 94 + 82 = 291 (100%)
R 115 of 291 ~ 39.52%
G 94 of 291 ~ 32.3%
B 82 of 291 ~ 28.18%

%39.52
%32.3
%28.18

CMYK color model

#735E52 color CMYK value is (0,18,29,55).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 28.70%
  • key color value is 54.90%
CMYK:
(0,18,29,55)
C0M18Y29K55 
(0%,18%,29%,55%)
(0.00/0.18/0.29/0.55)	

CMYK percentages

%0
%18.26
%28.7
%54.9

Codes

Color #735E52 in popluar color models

735E52
RGB1159482
HSL22°16.75%38.63%
HSB/HSV22°28.70%45.10%
CMYK0.00%18.26%28.70%
54.90%

Color #735E52 in popluar number systems.

HEX735E52
Decimal1159482
Binary111001110111101010010
Octal163136122

Shades and tints

Shades of #735E52

#735E52
(115,94,82)
#69564B
(105,86,75)
#5F4E44
(95,78,68)
#55463D
(85,70,61)
#4B3E36
(75,62,54)
#41362F
(65,54,47)
#372E28
(55,46,40)
#2D2621
(45,38,33)
#231E1A
(35,30,26)
#191613
(25,22,19)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #735E52

#735E52
(115,94,82)
#7F6C61
(127,108,97)
#8B7A70
(139,122,112)
#97887F
(151,136,127)
#A3968E
(163,150,142)
#AFA49D
(175,164,157)
#BBB2AC
(187,178,172)
#C7C0BB
(199,192,187)
#D3CECA
(211,206,202)
#DFDCD9
(223,220,217)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735E52; }

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

This text font color is #735E52.


Background Color

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

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

This div background color is #735E52.


Border color

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

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

This div border color is #735E52.


Opacity

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

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

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

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

This text has shadow with #735E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735E52 on black background.


Color preview on white background

This text has color #735E52 on white background.



Black color preview on #735E52 background

This text has black color on #735E52 background.


White color preview on #735E52 background

This text has white color on #735E52 background.