COLOR #736480

HEX: #736480
RGB: (115,100,128)

Color info

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

RGB color model

#736480 color RGB value is (115,100,128).

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

RGB channels and saturation

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

115
100
128

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

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 128 = 343 (100%)
R 115 of 343 ~ 33.53%
G 100 of 343 ~ 29.15%
B 128 of 343 ~ 37.32%

%33.53
%29.15
%37.32

CMYK color model

#736480 color CMYK value is (10,22,0,50).

  • cyan value is 10.16%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(10,22,0,50)
C10M22Y0K50 
(10%,22%,0%,50%)
(0.10/0.22/0.00/0.50)	

CMYK percentages

%10.16
%21.88
%0
%49.8

Codes

Color #736480 in popluar color models

736480
RGB115100128
HSL272°12.28%44.71%
HSB/HSV272°21.88%50.20%
CMYK10.16%21.88%0.00%
49.80%

Color #736480 in popluar number systems.

HEX736480
Decimal115100128
Binary1110011110010010000000
Octal163144200

Shades and tints

Shades of #736480

#736480
(115,100,128)
#695B75
(105,91,117)
#5F526A
(95,82,106)
#55495F
(85,73,95)
#4B4054
(75,64,84)
#413749
(65,55,73)
#372E3E
(55,46,62)
#2D2533
(45,37,51)
#231C28
(35,28,40)
#19131D
(25,19,29)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #736480

#736480
(115,100,128)
#7F728B
(127,114,139)
#8B8096
(139,128,150)
#978EA1
(151,142,161)
#A39CAC
(163,156,172)
#AFAAB7
(175,170,183)
#BBB8C2
(187,184,194)
#C7C6CD
(199,198,205)
#D3D4D8
(211,212,216)
#DFE2E3
(223,226,227)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736480; }

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

This text font color is #736480.


Background Color

.myBgColor { background-color: #736480; }

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

This div background color is #736480.


Border color

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

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

This div border color is #736480.


Opacity

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

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

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

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

This text has shadow with #736480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736480 on black background.


Color preview on white background

This text has color #736480 on white background.



Black color preview on #736480 background

This text has black color on #736480 background.


White color preview on #736480 background

This text has white color on #736480 background.