COLOR #736998

HEX: #736998
RGB: (115,105,152)

Color info

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

RGB color model

#736998 color RGB value is (115,105,152).

  • red value is 115;
  • green value is 105;
  • blue value is 152.
RGB:
(115,105,152)
(45%,41%,60%)

RGB channels and saturation

R 115 of 255 = 45%
G 105 of 255 = 41%
B 152 of 255 = 60%

115
105
152

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

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 152 = 372 (100%)
R 115 of 372 ~ 30.91%
G 105 of 372 ~ 28.23%
B 152 of 372 ~ 40.86%

%30.91
%28.23
%40.86

CMYK color model

#736998 color CMYK value is (24,31,0,40).

  • cyan value is 24.34%
  • magenta value is 30.92%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(24,31,0,40)
C24M31Y0K40 
(24%,31%,0%,40%)
(0.24/0.31/0.00/0.40)	

CMYK percentages

%24.34
%30.92
%0
%40.39

Codes

Color #736998 in popluar color models

736998
RGB115105152
HSL253°18.58%50.39%
HSB/HSV253°30.92%59.61%
CMYK24.34%30.92%0.00%
40.39%

Color #736998 in popluar number systems.

HEX736998
Decimal115105152
Binary1110011110100110011000
Octal163151230

Shades and tints

Shades of #736998

#736998
(115,105,152)
#69608B
(105,96,139)
#5F577E
(95,87,126)
#554E71
(85,78,113)
#4B4564
(75,69,100)
#413C57
(65,60,87)
#37334A
(55,51,74)
#2D2A3D
(45,42,61)
#232130
(35,33,48)
#191823
(25,24,35)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #736998

#736998
(115,105,152)
#7F76A1
(127,118,161)
#8B83AA
(139,131,170)
#9790B3
(151,144,179)
#A39DBC
(163,157,188)
#AFAAC5
(175,170,197)
#BBB7CE
(187,183,206)
#C7C4D7
(199,196,215)
#D3D1E0
(211,209,224)
#DFDEE9
(223,222,233)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736998 color. Also use rgb(115,105,152) instead hex code.

Text Font Color

.myTextColor { color: #736998; }

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

This text font color is #736998.


Background Color

.myBgColor { background-color: #736998; }

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

This div background color is #736998.


Border color

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

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

This div border color is #736998.


Opacity

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

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

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

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

This text has shadow with #736998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736998 on black background.


Color preview on white background

This text has color #736998 on white background.



Black color preview on #736998 background

This text has black color on #736998 background.


White color preview on #736998 background

This text has white color on #736998 background.