COLOR #713248

HEX: #713248
RGB: (113,50,72)

Color info

#713248 contains mainly red and blue colors. Web safe color of #713248 is #663333 (or #633).

RGB color model

#713248 color RGB value is (113,50,72).

  • red value is 113;
  • green value is 50;
  • blue value is 72.
RGB:
(113,50,72)
(44%,20%,28%)

RGB channels and saturation

R 113 of 255 = 44%
G 50 of 255 = 20%
B 72 of 255 = 28%

113
50
72

R + G + B ~ 31%. #713248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 50 + 72 = 235 (100%)
R 113 of 235 ~ 48.09%
G 50 of 235 ~ 21.28%
B 72 of 235 ~ 30.64%

%48.09
%21.28
%30.64

CMYK color model

#713248 color CMYK value is (0,56,36,56).

  • cyan value is 0.00%
  • magenta value is 55.75%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(0,56,36,56)
C0M56Y36K56 
(0%,56%,36%,56%)
(0.00/0.56/0.36/0.56)	

CMYK percentages

%0
%55.75
%36.28
%55.69

Codes

Color #713248 in popluar color models

713248
RGB1135072
HSL339°38.65%31.96%
HSB/HSV339°55.75%44.31%
CMYK0.00%55.75%36.28%
55.69%

Color #713248 in popluar number systems.

HEX713248
Decimal1135072
Binary11100011100101001000
Octal16162110

Shades and tints

Shades of #713248

#713248
(113,50,72)
#672E42
(103,46,66)
#5D2A3C
(93,42,60)
#532636
(83,38,54)
#492230
(73,34,48)
#3F1E2A
(63,30,42)
#351A24
(53,26,36)
#2B161E
(43,22,30)
#211218
(33,18,24)
#170E12
(23,14,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #713248

#713248
(113,50,72)
#7D4458
(125,68,88)
#895668
(137,86,104)
#956878
(149,104,120)
#A17A88
(161,122,136)
#AD8C98
(173,140,152)
#B99EA8
(185,158,168)
#C5B0B8
(197,176,184)
#D1C2C8
(209,194,200)
#DDD4D8
(221,212,216)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713248 color. Also use rgb(113,50,72) instead hex code.

Text Font Color

.myTextColor { color: #713248; }

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

This text font color is #713248.


Background Color

.myBgColor { background-color: #713248; }

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

This div background color is #713248.


Border color

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

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

This div border color is #713248.


Opacity

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

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

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

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

This text has shadow with #713248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713248 on black background.


Color preview on white background

This text has color #713248 on white background.



Black color preview on #713248 background

This text has black color on #713248 background.


White color preview on #713248 background

This text has white color on #713248 background.