COLOR #735F6E

HEX: #735F6E
RGB: (115,95,110)

Color info

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

RGB color model

#735F6E color RGB value is (115,95,110).

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

RGB channels and saturation

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

115
95
110

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

Portions of RGB colors in percentages

R + G + B =
115 + 95 + 110 = 320 (100%)
R 115 of 320 ~ 35.94%
G 95 of 320 ~ 29.69%
B 110 of 320 ~ 34.38%

%35.94
%29.69
%34.38

CMYK color model

#735F6E color CMYK value is (0,17,4,55).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(0,17,4,55)
C0M17Y4K55 
(0%,17%,4%,55%)
(0.00/0.17/0.04/0.55)	

CMYK percentages

%0
%17.39
%4.35
%54.9

Codes

Color #735F6E in popluar color models

735F6E
RGB11595110
HSL315°9.52%41.18%
HSB/HSV315°17.39%45.10%
CMYK0.00%17.39%4.35%
54.90%

Color #735F6E in popluar number systems.

HEX735F6E
Decimal11595110
Binary111001110111111101110
Octal163137156

Shades and tints

Shades of #735F6E

#735F6E
(115,95,110)
#695764
(105,87,100)
#5F4F5A
(95,79,90)
#554750
(85,71,80)
#4B3F46
(75,63,70)
#41373C
(65,55,60)
#372F32
(55,47,50)
#2D2728
(45,39,40)
#231F1E
(35,31,30)
#191714
(25,23,20)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #735F6E

#735F6E
(115,95,110)
#7F6D7B
(127,109,123)
#8B7B88
(139,123,136)
#978995
(151,137,149)
#A397A2
(163,151,162)
#AFA5AF
(175,165,175)
#BBB3BC
(187,179,188)
#C7C1C9
(199,193,201)
#D3CFD6
(211,207,214)
#DFDDE3
(223,221,227)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735F6E; }

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

This text font color is #735F6E.


Background Color

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

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

This div background color is #735F6E.


Border color

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

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

This div border color is #735F6E.


Opacity

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

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

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

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

This text has shadow with #735F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735F6E on black background.


Color preview on white background

This text has color #735F6E on white background.



Black color preview on #735F6E background

This text has black color on #735F6E background.


White color preview on #735F6E background

This text has white color on #735F6E background.