COLOR #736089

HEX: #736089
RGB: (115,96,137)

Color info

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

RGB color model

#736089 color RGB value is (115,96,137).

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

RGB channels and saturation

R 115 of 255 = 45%
G 96 of 255 = 38%
B 137 of 255 = 54%

115
96
137

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

Portions of RGB colors in percentages

R + G + B =
115 + 96 + 137 = 348 (100%)
R 115 of 348 ~ 33.05%
G 96 of 348 ~ 27.59%
B 137 of 348 ~ 39.37%

%33.05
%27.59
%39.37

CMYK color model

#736089 color CMYK value is (16,30,0,46).

  • cyan value is 16.06%
  • magenta value is 29.93%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(16,30,0,46)
C16M30Y0K46 
(16%,30%,0%,46%)
(0.16/0.30/0.00/0.46)	

CMYK percentages

%16.06
%29.93
%0
%46.27

Codes

Color #736089 in popluar color models

736089
RGB11596137
HSL268°17.60%45.69%
HSB/HSV268°29.93%53.73%
CMYK16.06%29.93%0.00%
46.27%

Color #736089 in popluar number systems.

HEX736089
Decimal11596137
Binary1110011110000010001001
Octal163140211

Shades and tints

Shades of #736089

#736089
(115,96,137)
#69587D
(105,88,125)
#5F5071
(95,80,113)
#554865
(85,72,101)
#4B4059
(75,64,89)
#41384D
(65,56,77)
#373041
(55,48,65)
#2D2835
(45,40,53)
#232029
(35,32,41)
#19181D
(25,24,29)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #736089

#736089
(115,96,137)
#7F6E93
(127,110,147)
#8B7C9D
(139,124,157)
#978AA7
(151,138,167)
#A398B1
(163,152,177)
#AFA6BB
(175,166,187)
#BBB4C5
(187,180,197)
#C7C2CF
(199,194,207)
#D3D0D9
(211,208,217)
#DFDEE3
(223,222,227)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736089; }

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

This text font color is #736089.


Background Color

.myBgColor { background-color: #736089; }

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

This div background color is #736089.


Border color

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

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

This div border color is #736089.


Opacity

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

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

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

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

This text has shadow with #736089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736089 on black background.


Color preview on white background

This text has color #736089 on white background.



Black color preview on #736089 background

This text has black color on #736089 background.


White color preview on #736089 background

This text has white color on #736089 background.