COLOR #736B4D

HEX: #736B4D
RGB: (115,107,77)

Color info

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

RGB color model

#736B4D color RGB value is (115,107,77).

  • red value is 115;
  • green value is 107;
  • blue value is 77.
RGB:
(115,107,77)
(45%,42%,30%)

RGB channels and saturation

R 115 of 255 = 45%
G 107 of 255 = 42%
B 77 of 255 = 30%

115
107
77

R + G + B ~ 39%. #736B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 77 = 299 (100%)
R 115 of 299 ~ 38.46%
G 107 of 299 ~ 35.79%
B 77 of 299 ~ 25.75%

%38.46
%35.79
%25.75

CMYK color model

#736B4D color CMYK value is (0,7,33,55).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 33.04%
  • key color value is 54.90%
CMYK:
(0,7,33,55)
C0M7Y33K55 
(0%,7%,33%,55%)
(0.00/0.07/0.33/0.55)	

CMYK percentages

%0
%6.96
%33.04
%54.9

Codes

Color #736B4D in popluar color models

736B4D
RGB11510777
HSL47°19.79%37.65%
HSB/HSV47°33.04%45.10%
CMYK0.00%6.96%33.04%
54.90%

Color #736B4D in popluar number systems.

HEX736B4D
Decimal11510777
Binary111001111010111001101
Octal163153115

Shades and tints

Shades of #736B4D

#736B4D
(115,107,77)
#696246
(105,98,70)
#5F593F
(95,89,63)
#555038
(85,80,56)
#4B4731
(75,71,49)
#413E2A
(65,62,42)
#373523
(55,53,35)
#2D2C1C
(45,44,28)
#232315
(35,35,21)
#191A0E
(25,26,14)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #736B4D

#736B4D
(115,107,77)
#7F785D
(127,120,93)
#8B856D
(139,133,109)
#97927D
(151,146,125)
#A39F8D
(163,159,141)
#AFAC9D
(175,172,157)
#BBB9AD
(187,185,173)
#C7C6BD
(199,198,189)
#D3D3CD
(211,211,205)
#DFE0DD
(223,224,221)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736B4D color. Also use rgb(115,107,77) instead hex code.

Text Font Color

.myTextColor { color: #736B4D; }

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

This text font color is #736B4D.


Background Color

.myBgColor { background-color: #736B4D; }

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

This div background color is #736B4D.


Border color

.myBorderColor { border: 1px solid #736B4D; }

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

This div border color is #736B4D.


Opacity

.myOpacity80 { color: #736B4D; opacity: 0.8; }

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

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

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

This text has shadow with #736B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B4D on black background.


Color preview on white background

This text has color #736B4D on white background.



Black color preview on #736B4D background

This text has black color on #736B4D background.


White color preview on #736B4D background

This text has white color on #736B4D background.