COLOR #735239

HEX: #735239
RGB: (115,82,57)

Color info

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

RGB color model

#735239 color RGB value is (115,82,57).

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

RGB channels and saturation

R 115 of 255 = 45%
G 82 of 255 = 32%
B 57 of 255 = 22%

115
82
57

R + G + B ~ 33%. #735239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 82 + 57 = 254 (100%)
R 115 of 254 ~ 45.28%
G 82 of 254 ~ 32.28%
B 57 of 254 ~ 22.44%

%45.28
%32.28
%22.44

CMYK color model

#735239 color CMYK value is (0,29,50,55).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 50.43%
  • key color value is 54.90%
CMYK:
(0,29,50,55)
C0M29Y50K55 
(0%,29%,50%,55%)
(0.00/0.29/0.50/0.55)	

CMYK percentages

%0
%28.7
%50.43
%54.9

Codes

Color #735239 in popluar color models

735239
RGB1158257
HSL26°33.72%33.73%
HSB/HSV26°50.43%45.10%
CMYK0.00%28.70%50.43%
54.90%

Color #735239 in popluar number systems.

HEX735239
Decimal1158257
Binary11100111010010111001
Octal16312271

Shades and tints

Shades of #735239

#735239
(115,82,57)
#694B34
(105,75,52)
#5F442F
(95,68,47)
#553D2A
(85,61,42)
#4B3625
(75,54,37)
#412F20
(65,47,32)
#37281B
(55,40,27)
#2D2116
(45,33,22)
#231A11
(35,26,17)
#19130C
(25,19,12)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #735239

#735239
(115,82,57)
#7F614B
(127,97,75)
#8B705D
(139,112,93)
#977F6F
(151,127,111)
#A38E81
(163,142,129)
#AF9D93
(175,157,147)
#BBACA5
(187,172,165)
#C7BBB7
(199,187,183)
#D3CAC9
(211,202,201)
#DFD9DB
(223,217,219)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735239; }

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

This text font color is #735239.


Background Color

.myBgColor { background-color: #735239; }

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

This div background color is #735239.


Border color

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

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

This div border color is #735239.


Opacity

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

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

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

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

This text has shadow with #735239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735239 on black background.


Color preview on white background

This text has color #735239 on white background.



Black color preview on #735239 background

This text has black color on #735239 background.


White color preview on #735239 background

This text has white color on #735239 background.