COLOR #736F4D

HEX: #736F4D RGB: (115,111,77)

Color info

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

RGB color model

#736F4D color RGB value is (115,111,77).

RGB: (115,111,77) (45%, 44%, 30%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 77 of 255 = 30%

115
111
77

R + G + B ~ 40%. #736F4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 111 + 77 = 303 (100%)
R 115 of 303 ~ 37.95%
G 111 of 303 ~ 36.63%
B 77 of 303 ~ 25.41'%

%37.95
%36.63
%25.41

CMYK color model

#736F4D color CMYK value is (0,3,33,55).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 33.04%
  • key color value is 54.90%

CMYK: (0,3,33,55)
C0M3Y33K55 (0%, 3%, 33%, 55%)
(0.00 / 0.03 / 0.33 / 0.55)

CMYK percentages

%0
%3.48
%33.04
%54.9

Codes

Color #736F4D in popluar color models

73 6F 4D
RGB 115 111 77
HSL 54° 19.79% 37.65%
HSB/HSV 54° 33.04% 45.10%
CMYK 0.00% 3.48% 33.04%
54.90%

Color #736F4D in popluar number systems.

HEX 73 6F 4D
Decimal 115 111 77
Binary 1110011 1101111 1001101
Octal 163 157 115

Shades and tints

Shades of #736F4D

#736F4D
(115,111,77)
#696546
(105,101,70)
#5F5B3F
(95,91,63)
#555138
(85,81,56)
#4B4731
(75,71,49)
#413D2A
(65,61,42)
#373323
(55,51,35)
#2D291C
(45,41,28)
#231F15
(35,31,21)
#19150E
(25,21,14)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #736F4D

#736F4D
(115,111,77)
#7F7C5D
(127,124,93)
#8B896D
(139,137,109)
#97967D
(151,150,125)
#A3A38D
(163,163,141)
#AFB09D
(175,176,157)
#BBBDAD
(187,189,173)
#C7CABD
(199,202,189)
#D3D7CD
(211,215,205)
#DFE4DD
(223,228,221)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736F4D; }

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

This text font color is #736F4D.

Background Color

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

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

This div background color is #736F4D.

Border color

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

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

This div border color is #736F4D.

Opacity

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

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

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

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

This text has shadow with #736F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736F4D.

Preview

Color preview on black background

This text has color #736F4D on black background.


Color preview on white background

This text has color #736F4D on white background.


Black color preview on #736F4D background

This text has black color on #736F4D background.


White color preview on #736F4D background

This text has white color on #736F4D background.


Related colors

Complementary color

Complementary color for #hex is #8C90B2.


I love getcolorcode.com

Triadic colors

1 #4D736F and #6F4D73 with #736F4D are triadic colors.

2 #4D6F73 and #6F734D with #736F4D are triadic colors.