COLOR #713153

HEX: #713153
RGB: (113,49,83)

Color info

#713153 contains mainly red and blue colors. Web safe color of #713153 is #663366 (or #636).

RGB color model

#713153 color RGB value is (113,49,83).

  • red value is 113;
  • green value is 49;
  • blue value is 83.
RGB:
(113,49,83)
(44%,19%,33%)

RGB channels and saturation

R 113 of 255 = 44%
G 49 of 255 = 19%
B 83 of 255 = 33%

113
49
83

R + G + B ~ 32%. #713153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 49 + 83 = 245 (100%)
R 113 of 245 ~ 46.12%
G 49 of 245 ~ 20%
B 83 of 245 ~ 33.88%

%46.12
%20
%33.88

CMYK color model

#713153 color CMYK value is (0,57,27,56).

  • cyan value is 0.00%
  • magenta value is 56.64%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(0,57,27,56)
C0M57Y27K56 
(0%,57%,27%,56%)
(0.00/0.57/0.27/0.56)	

CMYK percentages

%0
%56.64
%26.55
%55.69

Codes

Color #713153 in popluar color models

713153
RGB1134983
HSL328°39.51%31.76%
HSB/HSV328°56.64%44.31%
CMYK0.00%56.64%26.55%
55.69%

Color #713153 in popluar number systems.

HEX713153
Decimal1134983
Binary11100011100011010011
Octal16161123

Shades and tints

Shades of #713153

#713153
(113,49,83)
#672D4C
(103,45,76)
#5D2945
(93,41,69)
#53253E
(83,37,62)
#492137
(73,33,55)
#3F1D30
(63,29,48)
#351929
(53,25,41)
#2B1522
(43,21,34)
#21111B
(33,17,27)
#170D14
(23,13,20)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #713153

#713153
(113,49,83)
#7D4362
(125,67,98)
#895571
(137,85,113)
#956780
(149,103,128)
#A1798F
(161,121,143)
#AD8B9E
(173,139,158)
#B99DAD
(185,157,173)
#C5AFBC
(197,175,188)
#D1C1CB
(209,193,203)
#DDD3DA
(221,211,218)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713153 color. Also use rgb(113,49,83) instead hex code.

Text Font Color

.myTextColor { color: #713153; }

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

This text font color is #713153.


Background Color

.myBgColor { background-color: #713153; }

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

This div background color is #713153.


Border color

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

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

This div border color is #713153.


Opacity

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

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

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

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

This text has shadow with #713153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713153 on black background.


Color preview on white background

This text has color #713153 on white background.



Black color preview on #713153 background

This text has black color on #713153 background.


White color preview on #713153 background

This text has white color on #713153 background.