COLOR #736798

HEX: #736798
RGB: (115,103,152)

Color info

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

RGB color model

#736798 color RGB value is (115,103,152).

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

RGB channels and saturation

R 115 of 255 = 45%
G 103 of 255 = 40%
B 152 of 255 = 60%

115
103
152

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

Portions of RGB colors in percentages

R + G + B =
115 + 103 + 152 = 370 (100%)
R 115 of 370 ~ 31.08%
G 103 of 370 ~ 27.84%
B 152 of 370 ~ 41.08%

%31.08
%27.84
%41.08

CMYK color model

#736798 color CMYK value is (24,32,0,40).

  • cyan value is 24.34%
  • magenta value is 32.24%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(24,32,0,40)
C24M32Y0K40 
(24%,32%,0%,40%)
(0.24/0.32/0.00/0.40)	

CMYK percentages

%24.34
%32.24
%0
%40.39

Codes

Color #736798 in popluar color models

736798
RGB115103152
HSL255°19.22%50.00%
HSB/HSV255°32.24%59.61%
CMYK24.34%32.24%0.00%
40.39%

Color #736798 in popluar number systems.

HEX736798
Decimal115103152
Binary1110011110011110011000
Octal163147230

Shades and tints

Shades of #736798

#736798
(115,103,152)
#695E8B
(105,94,139)
#5F557E
(95,85,126)
#554C71
(85,76,113)
#4B4364
(75,67,100)
#413A57
(65,58,87)
#37314A
(55,49,74)
#2D283D
(45,40,61)
#231F30
(35,31,48)
#191623
(25,22,35)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #736798

#736798
(115,103,152)
#7F74A1
(127,116,161)
#8B81AA
(139,129,170)
#978EB3
(151,142,179)
#A39BBC
(163,155,188)
#AFA8C5
(175,168,197)
#BBB5CE
(187,181,206)
#C7C2D7
(199,194,215)
#D3CFE0
(211,207,224)
#DFDCE9
(223,220,233)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736798; }

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

This text font color is #736798.


Background Color

.myBgColor { background-color: #736798; }

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

This div background color is #736798.


Border color

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

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

This div border color is #736798.


Opacity

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

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

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

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

This text has shadow with #736798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736798 on black background.


Color preview on white background

This text has color #736798 on white background.



Black color preview on #736798 background

This text has black color on #736798 background.


White color preview on #736798 background

This text has white color on #736798 background.