COLOR #735E6E

HEX: #735E6E
RGB: (115,94,110)

Color info

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

RGB color model

#735E6E color RGB value is (115,94,110).

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

RGB channels and saturation

R 115 of 255 = 45%
G 94 of 255 = 37%
B 110 of 255 = 43%

115
94
110

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

Portions of RGB colors in percentages

R + G + B =
115 + 94 + 110 = 319 (100%)
R 115 of 319 ~ 36.05%
G 94 of 319 ~ 29.47%
B 110 of 319 ~ 34.48%

%36.05
%29.47
%34.48

CMYK color model

#735E6E color CMYK value is (0,18,4,55).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(0,18,4,55)
C0M18Y4K55 
(0%,18%,4%,55%)
(0.00/0.18/0.04/0.55)	

CMYK percentages

%0
%18.26
%4.35
%54.9

Codes

Color #735E6E in popluar color models

735E6E
RGB11594110
HSL314°10.05%40.98%
HSB/HSV314°18.26%45.10%
CMYK0.00%18.26%4.35%
54.90%

Color #735E6E in popluar number systems.

HEX735E6E
Decimal11594110
Binary111001110111101101110
Octal163136156

Shades and tints

Shades of #735E6E

#735E6E
(115,94,110)
#695664
(105,86,100)
#5F4E5A
(95,78,90)
#554650
(85,70,80)
#4B3E46
(75,62,70)
#41363C
(65,54,60)
#372E32
(55,46,50)
#2D2628
(45,38,40)
#231E1E
(35,30,30)
#191614
(25,22,20)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #735E6E

#735E6E
(115,94,110)
#7F6C7B
(127,108,123)
#8B7A88
(139,122,136)
#978895
(151,136,149)
#A396A2
(163,150,162)
#AFA4AF
(175,164,175)
#BBB2BC
(187,178,188)
#C7C0C9
(199,192,201)
#D3CED6
(211,206,214)
#DFDCE3
(223,220,227)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735E6E; }

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

This text font color is #735E6E.


Background Color

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

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

This div background color is #735E6E.


Border color

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

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

This div border color is #735E6E.


Opacity

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

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

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

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

This text has shadow with #735E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735E6E on black background.


Color preview on white background

This text has color #735E6E on white background.



Black color preview on #735E6E background

This text has black color on #735E6E background.


White color preview on #735E6E background

This text has white color on #735E6E background.