COLOR #736478

HEX: #736478
RGB: (115,100,120)

Color info

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

RGB color model

#736478 color RGB value is (115,100,120).

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

RGB channels and saturation

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

115
100
120

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

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 120 = 335 (100%)
R 115 of 335 ~ 34.33%
G 100 of 335 ~ 29.85%
B 120 of 335 ~ 35.82%

%34.33
%29.85
%35.82

CMYK color model

#736478 color CMYK value is (4,17,0,53).

  • cyan value is 4.17%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(4,17,0,53)
C4M17Y0K53 
(4%,17%,0%,53%)
(0.04/0.17/0.00/0.53)	

CMYK percentages

%4.17
%16.67
%0
%52.94

Codes

Color #736478 in popluar color models

736478
RGB115100120
HSL285°9.09%43.14%
HSB/HSV285°16.67%47.06%
CMYK4.17%16.67%0.00%
52.94%

Color #736478 in popluar number systems.

HEX736478
Decimal115100120
Binary111001111001001111000
Octal163144170

Shades and tints

Shades of #736478

#736478
(115,100,120)
#695B6E
(105,91,110)
#5F5264
(95,82,100)
#55495A
(85,73,90)
#4B4050
(75,64,80)
#413746
(65,55,70)
#372E3C
(55,46,60)
#2D2532
(45,37,50)
#231C28
(35,28,40)
#19131E
(25,19,30)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #736478

#736478
(115,100,120)
#7F7284
(127,114,132)
#8B8090
(139,128,144)
#978E9C
(151,142,156)
#A39CA8
(163,156,168)
#AFAAB4
(175,170,180)
#BBB8C0
(187,184,192)
#C7C6CC
(199,198,204)
#D3D4D8
(211,212,216)
#DFE2E4
(223,226,228)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736478; }

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

This text font color is #736478.


Background Color

.myBgColor { background-color: #736478; }

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

This div background color is #736478.


Border color

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

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

This div border color is #736478.


Opacity

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

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

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

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

This text has shadow with #736478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736478 on black background.


Color preview on white background

This text has color #736478 on white background.



Black color preview on #736478 background

This text has black color on #736478 background.


White color preview on #736478 background

This text has white color on #736478 background.