COLOR #735F51

HEX: #735F51
RGB: (115,95,81)

Color info

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

RGB color model

#735F51 color RGB value is (115,95,81).

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

RGB channels and saturation

R 115 of 255 = 45%
G 95 of 255 = 37%
B 81 of 255 = 32%

115
95
81

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

Portions of RGB colors in percentages

R + G + B =
115 + 95 + 81 = 291 (100%)
R 115 of 291 ~ 39.52%
G 95 of 291 ~ 32.65%
B 81 of 291 ~ 27.84%

%39.52
%32.65
%27.84

CMYK color model

#735F51 color CMYK value is (0,17,30,55).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 29.57%
  • key color value is 54.90%
CMYK:
(0,17,30,55)
C0M17Y30K55 
(0%,17%,30%,55%)
(0.00/0.17/0.30/0.55)	

CMYK percentages

%0
%17.39
%29.57
%54.9

Codes

Color #735F51 in popluar color models

735F51
RGB1159581
HSL25°17.35%38.43%
HSB/HSV25°29.57%45.10%
CMYK0.00%17.39%29.57%
54.90%

Color #735F51 in popluar number systems.

HEX735F51
Decimal1159581
Binary111001110111111010001
Octal163137121

Shades and tints

Shades of #735F51

#735F51
(115,95,81)
#69574A
(105,87,74)
#5F4F43
(95,79,67)
#55473C
(85,71,60)
#4B3F35
(75,63,53)
#41372E
(65,55,46)
#372F27
(55,47,39)
#2D2720
(45,39,32)
#231F19
(35,31,25)
#191712
(25,23,18)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #735F51

#735F51
(115,95,81)
#7F6D60
(127,109,96)
#8B7B6F
(139,123,111)
#97897E
(151,137,126)
#A3978D
(163,151,141)
#AFA59C
(175,165,156)
#BBB3AB
(187,179,171)
#C7C1BA
(199,193,186)
#D3CFC9
(211,207,201)
#DFDDD8
(223,221,216)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735F51; }

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

This text font color is #735F51.


Background Color

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

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

This div background color is #735F51.


Border color

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

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

This div border color is #735F51.


Opacity

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

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

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

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

This text has shadow with #735F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735F51 on black background.


Color preview on white background

This text has color #735F51 on white background.



Black color preview on #735F51 background

This text has black color on #735F51 background.


White color preview on #735F51 background

This text has white color on #735F51 background.