COLOR #735649

HEX: #735649
RGB: (115,86,73)

Color info

#735649 contains red, green and blue colors in about the same proportion. Web safe color of #735649 is #666633 (or #663).

RGB color model

#735649 color RGB value is (115,86,73).

  • red value is 115;
  • green value is 86;
  • blue value is 73.
RGB:
(115,86,73)
(45%,34%,29%)

RGB channels and saturation

R 115 of 255 = 45%
G 86 of 255 = 34%
B 73 of 255 = 29%

115
86
73

R + G + B ~ 36%. #735649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 86 + 73 = 274 (100%)
R 115 of 274 ~ 41.97%
G 86 of 274 ~ 31.39%
B 73 of 274 ~ 26.64%

%41.97
%31.39
%26.64

CMYK color model

#735649 color CMYK value is (0,25,37,55).

  • cyan value is 0.00%
  • magenta value is 25.22%
  • yellow value is 36.52%
  • key color value is 54.90%
CMYK:
(0,25,37,55)
C0M25Y37K55 
(0%,25%,37%,55%)
(0.00/0.25/0.37/0.55)	

CMYK percentages

%0
%25.22
%36.52
%54.9

Codes

Color #735649 in popluar color models

735649
RGB1158673
HSL19°22.34%36.86%
HSB/HSV19°36.52%45.10%
CMYK0.00%25.22%36.52%
54.90%

Color #735649 in popluar number systems.

HEX735649
Decimal1158673
Binary111001110101101001001
Octal163126111

Shades and tints

Shades of #735649

#735649
(115,86,73)
#694F43
(105,79,67)
#5F483D
(95,72,61)
#554137
(85,65,55)
#4B3A31
(75,58,49)
#41332B
(65,51,43)
#372C25
(55,44,37)
#2D251F
(45,37,31)
#231E19
(35,30,25)
#191713
(25,23,19)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #735649

#735649
(115,86,73)
#7F6559
(127,101,89)
#8B7469
(139,116,105)
#978379
(151,131,121)
#A39289
(163,146,137)
#AFA199
(175,161,153)
#BBB0A9
(187,176,169)
#C7BFB9
(199,191,185)
#D3CEC9
(211,206,201)
#DFDDD9
(223,221,217)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735649 color. Also use rgb(115,86,73) instead hex code.

Text Font Color

.myTextColor { color: #735649; }

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

This text font color is #735649.


Background Color

.myBgColor { background-color: #735649; }

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

This div background color is #735649.


Border color

.myBorderColor { border: 1px solid #735649; }

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

This div border color is #735649.


Opacity

.myOpacity80 { color: #735649; opacity: 0.8; }

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

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

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

This text has shadow with #735649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735649 on black background.


Color preview on white background

This text has color #735649 on white background.



Black color preview on #735649 background

This text has black color on #735649 background.


White color preview on #735649 background

This text has white color on #735649 background.