COLOR #736092

HEX: #736092
RGB: (115,96,146)

Color info

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

RGB color model

#736092 color RGB value is (115,96,146).

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

RGB channels and saturation

R 115 of 255 = 45%
G 96 of 255 = 38%
B 146 of 255 = 57%

115
96
146

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

Portions of RGB colors in percentages

R + G + B =
115 + 96 + 146 = 357 (100%)
R 115 of 357 ~ 32.21%
G 96 of 357 ~ 26.89%
B 146 of 357 ~ 40.9%

%32.21
%26.89
%40.9

CMYK color model

#736092 color CMYK value is (21,34,0,43).

  • cyan value is 21.23%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(21,34,0,43)
C21M34Y0K43 
(21%,34%,0%,43%)
(0.21/0.34/0.00/0.43)	

CMYK percentages

%21.23
%34.25
%0
%42.75

Codes

Color #736092 in popluar color models

736092
RGB11596146
HSL263°20.66%47.45%
HSB/HSV263°34.25%57.25%
CMYK21.23%34.25%0.00%
42.75%

Color #736092 in popluar number systems.

HEX736092
Decimal11596146
Binary1110011110000010010010
Octal163140222

Shades and tints

Shades of #736092

#736092
(115,96,146)
#695885
(105,88,133)
#5F5078
(95,80,120)
#55486B
(85,72,107)
#4B405E
(75,64,94)
#413851
(65,56,81)
#373044
(55,48,68)
#2D2837
(45,40,55)
#23202A
(35,32,42)
#19181D
(25,24,29)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #736092

#736092
(115,96,146)
#7F6E9B
(127,110,155)
#8B7CA4
(139,124,164)
#978AAD
(151,138,173)
#A398B6
(163,152,182)
#AFA6BF
(175,166,191)
#BBB4C8
(187,180,200)
#C7C2D1
(199,194,209)
#D3D0DA
(211,208,218)
#DFDEE3
(223,222,227)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736092; }

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

This text font color is #736092.


Background Color

.myBgColor { background-color: #736092; }

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

This div background color is #736092.


Border color

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

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

This div border color is #736092.


Opacity

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

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

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

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

This text has shadow with #736092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736092 on black background.


Color preview on white background

This text has color #736092 on white background.



Black color preview on #736092 background

This text has black color on #736092 background.


White color preview on #736092 background

This text has white color on #736092 background.