COLOR #735948

HEX: #735948
RGB: (115,89,72)

Color info

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

RGB color model

#735948 color RGB value is (115,89,72).

  • red value is 115;
  • green value is 89;
  • blue value is 72.
RGB:
(115,89,72)
(45%,35%,28%)

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 72 of 255 = 28%

115
89
72

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

Portions of RGB colors in percentages

R + G + B =
115 + 89 + 72 = 276 (100%)
R 115 of 276 ~ 41.67%
G 89 of 276 ~ 32.25%
B 72 of 276 ~ 26.09%

%41.67
%32.25
%26.09

CMYK color model

#735948 color CMYK value is (0,23,37,55).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 37.39%
  • key color value is 54.90%
CMYK:
(0,23,37,55)
C0M23Y37K55 
(0%,23%,37%,55%)
(0.00/0.23/0.37/0.55)	

CMYK percentages

%0
%22.61
%37.39
%54.9

Codes

Color #735948 in popluar color models

735948
RGB1158972
HSL24°22.99%36.67%
HSB/HSV24°37.39%45.10%
CMYK0.00%22.61%37.39%
54.90%

Color #735948 in popluar number systems.

HEX735948
Decimal1158972
Binary111001110110011001000
Octal163131110

Shades and tints

Shades of #735948

#735948
(115,89,72)
#695142
(105,81,66)
#5F493C
(95,73,60)
#554136
(85,65,54)
#4B3930
(75,57,48)
#41312A
(65,49,42)
#372924
(55,41,36)
#2D211E
(45,33,30)
#231918
(35,25,24)
#191112
(25,17,18)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #735948

#735948
(115,89,72)
#7F6858
(127,104,88)
#8B7768
(139,119,104)
#978678
(151,134,120)
#A39588
(163,149,136)
#AFA498
(175,164,152)
#BBB3A8
(187,179,168)
#C7C2B8
(199,194,184)
#D3D1C8
(211,209,200)
#DFE0D8
(223,224,216)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735948 color. Also use rgb(115,89,72) instead hex code.

Text Font Color

.myTextColor { color: #735948; }

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

This text font color is #735948.


Background Color

.myBgColor { background-color: #735948; }

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

This div background color is #735948.


Border color

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

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

This div border color is #735948.


Opacity

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

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

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

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

This text has shadow with #735948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735948 on black background.


Color preview on white background

This text has color #735948 on white background.



Black color preview on #735948 background

This text has black color on #735948 background.


White color preview on #735948 background

This text has white color on #735948 background.