COLOR #736146

HEX: #736146
RGB: (115,97,70)

Color info

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

RGB color model

#736146 color RGB value is (115,97,70).

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

RGB channels and saturation

R 115 of 255 = 45%
G 97 of 255 = 38%
B 70 of 255 = 27%

115
97
70

R + G + B ~ 37%. #736146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 97 + 70 = 282 (100%)
R 115 of 282 ~ 40.78%
G 97 of 282 ~ 34.4%
B 70 of 282 ~ 24.82%

%40.78
%34.4
%24.82

CMYK color model

#736146 color CMYK value is (0,16,39,55).

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 39.13%
  • key color value is 54.90%
CMYK:
(0,16,39,55)
C0M16Y39K55 
(0%,16%,39%,55%)
(0.00/0.16/0.39/0.55)	

CMYK percentages

%0
%15.65
%39.13
%54.9

Codes

Color #736146 in popluar color models

736146
RGB1159770
HSL36°24.32%36.27%
HSB/HSV36°39.13%45.10%
CMYK0.00%15.65%39.13%
54.90%

Color #736146 in popluar number systems.

HEX736146
Decimal1159770
Binary111001111000011000110
Octal163141106

Shades and tints

Shades of #736146

#736146
(115,97,70)
#695940
(105,89,64)
#5F513A
(95,81,58)
#554934
(85,73,52)
#4B412E
(75,65,46)
#413928
(65,57,40)
#373122
(55,49,34)
#2D291C
(45,41,28)
#232116
(35,33,22)
#191910
(25,25,16)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #736146

#736146
(115,97,70)
#7F6F56
(127,111,86)
#8B7D66
(139,125,102)
#978B76
(151,139,118)
#A39986
(163,153,134)
#AFA796
(175,167,150)
#BBB5A6
(187,181,166)
#C7C3B6
(199,195,182)
#D3D1C6
(211,209,198)
#DFDFD6
(223,223,214)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736146; }

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

This text font color is #736146.


Background Color

.myBgColor { background-color: #736146; }

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

This div background color is #736146.


Border color

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

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

This div border color is #736146.


Opacity

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

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

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

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

This text has shadow with #736146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736146 on black background.


Color preview on white background

This text has color #736146 on white background.



Black color preview on #736146 background

This text has black color on #736146 background.


White color preview on #736146 background

This text has white color on #736146 background.