COLOR #736084

HEX: #736084
RGB: (115,96,132)

Color info

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

RGB color model

#736084 color RGB value is (115,96,132).

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

RGB channels and saturation

R 115 of 255 = 45%
G 96 of 255 = 38%
B 132 of 255 = 52%

115
96
132

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

Portions of RGB colors in percentages

R + G + B =
115 + 96 + 132 = 343 (100%)
R 115 of 343 ~ 33.53%
G 96 of 343 ~ 27.99%
B 132 of 343 ~ 38.48%

%33.53
%27.99
%38.48

CMYK color model

#736084 color CMYK value is (13,27,0,48).

  • cyan value is 12.88%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(13,27,0,48)
C13M27Y0K48 
(13%,27%,0%,48%)
(0.13/0.27/0.00/0.48)	

CMYK percentages

%12.88
%27.27
%0
%48.24

Codes

Color #736084 in popluar color models

736084
RGB11596132
HSL272°15.79%44.71%
HSB/HSV272°27.27%51.76%
CMYK12.88%27.27%0.00%
48.24%

Color #736084 in popluar number systems.

HEX736084
Decimal11596132
Binary1110011110000010000100
Octal163140204

Shades and tints

Shades of #736084

#736084
(115,96,132)
#695878
(105,88,120)
#5F506C
(95,80,108)
#554860
(85,72,96)
#4B4054
(75,64,84)
#413848
(65,56,72)
#37303C
(55,48,60)
#2D2830
(45,40,48)
#232024
(35,32,36)
#191818
(25,24,24)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #736084

#736084
(115,96,132)
#7F6E8F
(127,110,143)
#8B7C9A
(139,124,154)
#978AA5
(151,138,165)
#A398B0
(163,152,176)
#AFA6BB
(175,166,187)
#BBB4C6
(187,180,198)
#C7C2D1
(199,194,209)
#D3D0DC
(211,208,220)
#DFDEE7
(223,222,231)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736084; }

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

This text font color is #736084.


Background Color

.myBgColor { background-color: #736084; }

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

This div background color is #736084.


Border color

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

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

This div border color is #736084.


Opacity

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

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

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

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

This text has shadow with #736084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736084 on black background.


Color preview on white background

This text has color #736084 on white background.



Black color preview on #736084 background

This text has black color on #736084 background.


White color preview on #736084 background

This text has white color on #736084 background.