COLOR #735E6A

HEX: #735E6A
RGB: (115,94,106)

Color info

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

RGB color model

#735E6A color RGB value is (115,94,106).

  • red value is 115;
  • green value is 94;
  • blue value is 106.
RGB:
(115,94,106)
(45%,37%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 94 of 255 = 37%
B 106 of 255 = 42%

115
94
106

R + G + B ~ 41%. #735E6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 94 + 106 = 315 (100%)
R 115 of 315 ~ 36.51%
G 94 of 315 ~ 29.84%
B 106 of 315 ~ 33.65%

%36.51
%29.84
%33.65

CMYK color model

#735E6A color CMYK value is (0,18,8,55).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 7.83%
  • key color value is 54.90%
CMYK:
(0,18,8,55)
C0M18Y8K55 
(0%,18%,8%,55%)
(0.00/0.18/0.08/0.55)	

CMYK percentages

%0
%18.26
%7.83
%54.9

Codes

Color #735E6A in popluar color models

735E6A
RGB11594106
HSL326°10.05%40.98%
HSB/HSV326°18.26%45.10%
CMYK0.00%18.26%7.83%
54.90%

Color #735E6A in popluar number systems.

HEX735E6A
Decimal11594106
Binary111001110111101101010
Octal163136152

Shades and tints

Shades of #735E6A

#735E6A
(115,94,106)
#695661
(105,86,97)
#5F4E58
(95,78,88)
#55464F
(85,70,79)
#4B3E46
(75,62,70)
#41363D
(65,54,61)
#372E34
(55,46,52)
#2D262B
(45,38,43)
#231E22
(35,30,34)
#191619
(25,22,25)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #735E6A

#735E6A
(115,94,106)
#7F6C77
(127,108,119)
#8B7A84
(139,122,132)
#978891
(151,136,145)
#A3969E
(163,150,158)
#AFA4AB
(175,164,171)
#BBB2B8
(187,178,184)
#C7C0C5
(199,192,197)
#D3CED2
(211,206,210)
#DFDCDF
(223,220,223)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735E6A color. Also use rgb(115,94,106) instead hex code.

Text Font Color

.myTextColor { color: #735E6A; }

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

This text font color is #735E6A.


Background Color

.myBgColor { background-color: #735E6A; }

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

This div background color is #735E6A.


Border color

.myBorderColor { border: 1px solid #735E6A; }

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

This div border color is #735E6A.


Opacity

.myOpacity80 { color: #735E6A; opacity: 0.8; }

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

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

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

This text has shadow with #735E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735E6A on black background.


Color preview on white background

This text has color #735E6A on white background.



Black color preview on #735E6A background

This text has black color on #735E6A background.


White color preview on #735E6A background

This text has white color on #735E6A background.