COLOR #735358

HEX: #735358
RGB: (115,83,88)

Color info

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

RGB color model

#735358 color RGB value is (115,83,88).

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

RGB channels and saturation

R 115 of 255 = 45%
G 83 of 255 = 33%
B 88 of 255 = 35%

115
83
88

R + G + B ~ 38%. #735358 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 83 + 88 = 286 (100%)
R 115 of 286 ~ 40.21%
G 83 of 286 ~ 29.02%
B 88 of 286 ~ 30.77%

%40.21
%29.02
%30.77

CMYK color model

#735358 color CMYK value is (0,28,23,55).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 23.48%
  • key color value is 54.90%
CMYK:
(0,28,23,55)
C0M28Y23K55 
(0%,28%,23%,55%)
(0.00/0.28/0.23/0.55)	

CMYK percentages

%0
%27.83
%23.48
%54.9

Codes

Color #735358 in popluar color models

735358
RGB1158388
HSL351°16.16%38.82%
HSB/HSV351°27.83%45.10%
CMYK0.00%27.83%23.48%
54.90%

Color #735358 in popluar number systems.

HEX735358
Decimal1158388
Binary111001110100111011000
Octal163123130

Shades and tints

Shades of #735358

#735358
(115,83,88)
#694C50
(105,76,80)
#5F4548
(95,69,72)
#553E40
(85,62,64)
#4B3738
(75,55,56)
#413030
(65,48,48)
#372928
(55,41,40)
#2D2220
(45,34,32)
#231B18
(35,27,24)
#191410
(25,20,16)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #735358

#735358
(115,83,88)
#7F6267
(127,98,103)
#8B7176
(139,113,118)
#978085
(151,128,133)
#A38F94
(163,143,148)
#AF9EA3
(175,158,163)
#BBADB2
(187,173,178)
#C7BCC1
(199,188,193)
#D3CBD0
(211,203,208)
#DFDADF
(223,218,223)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735358; }

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

This text font color is #735358.


Background Color

.myBgColor { background-color: #735358; }

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

This div background color is #735358.


Border color

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

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

This div border color is #735358.


Opacity

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

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

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

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

This text has shadow with #735358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735358 on black background.


Color preview on white background

This text has color #735358 on white background.



Black color preview on #735358 background

This text has black color on #735358 background.


White color preview on #735358 background

This text has white color on #735358 background.