COLOR #736483

HEX: #736483
RGB: (115,100,131)

Color info

#736483 contains red, green and blue colors in about the same proportion. Web safe color of #736483 is #666699 (or #669).

RGB color model

#736483 color RGB value is (115,100,131).

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

RGB channels and saturation

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

115
100
131

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

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 131 = 346 (100%)
R 115 of 346 ~ 33.24%
G 100 of 346 ~ 28.9%
B 131 of 346 ~ 37.86%

%33.24
%28.9
%37.86

CMYK color model

#736483 color CMYK value is (12,24,0,49).

  • cyan value is 12.21%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(12,24,0,49)
C12M24Y0K49 
(12%,24%,0%,49%)
(0.12/0.24/0.00/0.49)	

CMYK percentages

%12.21
%23.66
%0
%48.63

Codes

Color #736483 in popluar color models

736483
RGB115100131
HSL269°13.42%45.29%
HSB/HSV269°23.66%51.37%
CMYK12.21%23.66%0.00%
48.63%

Color #736483 in popluar number systems.

HEX736483
Decimal115100131
Binary1110011110010010000011
Octal163144203

Shades and tints

Shades of #736483

#736483
(115,100,131)
#695B78
(105,91,120)
#5F526D
(95,82,109)
#554962
(85,73,98)
#4B4057
(75,64,87)
#41374C
(65,55,76)
#372E41
(55,46,65)
#2D2536
(45,37,54)
#231C2B
(35,28,43)
#191320
(25,19,32)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #736483

#736483
(115,100,131)
#7F728E
(127,114,142)
#8B8099
(139,128,153)
#978EA4
(151,142,164)
#A39CAF
(163,156,175)
#AFAABA
(175,170,186)
#BBB8C5
(187,184,197)
#C7C6D0
(199,198,208)
#D3D4DB
(211,212,219)
#DFE2E6
(223,226,230)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736483; }

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

This text font color is #736483.


Background Color

.myBgColor { background-color: #736483; }

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

This div background color is #736483.


Border color

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

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

This div border color is #736483.


Opacity

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

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

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

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

This text has shadow with #736483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736483 on black background.


Color preview on white background

This text has color #736483 on white background.



Black color preview on #736483 background

This text has black color on #736483 background.


White color preview on #736483 background

This text has white color on #736483 background.