COLOR #735746

HEX: #735746
RGB: (115,87,70)

Color info

#735746 contains red, green and blue colors in about the same proportion. Web safe color of #735746 is #666633 (or #663).

RGB color model

#735746 color RGB value is (115,87,70).

  • red value is 115;
  • green value is 87;
  • blue value is 70.
RGB:
(115,87,70)
(45%,34%,27%)

RGB channels and saturation

R 115 of 255 = 45%
G 87 of 255 = 34%
B 70 of 255 = 27%

115
87
70

R + G + B ~ 35%. #735746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 87 + 70 = 272 (100%)
R 115 of 272 ~ 42.28%
G 87 of 272 ~ 31.99%
B 70 of 272 ~ 25.74%

%42.28
%31.99
%25.74

CMYK color model

#735746 color CMYK value is (0,24,39,55).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 39.13%
  • key color value is 54.90%
CMYK:
(0,24,39,55)
C0M24Y39K55 
(0%,24%,39%,55%)
(0.00/0.24/0.39/0.55)	

CMYK percentages

%0
%24.35
%39.13
%54.9

Codes

Color #735746 in popluar color models

735746
RGB1158770
HSL23°24.32%36.27%
HSB/HSV23°39.13%45.10%
CMYK0.00%24.35%39.13%
54.90%

Color #735746 in popluar number systems.

HEX735746
Decimal1158770
Binary111001110101111000110
Octal163127106

Shades and tints

Shades of #735746

#735746
(115,87,70)
#695040
(105,80,64)
#5F493A
(95,73,58)
#554234
(85,66,52)
#4B3B2E
(75,59,46)
#413428
(65,52,40)
#372D22
(55,45,34)
#2D261C
(45,38,28)
#231F16
(35,31,22)
#191810
(25,24,16)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #735746

#735746
(115,87,70)
#7F6656
(127,102,86)
#8B7566
(139,117,102)
#978476
(151,132,118)
#A39386
(163,147,134)
#AFA296
(175,162,150)
#BBB1A6
(187,177,166)
#C7C0B6
(199,192,182)
#D3CFC6
(211,207,198)
#DFDED6
(223,222,214)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735746 color. Also use rgb(115,87,70) instead hex code.

Text Font Color

.myTextColor { color: #735746; }

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

This text font color is #735746.


Background Color

.myBgColor { background-color: #735746; }

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

This div background color is #735746.


Border color

.myBorderColor { border: 1px solid #735746; }

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

This div border color is #735746.


Opacity

.myOpacity80 { color: #735746; opacity: 0.8; }

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

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

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

This text has shadow with #735746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735746 on black background.


Color preview on white background

This text has color #735746 on white background.



Black color preview on #735746 background

This text has black color on #735746 background.


White color preview on #735746 background

This text has white color on #735746 background.