COLOR #736479

HEX: #736479
RGB: (115,100,121)

Color info

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

RGB color model

#736479 color RGB value is (115,100,121).

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

RGB channels and saturation

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

115
100
121

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

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 121 = 336 (100%)
R 115 of 336 ~ 34.23%
G 100 of 336 ~ 29.76%
B 121 of 336 ~ 36.01%

%34.23
%29.76
%36.01

CMYK color model

#736479 color CMYK value is (5,17,0,53).

  • cyan value is 4.96%
  • magenta value is 17.36%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(5,17,0,53)
C5M17Y0K53 
(5%,17%,0%,53%)
(0.05/0.17/0.00/0.53)	

CMYK percentages

%4.96
%17.36
%0
%52.55

Codes

Color #736479 in popluar color models

736479
RGB115100121
HSL283°9.50%43.33%
HSB/HSV283°17.36%47.45%
CMYK4.96%17.36%0.00%
52.55%

Color #736479 in popluar number systems.

HEX736479
Decimal115100121
Binary111001111001001111001
Octal163144171

Shades and tints

Shades of #736479

#736479
(115,100,121)
#695B6E
(105,91,110)
#5F5263
(95,82,99)
#554958
(85,73,88)
#4B404D
(75,64,77)
#413742
(65,55,66)
#372E37
(55,46,55)
#2D252C
(45,37,44)
#231C21
(35,28,33)
#191316
(25,19,22)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #736479

#736479
(115,100,121)
#7F7285
(127,114,133)
#8B8091
(139,128,145)
#978E9D
(151,142,157)
#A39CA9
(163,156,169)
#AFAAB5
(175,170,181)
#BBB8C1
(187,184,193)
#C7C6CD
(199,198,205)
#D3D4D9
(211,212,217)
#DFE2E5
(223,226,229)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736479; }

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

This text font color is #736479.


Background Color

.myBgColor { background-color: #736479; }

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

This div background color is #736479.


Border color

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

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

This div border color is #736479.


Opacity

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

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

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

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

This text has shadow with #736479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736479 on black background.


Color preview on white background

This text has color #736479 on white background.



Black color preview on #736479 background

This text has black color on #736479 background.


White color preview on #736479 background

This text has white color on #736479 background.