COLOR #736348

HEX: #736348
RGB: (115,99,72)

Color info

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

RGB color model

#736348 color RGB value is (115,99,72).

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

RGB channels and saturation

R 115 of 255 = 45%
G 99 of 255 = 39%
B 72 of 255 = 28%

115
99
72

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

Portions of RGB colors in percentages

R + G + B =
115 + 99 + 72 = 286 (100%)
R 115 of 286 ~ 40.21%
G 99 of 286 ~ 34.62%
B 72 of 286 ~ 25.17%

%40.21
%34.62
%25.17

CMYK color model

#736348 color CMYK value is (0,14,37,55).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 37.39%
  • key color value is 54.90%
CMYK:
(0,14,37,55)
C0M14Y37K55 
(0%,14%,37%,55%)
(0.00/0.14/0.37/0.55)	

CMYK percentages

%0
%13.91
%37.39
%54.9

Codes

Color #736348 in popluar color models

736348
RGB1159972
HSL38°22.99%36.67%
HSB/HSV38°37.39%45.10%
CMYK0.00%13.91%37.39%
54.90%

Color #736348 in popluar number systems.

HEX736348
Decimal1159972
Binary111001111000111001000
Octal163143110

Shades and tints

Shades of #736348

#736348
(115,99,72)
#695A42
(105,90,66)
#5F513C
(95,81,60)
#554836
(85,72,54)
#4B3F30
(75,63,48)
#41362A
(65,54,42)
#372D24
(55,45,36)
#2D241E
(45,36,30)
#231B18
(35,27,24)
#191212
(25,18,18)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #736348

#736348
(115,99,72)
#7F7158
(127,113,88)
#8B7F68
(139,127,104)
#978D78
(151,141,120)
#A39B88
(163,155,136)
#AFA998
(175,169,152)
#BBB7A8
(187,183,168)
#C7C5B8
(199,197,184)
#D3D3C8
(211,211,200)
#DFE1D8
(223,225,216)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736348; }

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

This text font color is #736348.


Background Color

.myBgColor { background-color: #736348; }

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

This div background color is #736348.


Border color

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

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

This div border color is #736348.


Opacity

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

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

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

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

This text has shadow with #736348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736348 on black background.


Color preview on white background

This text has color #736348 on white background.



Black color preview on #736348 background

This text has black color on #736348 background.


White color preview on #736348 background

This text has white color on #736348 background.