COLOR #736C5B

HEX: #736C5B RGB: (115,108,91)

Color info

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

RGB color model

#736C5B color RGB value is (115,108,91).

RGB: (115,108,91) (45%, 42%, 36%)

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 91 of 255 = 36%

115
108
91

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

Portions of RGB colors in percentages

R + G + B = 115 + 108 + 91 = 314 (100%)
R 115 of 314 ~ 36.62%
G 108 of 314 ~ 34.39%
B 91 of 314 ~ 28.98'%

%36.62
%34.39
%28.98

CMYK color model

#736C5B color CMYK value is (0,6,21,55).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 20.87%
  • key color value is 54.90%

CMYK: (0,6,21,55)
C0M6Y21K55 (0%, 6%, 21%, 55%)
(0.00 / 0.06 / 0.21 / 0.55)

CMYK percentages

%0
%6.09
%20.87
%54.9

Codes

Color #736C5B in popluar color models

73 6C 5B
RGB 115 108 91
HSL 43° 11.65% 40.39%
HSB/HSV 43° 20.87% 45.10%
CMYK 0.00% 6.09% 20.87%
54.90%

Color #736C5B in popluar number systems.

HEX 73 6C 5B
Decimal 115 108 91
Binary 1110011 1101100 1011011
Octal 163 154 133

Shades and tints

Shades of #736C5B

#736C5B
(115,108,91)
#696353
(105,99,83)
#5F5A4B
(95,90,75)
#555143
(85,81,67)
#4B483B
(75,72,59)
#413F33
(65,63,51)
#37362B
(55,54,43)
#2D2D23
(45,45,35)
#23241B
(35,36,27)
#191B13
(25,27,19)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #736C5B

#736C5B
(115,108,91)
#7F7969
(127,121,105)
#8B8677
(139,134,119)
#979385
(151,147,133)
#A3A093
(163,160,147)
#AFADA1
(175,173,161)
#BBBAAF
(187,186,175)
#C7C7BD
(199,199,189)
#D3D4CB
(211,212,203)
#DFE1D9
(223,225,217)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736C5B color. Also use rgb(115,108,91) instead hex code.

Text Font Color

.myTextColor { color: #736C5B; }

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

This text font color is #736C5B.

Background Color

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

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

This div background color is #736C5B.

Border color

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

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

This div border color is #736C5B.

Opacity

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

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

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

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

This text has shadow with #736C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736C5B.

Preview

Color preview on black background

This text has color #736C5B on black background.


Color preview on white background

This text has color #736C5B on white background.


Black color preview on #736C5B background

This text has black color on #736C5B background.


White color preview on #736C5B background

This text has white color on #736C5B background.


Related colors

Complementary color

Complementary color for #hex is #8C93A4.


I love getcolorcode.com

Triadic colors

1 #5B736C and #6C5B73 with #736C5B are triadic colors.

2 #5B6C73 and #6C735B with #736C5B are triadic colors.