COLOR #736342

HEX: #736342
RGB: (115,99,66)

Color info

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

RGB color model

#736342 color RGB value is (115,99,66).

  • red value is 115;
  • green value is 99;
  • blue value is 66.
RGB:
(115,99,66)
(45%,39%,26%)

RGB channels and saturation

R 115 of 255 = 45%
G 99 of 255 = 39%
B 66 of 255 = 26%

115
99
66

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

Portions of RGB colors in percentages

R + G + B =
115 + 99 + 66 = 280 (100%)
R 115 of 280 ~ 41.07%
G 99 of 280 ~ 35.36%
B 66 of 280 ~ 23.57%

%41.07
%35.36
%23.57

CMYK color model

#736342 color CMYK value is (0,14,43,55).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 42.61%
  • key color value is 54.90%
CMYK:
(0,14,43,55)
C0M14Y43K55 
(0%,14%,43%,55%)
(0.00/0.14/0.43/0.55)	

CMYK percentages

%0
%13.91
%42.61
%54.9

Codes

Color #736342 in popluar color models

736342
RGB1159966
HSL40°27.07%35.49%
HSB/HSV40°42.61%45.10%
CMYK0.00%13.91%42.61%
54.90%

Color #736342 in popluar number systems.

HEX736342
Decimal1159966
Binary111001111000111000010
Octal163143102

Shades and tints

Shades of #736342

#736342
(115,99,66)
#695A3C
(105,90,60)
#5F5136
(95,81,54)
#554830
(85,72,48)
#4B3F2A
(75,63,42)
#413624
(65,54,36)
#372D1E
(55,45,30)
#2D2418
(45,36,24)
#231B12
(35,27,18)
#19120C
(25,18,12)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #736342

#736342
(115,99,66)
#7F7153
(127,113,83)
#8B7F64
(139,127,100)
#978D75
(151,141,117)
#A39B86
(163,155,134)
#AFA997
(175,169,151)
#BBB7A8
(187,183,168)
#C7C5B9
(199,197,185)
#D3D3CA
(211,211,202)
#DFE1DB
(223,225,219)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736342 color. Also use rgb(115,99,66) instead hex code.

Text Font Color

.myTextColor { color: #736342; }

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

This text font color is #736342.


Background Color

.myBgColor { background-color: #736342; }

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

This div background color is #736342.


Border color

.myBorderColor { border: 1px solid #736342; }

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

This div border color is #736342.


Opacity

.myOpacity80 { color: #736342; opacity: 0.8; }

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

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

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

This text has shadow with #736342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736342 on black background.


Color preview on white background

This text has color #736342 on white background.



Black color preview on #736342 background

This text has black color on #736342 background.


White color preview on #736342 background

This text has white color on #736342 background.