COLOR #735653

HEX: #735653
RGB: (115,86,83)

Color info

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

RGB color model

#735653 color RGB value is (115,86,83).

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

RGB channels and saturation

R 115 of 255 = 45%
G 86 of 255 = 34%
B 83 of 255 = 33%

115
86
83

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

Portions of RGB colors in percentages

R + G + B =
115 + 86 + 83 = 284 (100%)
R 115 of 284 ~ 40.49%
G 86 of 284 ~ 30.28%
B 83 of 284 ~ 29.23%

%40.49
%30.28
%29.23

CMYK color model

#735653 color CMYK value is (0,25,28,55).

  • cyan value is 0.00%
  • magenta value is 25.22%
  • yellow value is 27.83%
  • key color value is 54.90%
CMYK:
(0,25,28,55)
C0M25Y28K55 
(0%,25%,28%,55%)
(0.00/0.25/0.28/0.55)	

CMYK percentages

%0
%25.22
%27.83
%54.9

Codes

Color #735653 in popluar color models

735653
RGB1158683
HSL16.16%38.82%
HSB/HSV27.83%45.10%
CMYK0.00%25.22%27.83%
54.90%

Color #735653 in popluar number systems.

HEX735653
Decimal1158683
Binary111001110101101010011
Octal163126123

Shades and tints

Shades of #735653

#735653
(115,86,83)
#694F4C
(105,79,76)
#5F4845
(95,72,69)
#55413E
(85,65,62)
#4B3A37
(75,58,55)
#413330
(65,51,48)
#372C29
(55,44,41)
#2D2522
(45,37,34)
#231E1B
(35,30,27)
#191714
(25,23,20)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #735653

#735653
(115,86,83)
#7F6562
(127,101,98)
#8B7471
(139,116,113)
#978380
(151,131,128)
#A3928F
(163,146,143)
#AFA19E
(175,161,158)
#BBB0AD
(187,176,173)
#C7BFBC
(199,191,188)
#D3CECB
(211,206,203)
#DFDDDA
(223,221,218)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735653; }

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

This text font color is #735653.


Background Color

.myBgColor { background-color: #735653; }

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

This div background color is #735653.


Border color

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

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

This div border color is #735653.


Opacity

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

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

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

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

This text has shadow with #735653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735653 on black background.


Color preview on white background

This text has color #735653 on white background.



Black color preview on #735653 background

This text has black color on #735653 background.


White color preview on #735653 background

This text has white color on #735653 background.