COLOR #736185

HEX: #736185
RGB: (115,97,133)

Color info

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

RGB color model

#736185 color RGB value is (115,97,133).

  • red value is 115;
  • green value is 97;
  • blue value is 133.
RGB:
(115,97,133)
(45%,38%,52%)

RGB channels and saturation

R 115 of 255 = 45%
G 97 of 255 = 38%
B 133 of 255 = 52%

115
97
133

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

Portions of RGB colors in percentages

R + G + B =
115 + 97 + 133 = 345 (100%)
R 115 of 345 ~ 33.33%
G 97 of 345 ~ 28.12%
B 133 of 345 ~ 38.55%

%33.33
%28.12
%38.55

CMYK color model

#736185 color CMYK value is (14,27,0,48).

  • cyan value is 13.53%
  • magenta value is 27.07%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(14,27,0,48)
C14M27Y0K48 
(14%,27%,0%,48%)
(0.14/0.27/0.00/0.48)	

CMYK percentages

%13.53
%27.07
%0
%47.84

Codes

Color #736185 in popluar color models

736185
RGB11597133
HSL270°15.65%45.10%
HSB/HSV270°27.07%52.16%
CMYK13.53%27.07%0.00%
47.84%

Color #736185 in popluar number systems.

HEX736185
Decimal11597133
Binary1110011110000110000101
Octal163141205

Shades and tints

Shades of #736185

#736185
(115,97,133)
#695979
(105,89,121)
#5F516D
(95,81,109)
#554961
(85,73,97)
#4B4155
(75,65,85)
#413949
(65,57,73)
#37313D
(55,49,61)
#2D2931
(45,41,49)
#232125
(35,33,37)
#191919
(25,25,25)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #736185

#736185
(115,97,133)
#7F6F90
(127,111,144)
#8B7D9B
(139,125,155)
#978BA6
(151,139,166)
#A399B1
(163,153,177)
#AFA7BC
(175,167,188)
#BBB5C7
(187,181,199)
#C7C3D2
(199,195,210)
#D3D1DD
(211,209,221)
#DFDFE8
(223,223,232)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736185 color. Also use rgb(115,97,133) instead hex code.

Text Font Color

.myTextColor { color: #736185; }

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

This text font color is #736185.


Background Color

.myBgColor { background-color: #736185; }

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

This div background color is #736185.


Border color

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

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

This div border color is #736185.


Opacity

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

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

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

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

This text has shadow with #736185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736185 on black background.


Color preview on white background

This text has color #736185 on white background.



Black color preview on #736185 background

This text has black color on #736185 background.


White color preview on #736185 background

This text has white color on #736185 background.