COLOR #737063

HEX: #737063
RGB: (115,112,99)

Color info

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

RGB color model

#737063 color RGB value is (115,112,99).

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

RGB channels and saturation

R 115 of 255 = 45%
G 112 of 255 = 44%
B 99 of 255 = 39%

115
112
99

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

Portions of RGB colors in percentages

R + G + B =
115 + 112 + 99 = 326 (100%)
R 115 of 326 ~ 35.28%
G 112 of 326 ~ 34.36%
B 99 of 326 ~ 30.37%

%35.28
%34.36
%30.37

CMYK color model

#737063 color CMYK value is (0,3,14,55).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 13.91%
  • key color value is 54.90%
CMYK:
(0,3,14,55)
C0M3Y14K55 
(0%,3%,14%,55%)
(0.00/0.03/0.14/0.55)	

CMYK percentages

%0
%2.61
%13.91
%54.9

Codes

Color #737063 in popluar color models

737063
RGB11511299
HSL49°7.48%41.96%
HSB/HSV49°13.91%45.10%
CMYK0.00%2.61%13.91%
54.90%

Color #737063 in popluar number systems.

HEX737063
Decimal11511299
Binary111001111100001100011
Octal163160143

Shades and tints

Shades of #737063

#737063
(115,112,99)
#69665A
(105,102,90)
#5F5C51
(95,92,81)
#555248
(85,82,72)
#4B483F
(75,72,63)
#413E36
(65,62,54)
#37342D
(55,52,45)
#2D2A24
(45,42,36)
#23201B
(35,32,27)
#191612
(25,22,18)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #737063

#737063
(115,112,99)
#7F7D71
(127,125,113)
#8B8A7F
(139,138,127)
#97978D
(151,151,141)
#A3A49B
(163,164,155)
#AFB1A9
(175,177,169)
#BBBEB7
(187,190,183)
#C7CBC5
(199,203,197)
#D3D8D3
(211,216,211)
#DFE5E1
(223,229,225)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737063; }

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

This text font color is #737063.


Background Color

.myBgColor { background-color: #737063; }

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

This div background color is #737063.


Border color

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

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

This div border color is #737063.


Opacity

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

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

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

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

This text has shadow with #737063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737063 on black background.


Color preview on white background

This text has color #737063 on white background.



Black color preview on #737063 background

This text has black color on #737063 background.


White color preview on #737063 background

This text has white color on #737063 background.