COLOR #734F83

HEX: #734F83
RGB: (115,79,131)

Color info

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

RGB color model

#734F83 color RGB value is (115,79,131).

  • red value is 115;
  • green value is 79;
  • blue value is 131.
RGB:
(115,79,131)
(45%,31%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 79 of 255 = 31%
B 131 of 255 = 51%

115
79
131

R + G + B ~ 42%. #734F83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 79 + 131 = 325 (100%)
R 115 of 325 ~ 35.38%
G 79 of 325 ~ 24.31%
B 131 of 325 ~ 40.31%

%35.38
%24.31
%40.31

CMYK color model

#734F83 color CMYK value is (12,40,0,49).

  • cyan value is 12.21%
  • magenta value is 39.69%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(12,40,0,49)
C12M40Y0K49 
(12%,40%,0%,49%)
(0.12/0.40/0.00/0.49)	

CMYK percentages

%12.21
%39.69
%0
%48.63

Codes

Color #734F83 in popluar color models

734F83
RGB11579131
HSL282°24.76%41.18%
HSB/HSV282°39.69%51.37%
CMYK12.21%39.69%0.00%
48.63%

Color #734F83 in popluar number systems.

HEX734F83
Decimal11579131
Binary1110011100111110000011
Octal163117203

Shades and tints

Shades of #734F83

#734F83
(115,79,131)
#694878
(105,72,120)
#5F416D
(95,65,109)
#553A62
(85,58,98)
#4B3357
(75,51,87)
#412C4C
(65,44,76)
#372541
(55,37,65)
#2D1E36
(45,30,54)
#23172B
(35,23,43)
#191020
(25,16,32)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #734F83

#734F83
(115,79,131)
#7F5F8E
(127,95,142)
#8B6F99
(139,111,153)
#977FA4
(151,127,164)
#A38FAF
(163,143,175)
#AF9FBA
(175,159,186)
#BBAFC5
(187,175,197)
#C7BFD0
(199,191,208)
#D3CFDB
(211,207,219)
#DFDFE6
(223,223,230)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734F83 color. Also use rgb(115,79,131) instead hex code.

Text Font Color

.myTextColor { color: #734F83; }

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

This text font color is #734F83.


Background Color

.myBgColor { background-color: #734F83; }

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

This div background color is #734F83.


Border color

.myBorderColor { border: 1px solid #734F83; }

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

This div border color is #734F83.


Opacity

.myOpacity80 { color: #734F83; opacity: 0.8; }

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

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

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

This text has shadow with #734F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734F83 on black background.


Color preview on white background

This text has color #734F83 on white background.



Black color preview on #734F83 background

This text has black color on #734F83 background.


White color preview on #734F83 background

This text has white color on #734F83 background.