COLOR #736D5C

HEX: #736D5C
RGB: (115,109,92)

Color info

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

RGB color model

#736D5C color RGB value is (115,109,92).

  • red value is 115;
  • green value is 109;
  • blue value is 92.
RGB:
(115,109,92)
(45%,43%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 92 of 255 = 36%

115
109
92

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 92 = 316 (100%)
R 115 of 316 ~ 36.39%
G 109 of 316 ~ 34.49%
B 92 of 316 ~ 29.11%

%36.39
%34.49
%29.11

CMYK color model

#736D5C color CMYK value is (0,5,20,55).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 20.00%
  • key color value is 54.90%
CMYK:
(0,5,20,55)
C0M5Y20K55 
(0%,5%,20%,55%)
(0.00/0.05/0.20/0.55)	

CMYK percentages

%0
%5.22
%20
%54.9

Codes

Color #736D5C in popluar color models

736D5C
RGB11510992
HSL44°11.11%40.59%
HSB/HSV44°20.00%45.10%
CMYK0.00%5.22%20.00%
54.90%

Color #736D5C in popluar number systems.

HEX736D5C
Decimal11510992
Binary111001111011011011100
Octal163155134

Shades and tints

Shades of #736D5C

#736D5C
(115,109,92)
#696454
(105,100,84)
#5F5B4C
(95,91,76)
#555244
(85,82,68)
#4B493C
(75,73,60)
#414034
(65,64,52)
#37372C
(55,55,44)
#2D2E24
(45,46,36)
#23251C
(35,37,28)
#191C14
(25,28,20)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #736D5C

#736D5C
(115,109,92)
#7F7A6A
(127,122,106)
#8B8778
(139,135,120)
#979486
(151,148,134)
#A3A194
(163,161,148)
#AFAEA2
(175,174,162)
#BBBBB0
(187,187,176)
#C7C8BE
(199,200,190)
#D3D5CC
(211,213,204)
#DFE2DA
(223,226,218)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736D5C; }

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

This text font color is #736D5C.


Background Color

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

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

This div background color is #736D5C.


Border color

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

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

This div border color is #736D5C.


Opacity

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

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

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

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

This text has shadow with #736D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D5C on black background.


Color preview on white background

This text has color #736D5C on white background.



Black color preview on #736D5C background

This text has black color on #736D5C background.


White color preview on #736D5C background

This text has white color on #736D5C background.