COLOR #735256

HEX: #735256
RGB: (115,82,86)

Color info

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

RGB color model

#735256 color RGB value is (115,82,86).

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

RGB channels and saturation

R 115 of 255 = 45%
G 82 of 255 = 32%
B 86 of 255 = 34%

115
82
86

R + G + B ~ 37%. #735256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 82 + 86 = 283 (100%)
R 115 of 283 ~ 40.64%
G 82 of 283 ~ 28.98%
B 86 of 283 ~ 30.39%

%40.64
%28.98
%30.39

CMYK color model

#735256 color CMYK value is (0,29,25,55).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 25.22%
  • key color value is 54.90%
CMYK:
(0,29,25,55)
C0M29Y25K55 
(0%,29%,25%,55%)
(0.00/0.29/0.25/0.55)	

CMYK percentages

%0
%28.7
%25.22
%54.9

Codes

Color #735256 in popluar color models

735256
RGB1158286
HSL353°16.75%38.63%
HSB/HSV353°28.70%45.10%
CMYK0.00%28.70%25.22%
54.90%

Color #735256 in popluar number systems.

HEX735256
Decimal1158286
Binary111001110100101010110
Octal163122126

Shades and tints

Shades of #735256

#735256
(115,82,86)
#694B4F
(105,75,79)
#5F4448
(95,68,72)
#553D41
(85,61,65)
#4B363A
(75,54,58)
#412F33
(65,47,51)
#37282C
(55,40,44)
#2D2125
(45,33,37)
#231A1E
(35,26,30)
#191317
(25,19,23)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #735256

#735256
(115,82,86)
#7F6165
(127,97,101)
#8B7074
(139,112,116)
#977F83
(151,127,131)
#A38E92
(163,142,146)
#AF9DA1
(175,157,161)
#BBACB0
(187,172,176)
#C7BBBF
(199,187,191)
#D3CACE
(211,202,206)
#DFD9DD
(223,217,221)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735256; }

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

This text font color is #735256.


Background Color

.myBgColor { background-color: #735256; }

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

This div background color is #735256.


Border color

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

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

This div border color is #735256.


Opacity

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

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

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

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

This text has shadow with #735256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735256 on black background.


Color preview on white background

This text has color #735256 on white background.



Black color preview on #735256 background

This text has black color on #735256 background.


White color preview on #735256 background

This text has white color on #735256 background.