COLOR #735652

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
86
82

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

Portions of RGB colors in percentages

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

%40.64
%30.39
%28.98

CMYK color model

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

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

CMYK percentages

%0
%25.22
%28.7
%54.9

Codes

Color #735652 in popluar color models

735652
RGB1158682
HSL16.75%38.63%
HSB/HSV28.70%45.10%
CMYK0.00%25.22%28.70%
54.90%

Color #735652 in popluar number systems.

HEX735652
Decimal1158682
Binary111001110101101010010
Octal163126122

Shades and tints

Shades of #735652

#735652
(115,86,82)
#694F4B
(105,79,75)
#5F4844
(95,72,68)
#55413D
(85,65,61)
#4B3A36
(75,58,54)
#41332F
(65,51,47)
#372C28
(55,44,40)
#2D2521
(45,37,33)
#231E1A
(35,30,26)
#191713
(25,23,19)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #735652

#735652
(115,86,82)
#7F6561
(127,101,97)
#8B7470
(139,116,112)
#97837F
(151,131,127)
#A3928E
(163,146,142)
#AFA19D
(175,161,157)
#BBB0AC
(187,176,172)
#C7BFBB
(199,191,187)
#D3CECA
(211,206,202)
#DFDDD9
(223,221,217)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735652; }

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

This text font color is #735652.


Background Color

.myBgColor { background-color: #735652; }

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

This div background color is #735652.


Border color

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

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

This div border color is #735652.


Opacity

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

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

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

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

This text has shadow with #735652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735652 on black background.


Color preview on white background

This text has color #735652 on white background.



Black color preview on #735652 background

This text has black color on #735652 background.


White color preview on #735652 background

This text has white color on #735652 background.