COLOR #735368

HEX: #735368
RGB: (115,83,104)

Color info

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

RGB color model

#735368 color RGB value is (115,83,104).

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

RGB channels and saturation

R 115 of 255 = 45%
G 83 of 255 = 33%
B 104 of 255 = 41%

115
83
104

R + G + B ~ 40%. #735368 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 83 + 104 = 302 (100%)
R 115 of 302 ~ 38.08%
G 83 of 302 ~ 27.48%
B 104 of 302 ~ 34.44%

%38.08
%27.48
%34.44

CMYK color model

#735368 color CMYK value is (0,28,10,55).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(0,28,10,55)
C0M28Y10K55 
(0%,28%,10%,55%)
(0.00/0.28/0.10/0.55)	

CMYK percentages

%0
%27.83
%9.57
%54.9

Codes

Color #735368 in popluar color models

735368
RGB11583104
HSL321°16.16%38.82%
HSB/HSV321°27.83%45.10%
CMYK0.00%27.83%9.57%
54.90%

Color #735368 in popluar number systems.

HEX735368
Decimal11583104
Binary111001110100111101000
Octal163123150

Shades and tints

Shades of #735368

#735368
(115,83,104)
#694C5F
(105,76,95)
#5F4556
(95,69,86)
#553E4D
(85,62,77)
#4B3744
(75,55,68)
#41303B
(65,48,59)
#372932
(55,41,50)
#2D2229
(45,34,41)
#231B20
(35,27,32)
#191417
(25,20,23)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #735368

#735368
(115,83,104)
#7F6275
(127,98,117)
#8B7182
(139,113,130)
#97808F
(151,128,143)
#A38F9C
(163,143,156)
#AF9EA9
(175,158,169)
#BBADB6
(187,173,182)
#C7BCC3
(199,188,195)
#D3CBD0
(211,203,208)
#DFDADD
(223,218,221)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735368; }

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

This text font color is #735368.


Background Color

.myBgColor { background-color: #735368; }

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

This div background color is #735368.


Border color

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

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

This div border color is #735368.


Opacity

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

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

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

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

This text has shadow with #735368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735368 on black background.


Color preview on white background

This text has color #735368 on white background.



Black color preview on #735368 background

This text has black color on #735368 background.


White color preview on #735368 background

This text has white color on #735368 background.