COLOR #736163

HEX: #736163
RGB: (115,97,99)

Color info

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

RGB color model

#736163 color RGB value is (115,97,99).

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

RGB channels and saturation

R 115 of 255 = 45%
G 97 of 255 = 38%
B 99 of 255 = 39%

115
97
99

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

Portions of RGB colors in percentages

R + G + B =
115 + 97 + 99 = 311 (100%)
R 115 of 311 ~ 36.98%
G 97 of 311 ~ 31.19%
B 99 of 311 ~ 31.83%

%36.98
%31.19
%31.83

CMYK color model

#736163 color CMYK value is (0,16,14,55).

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 13.91%
  • key color value is 54.90%
CMYK:
(0,16,14,55)
C0M16Y14K55 
(0%,16%,14%,55%)
(0.00/0.16/0.14/0.55)	

CMYK percentages

%0
%15.65
%13.91
%54.9

Codes

Color #736163 in popluar color models

736163
RGB1159799
HSL353°8.49%41.57%
HSB/HSV353°15.65%45.10%
CMYK0.00%15.65%13.91%
54.90%

Color #736163 in popluar number systems.

HEX736163
Decimal1159799
Binary111001111000011100011
Octal163141143

Shades and tints

Shades of #736163

#736163
(115,97,99)
#69595A
(105,89,90)
#5F5151
(95,81,81)
#554948
(85,73,72)
#4B413F
(75,65,63)
#413936
(65,57,54)
#37312D
(55,49,45)
#2D2924
(45,41,36)
#23211B
(35,33,27)
#191912
(25,25,18)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #736163

#736163
(115,97,99)
#7F6F71
(127,111,113)
#8B7D7F
(139,125,127)
#978B8D
(151,139,141)
#A3999B
(163,153,155)
#AFA7A9
(175,167,169)
#BBB5B7
(187,181,183)
#C7C3C5
(199,195,197)
#D3D1D3
(211,209,211)
#DFDFE1
(223,223,225)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736163; }

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

This text font color is #736163.


Background Color

.myBgColor { background-color: #736163; }

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

This div background color is #736163.


Border color

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

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

This div border color is #736163.


Opacity

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

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

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

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

This text has shadow with #736163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736163 on black background.


Color preview on white background

This text has color #736163 on white background.



Black color preview on #736163 background

This text has black color on #736163 background.


White color preview on #736163 background

This text has white color on #736163 background.