COLOR #736845

HEX: #736845
RGB: (115,104,69)

Color info

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

RGB color model

#736845 color RGB value is (115,104,69).

  • red value is 115;
  • green value is 104;
  • blue value is 69.
RGB:
(115,104,69)
(45%,41%,27%)

RGB channels and saturation

R 115 of 255 = 45%
G 104 of 255 = 41%
B 69 of 255 = 27%

115
104
69

R + G + B ~ 38%. #736845 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 104 + 69 = 288 (100%)
R 115 of 288 ~ 39.93%
G 104 of 288 ~ 36.11%
B 69 of 288 ~ 23.96%

%39.93
%36.11
%23.96

CMYK color model

#736845 color CMYK value is (0,10,40,55).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 40.00%
  • key color value is 54.90%
CMYK:
(0,10,40,55)
C0M10Y40K55 
(0%,10%,40%,55%)
(0.00/0.10/0.40/0.55)	

CMYK percentages

%0
%9.57
%40
%54.9

Codes

Color #736845 in popluar color models

736845
RGB11510469
HSL46°25.00%36.08%
HSB/HSV46°40.00%45.10%
CMYK0.00%9.57%40.00%
54.90%

Color #736845 in popluar number systems.

HEX736845
Decimal11510469
Binary111001111010001000101
Octal163150105

Shades and tints

Shades of #736845

#736845
(115,104,69)
#695F3F
(105,95,63)
#5F5639
(95,86,57)
#554D33
(85,77,51)
#4B442D
(75,68,45)
#413B27
(65,59,39)
#373221
(55,50,33)
#2D291B
(45,41,27)
#232015
(35,32,21)
#19170F
(25,23,15)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #736845

#736845
(115,104,69)
#7F7555
(127,117,85)
#8B8265
(139,130,101)
#978F75
(151,143,117)
#A39C85
(163,156,133)
#AFA995
(175,169,149)
#BBB6A5
(187,182,165)
#C7C3B5
(199,195,181)
#D3D0C5
(211,208,197)
#DFDDD5
(223,221,213)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736845 color. Also use rgb(115,104,69) instead hex code.

Text Font Color

.myTextColor { color: #736845; }

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

This text font color is #736845.


Background Color

.myBgColor { background-color: #736845; }

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

This div background color is #736845.


Border color

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

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

This div border color is #736845.


Opacity

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

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

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

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

This text has shadow with #736845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736845 on black background.


Color preview on white background

This text has color #736845 on white background.



Black color preview on #736845 background

This text has black color on #736845 background.


White color preview on #736845 background

This text has white color on #736845 background.