COLOR #736473

HEX: #736473
RGB: (115,100,115)

Color info

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

RGB color model

#736473 color RGB value is (115,100,115).

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

RGB channels and saturation

R 115 of 255 = 45%
G 100 of 255 = 39%
B 115 of 255 = 45%

115
100
115

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

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 115 = 330 (100%)
R 115 of 330 ~ 34.85%
G 100 of 330 ~ 30.3%
B 115 of 330 ~ 34.85%

%34.85
%30.3
%34.85

CMYK color model

#736473 color CMYK value is (0,13,0,55).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(0,13,0,55)
C0M13Y0K55 
(0%,13%,0%,55%)
(0.00/0.13/0.00/0.55)	

CMYK percentages

%0
%13.04
%0
%54.9

Codes

Color #736473 in popluar color models

736473
RGB115100115
HSL300°6.98%42.16%
HSB/HSV300°13.04%45.10%
CMYK0.00%13.04%0.00%
54.90%

Color #736473 in popluar number systems.

HEX736473
Decimal115100115
Binary111001111001001110011
Octal163144163

Shades and tints

Shades of #736473

#736473
(115,100,115)
#695B69
(105,91,105)
#5F525F
(95,82,95)
#554955
(85,73,85)
#4B404B
(75,64,75)
#413741
(65,55,65)
#372E37
(55,46,55)
#2D252D
(45,37,45)
#231C23
(35,28,35)
#191319
(25,19,25)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #736473

#736473
(115,100,115)
#7F727F
(127,114,127)
#8B808B
(139,128,139)
#978E97
(151,142,151)
#A39CA3
(163,156,163)
#AFAAAF
(175,170,175)
#BBB8BB
(187,184,187)
#C7C6C7
(199,198,199)
#D3D4D3
(211,212,211)
#DFE2DF
(223,226,223)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736473; }

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

This text font color is #736473.


Background Color

.myBgColor { background-color: #736473; }

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

This div background color is #736473.


Border color

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

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

This div border color is #736473.


Opacity

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

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

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

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

This text has shadow with #736473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736473 on black background.


Color preview on white background

This text has color #736473 on white background.



Black color preview on #736473 background

This text has black color on #736473 background.


White color preview on #736473 background

This text has white color on #736473 background.