COLOR #736D5A

HEX: #736D5A RGB: (115,109,90)

Color info

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

RGB color model

#736D5A color RGB value is (115,109,90).

RGB: (115,109,90) (45%, 43%, 35%)

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 90 of 255 = 35%

115
109
90

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

Portions of RGB colors in percentages

R + G + B = 115 + 109 + 90 = 314 (100%)
R 115 of 314 ~ 36.62%
G 109 of 314 ~ 34.71%
B 90 of 314 ~ 28.66'%

%36.62
%34.71
%28.66

CMYK color model

#736D5A color CMYK value is (0,5,22,55).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 21.74%
  • key color value is 54.90%

CMYK: (0,5,22,55)
C0M5Y22K55 (0%, 5%, 22%, 55%)
(0.00 / 0.05 / 0.22 / 0.55)

CMYK percentages

%0
%5.22
%21.74
%54.9

Codes

Color #736D5A in popluar color models

73 6D 5A
RGB 115 109 90
HSL 46° 12.20% 40.20%
HSB/HSV 46° 21.74% 45.10%
CMYK 0.00% 5.22% 21.74%
54.90%

Color #736D5A in popluar number systems.

HEX 73 6D 5A
Decimal 115 109 90
Binary 1110011 1101101 1011010
Octal 163 155 132

Shades and tints

Shades of #736D5A

#736D5A
(115,109,90)
#696452
(105,100,82)
#5F5B4A
(95,91,74)
#555242
(85,82,66)
#4B493A
(75,73,58)
#414032
(65,64,50)
#37372A
(55,55,42)
#2D2E22
(45,46,34)
#23251A
(35,37,26)
#191C12
(25,28,18)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #736D5A

#736D5A
(115,109,90)
#7F7A69
(127,122,105)
#8B8778
(139,135,120)
#979487
(151,148,135)
#A3A196
(163,161,150)
#AFAEA5
(175,174,165)
#BBBBB4
(187,187,180)
#C7C8C3
(199,200,195)
#D3D5D2
(211,213,210)
#DFE2E1
(223,226,225)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736D5A color. Also use rgb(115,109,90) instead hex code.

Text Font Color

.myTextColor { color: #736D5A; }

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

This text font color is #736D5A.

Background Color

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

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

This div background color is #736D5A.

Border color

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

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

This div border color is #736D5A.

Opacity

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

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

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

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

This text has shadow with #736D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736D5A.

Preview

Color preview on black background

This text has color #736D5A on black background.


Color preview on white background

This text has color #736D5A on white background.


Black color preview on #736D5A background

This text has black color on #736D5A background.


White color preview on #736D5A background

This text has white color on #736D5A background.


Related colors

Complementary color

Complementary color for #hex is #8C92A5.


I love getcolorcode.com

Triadic colors

1 #5A736D and #6D5A73 with #736D5A are triadic colors.

2 #5A6D73 and #6D735A with #736D5A are triadic colors.