COLOR #736584

HEX: #736584
RGB: (115,101,132)

Color info

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

RGB color model

#736584 color RGB value is (115,101,132).

  • red value is 115;
  • green value is 101;
  • blue value is 132.
RGB: (115,101,132) (45%,40%,52%)

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 132 of 255 = 52%

115
101
132

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

Portions of RGB colors in percentages

R + G + B =
115 + 101 + 132 = 348 (100%)
R 115 of 348 ~ 33.05%
G 101 of 348 ~ 29.02%
B 132 of 348 ~ 37.93%

%33.05
%29.02
%37.93

CMYK color model

#736584 color CMYK value is (13,23,0,48).

  • cyan value is 12.88%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (13,23,0,48) C13M23Y0K48 (13%,23%,0%,48%) (0.13/0.23/0.00/0.48)

CMYK percentages

%12.88
%23.48
%0
%48.24

Codes

Color #736584 in popluar color models

736584
RGB115101132
HSL267°13.30%45.69%
HSB/HSV267°23.48%51.76%
CMYK12.88%23.48%0.00%
48.24%

Color #736584 in popluar number systems.

HEX736584
Decimal115101132
Binary1110011110010110000100
Octal163145204

Shades and tints

Shades of #736584

#736584
(115,101,132)
#695C78
(105,92,120)
#5F536C
(95,83,108)
#554A60
(85,74,96)
#4B4154
(75,65,84)
#413848
(65,56,72)
#372F3C
(55,47,60)
#2D2630
(45,38,48)
#231D24
(35,29,36)
#191418
(25,20,24)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #736584

#736584
(115,101,132)
#7F738F
(127,115,143)
#8B819A
(139,129,154)
#978FA5
(151,143,165)
#A39DB0
(163,157,176)
#AFABBB
(175,171,187)
#BBB9C6
(187,185,198)
#C7C7D1
(199,199,209)
#D3D5DC
(211,213,220)
#DFE3E7
(223,227,231)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736584; }

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

This text font color is #736584.


Background Color

.myBgColor { background-color: #736584; }

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

This div background color is #736584.


Border color

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

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

This div border color is #736584.


Opacity

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

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

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

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

This text has shadow with #736584 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #736584 on black background.


Color preview on white background

This text has color #736584 on white background.



Black color preview on #736584 background

This text has black color on #736584 background.


White color preview on #736584 background

This text has white color on #736584 background.