COLOR #735D54

HEX: #735D54
RGB: (115,93,84)

Color info

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

RGB color model

#735D54 color RGB value is (115,93,84).

  • red value is 115;
  • green value is 93;
  • blue value is 84.
RGB:
(115,93,84)
(45%,36%,33%)

RGB channels and saturation

R 115 of 255 = 45%
G 93 of 255 = 36%
B 84 of 255 = 33%

115
93
84

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

Portions of RGB colors in percentages

R + G + B =
115 + 93 + 84 = 292 (100%)
R 115 of 292 ~ 39.38%
G 93 of 292 ~ 31.85%
B 84 of 292 ~ 28.77%

%39.38
%31.85
%28.77

CMYK color model

#735D54 color CMYK value is (0,19,27,55).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 26.96%
  • key color value is 54.90%
CMYK:
(0,19,27,55)
C0M19Y27K55 
(0%,19%,27%,55%)
(0.00/0.19/0.27/0.55)	

CMYK percentages

%0
%19.13
%26.96
%54.9

Codes

Color #735D54 in popluar color models

735D54
RGB1159384
HSL17°15.58%39.02%
HSB/HSV17°26.96%45.10%
CMYK0.00%19.13%26.96%
54.90%

Color #735D54 in popluar number systems.

HEX735D54
Decimal1159384
Binary111001110111011010100
Octal163135124

Shades and tints

Shades of #735D54

#735D54
(115,93,84)
#69554D
(105,85,77)
#5F4D46
(95,77,70)
#55453F
(85,69,63)
#4B3D38
(75,61,56)
#413531
(65,53,49)
#372D2A
(55,45,42)
#2D2523
(45,37,35)
#231D1C
(35,29,28)
#191515
(25,21,21)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #735D54

#735D54
(115,93,84)
#7F6B63
(127,107,99)
#8B7972
(139,121,114)
#978781
(151,135,129)
#A39590
(163,149,144)
#AFA39F
(175,163,159)
#BBB1AE
(187,177,174)
#C7BFBD
(199,191,189)
#D3CDCC
(211,205,204)
#DFDBDB
(223,219,219)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735D54 color. Also use rgb(115,93,84) instead hex code.

Text Font Color

.myTextColor { color: #735D54; }

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

This text font color is #735D54.


Background Color

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

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

This div background color is #735D54.


Border color

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

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

This div border color is #735D54.


Opacity

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

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

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

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

This text has shadow with #735D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735D54 on black background.


Color preview on white background

This text has color #735D54 on white background.



Black color preview on #735D54 background

This text has black color on #735D54 background.


White color preview on #735D54 background

This text has white color on #735D54 background.