COLOR #736763

HEX: #736763
RGB: (115,103,99)

Color info

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

RGB color model

#736763 color RGB value is (115,103,99).

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

RGB channels and saturation

R 115 of 255 = 45%
G 103 of 255 = 40%
B 99 of 255 = 39%

115
103
99

R + G + B ~ 41%. #736763 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 103 + 99 = 317 (100%)
R 115 of 317 ~ 36.28%
G 103 of 317 ~ 32.49%
B 99 of 317 ~ 31.23%

%36.28
%32.49
%31.23

CMYK color model

#736763 color CMYK value is (0,10,14,55).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 13.91%
  • key color value is 54.90%
CMYK:
(0,10,14,55)
C0M10Y14K55 
(0%,10%,14%,55%)
(0.00/0.10/0.14/0.55)	

CMYK percentages

%0
%10.43
%13.91
%54.9

Codes

Color #736763 in popluar color models

736763
RGB11510399
HSL15°7.48%41.96%
HSB/HSV15°13.91%45.10%
CMYK0.00%10.43%13.91%
54.90%

Color #736763 in popluar number systems.

HEX736763
Decimal11510399
Binary111001111001111100011
Octal163147143

Shades and tints

Shades of #736763

#736763
(115,103,99)
#695E5A
(105,94,90)
#5F5551
(95,85,81)
#554C48
(85,76,72)
#4B433F
(75,67,63)
#413A36
(65,58,54)
#37312D
(55,49,45)
#2D2824
(45,40,36)
#231F1B
(35,31,27)
#191612
(25,22,18)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #736763

#736763
(115,103,99)
#7F7471
(127,116,113)
#8B817F
(139,129,127)
#978E8D
(151,142,141)
#A39B9B
(163,155,155)
#AFA8A9
(175,168,169)
#BBB5B7
(187,181,183)
#C7C2C5
(199,194,197)
#D3CFD3
(211,207,211)
#DFDCE1
(223,220,225)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736763; }

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

This text font color is #736763.


Background Color

.myBgColor { background-color: #736763; }

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

This div background color is #736763.


Border color

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

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

This div border color is #736763.


Opacity

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

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

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

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

This text has shadow with #736763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736763 on black background.


Color preview on white background

This text has color #736763 on white background.



Black color preview on #736763 background

This text has black color on #736763 background.


White color preview on #736763 background

This text has white color on #736763 background.