COLOR #734263

HEX: #734263
RGB: (115,66,99)

Color info

#734263 contains red, green and blue colors in about the same proportion. Web safe color of #734263 is #663366 (or #636).

RGB color model

#734263 color RGB value is (115,66,99).

  • red value is 115;
  • green value is 66;
  • blue value is 99.
RGB:
(115,66,99)
(45%,26%,39%)

RGB channels and saturation

R 115 of 255 = 45%
G 66 of 255 = 26%
B 99 of 255 = 39%

115
66
99

R + G + B ~ 37%. #734263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 66 + 99 = 280 (100%)
R 115 of 280 ~ 41.07%
G 66 of 280 ~ 23.57%
B 99 of 280 ~ 35.36%

%41.07
%23.57
%35.36

CMYK color model

#734263 color CMYK value is (0,43,14,55).

  • cyan value is 0.00%
  • magenta value is 42.61%
  • yellow value is 13.91%
  • key color value is 54.90%
CMYK:
(0,43,14,55)
C0M43Y14K55 
(0%,43%,14%,55%)
(0.00/0.43/0.14/0.55)	

CMYK percentages

%0
%42.61
%13.91
%54.9

Codes

Color #734263 in popluar color models

734263
RGB1156699
HSL320°27.07%35.49%
HSB/HSV320°42.61%45.10%
CMYK0.00%42.61%13.91%
54.90%

Color #734263 in popluar number systems.

HEX734263
Decimal1156699
Binary111001110000101100011
Octal163102143

Shades and tints

Shades of #734263

#734263
(115,66,99)
#693C5A
(105,60,90)
#5F3651
(95,54,81)
#553048
(85,48,72)
#4B2A3F
(75,42,63)
#412436
(65,36,54)
#371E2D
(55,30,45)
#2D1824
(45,24,36)
#23121B
(35,18,27)
#190C12
(25,12,18)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #734263

#734263
(115,66,99)
#7F5371
(127,83,113)
#8B647F
(139,100,127)
#97758D
(151,117,141)
#A3869B
(163,134,155)
#AF97A9
(175,151,169)
#BBA8B7
(187,168,183)
#C7B9C5
(199,185,197)
#D3CAD3
(211,202,211)
#DFDBE1
(223,219,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734263 color. Also use rgb(115,66,99) instead hex code.

Text Font Color

.myTextColor { color: #734263; }

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

This text font color is #734263.


Background Color

.myBgColor { background-color: #734263; }

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

This div background color is #734263.


Border color

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

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

This div border color is #734263.


Opacity

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

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

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

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

This text has shadow with #734263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734263 on black background.


Color preview on white background

This text has color #734263 on white background.



Black color preview on #734263 background

This text has black color on #734263 background.


White color preview on #734263 background

This text has white color on #734263 background.