COLOR #713055

HEX: #713055
RGB: (113,48,85)

Color info

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

RGB color model

#713055 color RGB value is (113,48,85).

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

RGB channels and saturation

R 113 of 255 = 44%
G 48 of 255 = 19%
B 85 of 255 = 33%

113
48
85

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

Portions of RGB colors in percentages

R + G + B =
113 + 48 + 85 = 246 (100%)
R 113 of 246 ~ 45.93%
G 48 of 246 ~ 19.51%
B 85 of 246 ~ 34.55%

%45.93
%19.51
%34.55

CMYK color model

#713055 color CMYK value is (0,58,25,56).

  • cyan value is 0.00%
  • magenta value is 57.52%
  • yellow value is 24.78%
  • key color value is 55.69%
CMYK:
(0,58,25,56)
C0M58Y25K56 
(0%,58%,25%,56%)
(0.00/0.58/0.25/0.56)	

CMYK percentages

%0
%57.52
%24.78
%55.69

Codes

Color #713055 in popluar color models

713055
RGB1134885
HSL326°40.37%31.57%
HSB/HSV326°57.52%44.31%
CMYK0.00%57.52%24.78%
55.69%

Color #713055 in popluar number systems.

HEX713055
Decimal1134885
Binary11100011100001010101
Octal16160125

Shades and tints

Shades of #713055

#713055
(113,48,85)
#672C4E
(103,44,78)
#5D2847
(93,40,71)
#532440
(83,36,64)
#492039
(73,32,57)
#3F1C32
(63,28,50)
#35182B
(53,24,43)
#2B1424
(43,20,36)
#21101D
(33,16,29)
#170C16
(23,12,22)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #713055

#713055
(113,48,85)
#7D4264
(125,66,100)
#895473
(137,84,115)
#956682
(149,102,130)
#A17891
(161,120,145)
#AD8AA0
(173,138,160)
#B99CAF
(185,156,175)
#C5AEBE
(197,174,190)
#D1C0CD
(209,192,205)
#DDD2DC
(221,210,220)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713055 color. Also use rgb(113,48,85) instead hex code.

Text Font Color

.myTextColor { color: #713055; }

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

This text font color is #713055.


Background Color

.myBgColor { background-color: #713055; }

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

This div background color is #713055.


Border color

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

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

This div border color is #713055.


Opacity

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

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

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

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

This text has shadow with #713055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713055 on black background.


Color preview on white background

This text has color #713055 on white background.



Black color preview on #713055 background

This text has black color on #713055 background.


White color preview on #713055 background

This text has white color on #713055 background.