COLOR #712F52

HEX: #712F52
RGB: (113,47,82)

Color info

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

RGB color model

#712F52 color RGB value is (113,47,82).

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

RGB channels and saturation

R 113 of 255 = 44%
G 47 of 255 = 18%
B 82 of 255 = 32%

113
47
82

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

Portions of RGB colors in percentages

R + G + B =
113 + 47 + 82 = 242 (100%)
R 113 of 242 ~ 46.69%
G 47 of 242 ~ 19.42%
B 82 of 242 ~ 33.88%

%46.69
%19.42
%33.88

CMYK color model

#712F52 color CMYK value is (0,58,27,56).

  • cyan value is 0.00%
  • magenta value is 58.41%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(0,58,27,56)
C0M58Y27K56 
(0%,58%,27%,56%)
(0.00/0.58/0.27/0.56)	

CMYK percentages

%0
%58.41
%27.43
%55.69

Codes

Color #712F52 in popluar color models

712F52
RGB1134782
HSL328°41.25%31.37%
HSB/HSV328°58.41%44.31%
CMYK0.00%58.41%27.43%
55.69%

Color #712F52 in popluar number systems.

HEX712F52
Decimal1134782
Binary11100011011111010010
Octal16157122

Shades and tints

Shades of #712F52

#712F52
(113,47,82)
#672B4B
(103,43,75)
#5D2744
(93,39,68)
#53233D
(83,35,61)
#491F36
(73,31,54)
#3F1B2F
(63,27,47)
#351728
(53,23,40)
#2B1321
(43,19,33)
#210F1A
(33,15,26)
#170B13
(23,11,19)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #712F52

#712F52
(113,47,82)
#7D4161
(125,65,97)
#895370
(137,83,112)
#95657F
(149,101,127)
#A1778E
(161,119,142)
#AD899D
(173,137,157)
#B99BAC
(185,155,172)
#C5ADBB
(197,173,187)
#D1BFCA
(209,191,202)
#DDD1D9
(221,209,217)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712F52; }

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

This text font color is #712F52.


Background Color

.myBgColor { background-color: #712F52; }

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

This div background color is #712F52.


Border color

.myBorderColor { border: 1px solid #712F52; }

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

This div border color is #712F52.


Opacity

.myOpacity80 { color: #712F52; opacity: 0.8; }

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

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

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

This text has shadow with #712F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712F52 on black background.


Color preview on white background

This text has color #712F52 on white background.



Black color preview on #712F52 background

This text has black color on #712F52 background.


White color preview on #712F52 background

This text has white color on #712F52 background.