COLOR #736B3C

HEX: #736B3C
RGB: (115,107,60)

Color info

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

RGB color model

#736B3C color RGB value is (115,107,60).

  • red value is 115;
  • green value is 107;
  • blue value is 60.
RGB:
(115,107,60)
(45%,42%,24%)

RGB channels and saturation

R 115 of 255 = 45%
G 107 of 255 = 42%
B 60 of 255 = 24%

115
107
60

R + G + B ~ 37%. #736B3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 60 = 282 (100%)
R 115 of 282 ~ 40.78%
G 107 of 282 ~ 37.94%
B 60 of 282 ~ 21.28%

%40.78
%37.94
%21.28

CMYK color model

#736B3C color CMYK value is (0,7,48,55).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 47.83%
  • key color value is 54.90%
CMYK:
(0,7,48,55)
C0M7Y48K55 
(0%,7%,48%,55%)
(0.00/0.07/0.48/0.55)	

CMYK percentages

%0
%6.96
%47.83
%54.9

Codes

Color #736B3C in popluar color models

736B3C
RGB11510760
HSL51°31.43%34.31%
HSB/HSV51°47.83%45.10%
CMYK0.00%6.96%47.83%
54.90%

Color #736B3C in popluar number systems.

HEX736B3C
Decimal11510760
Binary11100111101011111100
Octal16315374

Shades and tints

Shades of #736B3C

#736B3C
(115,107,60)
#696237
(105,98,55)
#5F5932
(95,89,50)
#55502D
(85,80,45)
#4B4728
(75,71,40)
#413E23
(65,62,35)
#37351E
(55,53,30)
#2D2C19
(45,44,25)
#232314
(35,35,20)
#191A0F
(25,26,15)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #736B3C

#736B3C
(115,107,60)
#7F784D
(127,120,77)
#8B855E
(139,133,94)
#97926F
(151,146,111)
#A39F80
(163,159,128)
#AFAC91
(175,172,145)
#BBB9A2
(187,185,162)
#C7C6B3
(199,198,179)
#D3D3C4
(211,211,196)
#DFE0D5
(223,224,213)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736B3C color. Also use rgb(115,107,60) instead hex code.

Text Font Color

.myTextColor { color: #736B3C; }

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

This text font color is #736B3C.


Background Color

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

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

This div background color is #736B3C.


Border color

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

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

This div border color is #736B3C.


Opacity

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

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

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

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

This text has shadow with #736B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B3C on black background.


Color preview on white background

This text has color #736B3C on white background.



Black color preview on #736B3C background

This text has black color on #736B3C background.


White color preview on #736B3C background

This text has white color on #736B3C background.