COLOR #713852

HEX: #713852
RGB: (113,56,82)

Color info

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

RGB color model

#713852 color RGB value is (113,56,82).

  • red value is 113;
  • green value is 56;
  • blue value is 82.
RGB:
(113,56,82)
(44%,22%,32%)

RGB channels and saturation

R 113 of 255 = 44%
G 56 of 255 = 22%
B 82 of 255 = 32%

113
56
82

R + G + B ~ 33%. #713852 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 56 + 82 = 251 (100%)
R 113 of 251 ~ 45.02%
G 56 of 251 ~ 22.31%
B 82 of 251 ~ 32.67%

%45.02
%22.31
%32.67

CMYK color model

#713852 color CMYK value is (0,50,27,56).

  • cyan value is 0.00%
  • magenta value is 50.44%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(0,50,27,56)
C0M50Y27K56 
(0%,50%,27%,56%)
(0.00/0.50/0.27/0.56)	

CMYK percentages

%0
%50.44
%27.43
%55.69

Codes

Color #713852 in popluar color models

713852
RGB1135682
HSL333°33.73%33.14%
HSB/HSV333°50.44%44.31%
CMYK0.00%50.44%27.43%
55.69%

Color #713852 in popluar number systems.

HEX713852
Decimal1135682
Binary11100011110001010010
Octal16170122

Shades and tints

Shades of #713852

#713852
(113,56,82)
#67334B
(103,51,75)
#5D2E44
(93,46,68)
#53293D
(83,41,61)
#492436
(73,36,54)
#3F1F2F
(63,31,47)
#351A28
(53,26,40)
#2B1521
(43,21,33)
#21101A
(33,16,26)
#170B13
(23,11,19)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #713852

#713852
(113,56,82)
#7D4A61
(125,74,97)
#895C70
(137,92,112)
#956E7F
(149,110,127)
#A1808E
(161,128,142)
#AD929D
(173,146,157)
#B9A4AC
(185,164,172)
#C5B6BB
(197,182,187)
#D1C8CA
(209,200,202)
#DDDAD9
(221,218,217)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713852 color. Also use rgb(113,56,82) instead hex code.

Text Font Color

.myTextColor { color: #713852; }

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

This text font color is #713852.


Background Color

.myBgColor { background-color: #713852; }

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

This div background color is #713852.


Border color

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

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

This div border color is #713852.


Opacity

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

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

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

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

This text has shadow with #713852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713852 on black background.


Color preview on white background

This text has color #713852 on white background.



Black color preview on #713852 background

This text has black color on #713852 background.


White color preview on #713852 background

This text has white color on #713852 background.