COLOR #736485

HEX: #736485
RGB: (115,100,133)

Color info

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

RGB color model

#736485 color RGB value is (115,100,133).

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

RGB channels and saturation

R 115 of 255 = 45%
G 100 of 255 = 39%
B 133 of 255 = 52%

115
100
133

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

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 133 = 348 (100%)
R 115 of 348 ~ 33.05%
G 100 of 348 ~ 28.74%
B 133 of 348 ~ 38.22%

%33.05
%28.74
%38.22

CMYK color model

#736485 color CMYK value is (14,25,0,48).

  • cyan value is 13.53%
  • magenta value is 24.81%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (14,25,0,48) C14M25Y0K48 (14%,25%,0%,48%) (0.14/0.25/0.00/0.48)

CMYK percentages

%13.53
%24.81
%0
%47.84

Codes

Color #736485 in popluar color models

736485
RGB115100133
HSL267°14.16%45.69%
HSB/HSV267°24.81%52.16%
CMYK13.53%24.81%0.00%
47.84%

Color #736485 in popluar number systems.

HEX736485
Decimal115100133
Binary1110011110010010000101
Octal163144205

Shades and tints

Shades of #736485

#736485
(115,100,133)
#695B79
(105,91,121)
#5F526D
(95,82,109)
#554961
(85,73,97)
#4B4055
(75,64,85)
#413749
(65,55,73)
#372E3D
(55,46,61)
#2D2531
(45,37,49)
#231C25
(35,28,37)
#191319
(25,19,25)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #736485

#736485
(115,100,133)
#7F7290
(127,114,144)
#8B809B
(139,128,155)
#978EA6
(151,142,166)
#A39CB1
(163,156,177)
#AFAABC
(175,170,188)
#BBB8C7
(187,184,199)
#C7C6D2
(199,198,210)
#D3D4DD
(211,212,221)
#DFE2E8
(223,226,232)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736485; }

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

This text font color is #736485.


Background Color

.myBgColor { background-color: #736485; }

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

This div background color is #736485.


Border color

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

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

This div border color is #736485.


Opacity

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

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

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

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

This text has shadow with #736485 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #736485 on black background.


Color preview on white background

This text has color #736485 on white background.



Black color preview on #736485 background

This text has black color on #736485 background.


White color preview on #736485 background

This text has white color on #736485 background.