COLOR #736EAE

HEX: #736EAE
RGB: (115,110,174)

Color info

#736EAE contains mainly red and blue colors. Web safe color of #736EAE is #666699 (or #669).

RGB color model

#736EAE color RGB value is (115,110,174).

  • red value is 115;
  • green value is 110;
  • blue value is 174.
RGB:
(115,110,174)
(45%,43%,68%)

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 174 of 255 = 68%

115
110
174

R + G + B ~ 52%. #736EAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 110 + 174 = 399 (100%)
R 115 of 399 ~ 28.82%
G 110 of 399 ~ 27.57%
B 174 of 399 ~ 43.61%

%28.82
%27.57
%43.61

CMYK color model

#736EAE color CMYK value is (34,37,0,32).

  • cyan value is 33.91%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(34,37,0,32)
C34M37Y0K32 
(34%,37%,0%,32%)
(0.34/0.37/0.00/0.32)	

CMYK percentages

%33.91
%36.78
%0
%31.76

Codes

Color #736EAE in popluar color models

736EAE
RGB115110174
HSL245°28.32%55.69%
HSB/HSV245°36.78%68.24%
CMYK33.91%36.78%0.00%
31.76%

Color #736EAE in popluar number systems.

HEX736EAE
Decimal115110174
Binary1110011110111010101110
Octal163156256

Shades and tints

Shades of #736EAE

#736EAE
(115,110,174)
#69649F
(105,100,159)
#5F5A90
(95,90,144)
#555081
(85,80,129)
#4B4672
(75,70,114)
#413C63
(65,60,99)
#373254
(55,50,84)
#2D2845
(45,40,69)
#231E36
(35,30,54)
#191427
(25,20,39)
#0F0A18
(15,10,24)
#000000
(0,0,0)

Tints of #736EAE

#736EAE
(115,110,174)
#7F7BB5
(127,123,181)
#8B88BC
(139,136,188)
#9795C3
(151,149,195)
#A3A2CA
(163,162,202)
#AFAFD1
(175,175,209)
#BBBCD8
(187,188,216)
#C7C9DF
(199,201,223)
#D3D6E6
(211,214,230)
#DFE3ED
(223,227,237)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736EAE color. Also use rgb(115,110,174) instead hex code.

Text Font Color

.myTextColor { color: #736EAE; }

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

This text font color is #736EAE.


Background Color

.myBgColor { background-color: #736EAE; }

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

This div background color is #736EAE.


Border color

.myBorderColor { border: 1px solid #736EAE; }

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

This div border color is #736EAE.


Opacity

.myOpacity80 { color: #736EAE; opacity: 0.8; }

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

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

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

This text has shadow with #736EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736EAE on black background.


Color preview on white background

This text has color #736EAE on white background.



Black color preview on #736EAE background

This text has black color on #736EAE background.


White color preview on #736EAE background

This text has white color on #736EAE background.