COLOR #736D51

HEX: #736D51
RGB: (115,109,81)

Color info

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

RGB color model

#736D51 color RGB value is (115,109,81).

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

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 81 of 255 = 32%

115
109
81

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 81 = 305 (100%)
R 115 of 305 ~ 37.7%
G 109 of 305 ~ 35.74%
B 81 of 305 ~ 26.56%

%37.7
%35.74
%26.56

CMYK color model

#736D51 color CMYK value is (0,5,30,55).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 29.57%
  • key color value is 54.90%
CMYK:
(0,5,30,55)
C0M5Y30K55 
(0%,5%,30%,55%)
(0.00/0.05/0.30/0.55)	

CMYK percentages

%0
%5.22
%29.57
%54.9

Codes

Color #736D51 in popluar color models

736D51
RGB11510981
HSL49°17.35%38.43%
HSB/HSV49°29.57%45.10%
CMYK0.00%5.22%29.57%
54.90%

Color #736D51 in popluar number systems.

HEX736D51
Decimal11510981
Binary111001111011011010001
Octal163155121

Shades and tints

Shades of #736D51

#736D51
(115,109,81)
#69644A
(105,100,74)
#5F5B43
(95,91,67)
#55523C
(85,82,60)
#4B4935
(75,73,53)
#41402E
(65,64,46)
#373727
(55,55,39)
#2D2E20
(45,46,32)
#232519
(35,37,25)
#191C12
(25,28,18)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #736D51

#736D51
(115,109,81)
#7F7A60
(127,122,96)
#8B876F
(139,135,111)
#97947E
(151,148,126)
#A3A18D
(163,161,141)
#AFAE9C
(175,174,156)
#BBBBAB
(187,187,171)
#C7C8BA
(199,200,186)
#D3D5C9
(211,213,201)
#DFE2D8
(223,226,216)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736D51; }

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

This text font color is #736D51.


Background Color

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

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

This div background color is #736D51.


Border color

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

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

This div border color is #736D51.


Opacity

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

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

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

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

This text has shadow with #736D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D51 on black background.


Color preview on white background

This text has color #736D51 on white background.



Black color preview on #736D51 background

This text has black color on #736D51 background.


White color preview on #736D51 background

This text has white color on #736D51 background.