COLOR #712D4D

HEX: #712D4D RGB: (113,45,77)

Color info

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

RGB color model

#712D4D color RGB value is (113,45,77).

RGB: (113,45,77) (44%, 18%, 30%)

RGB channels and saturation

R 113 of 255 = 44%
G 45 of 255 = 18%
B 77 of 255 = 30%

113
45
77

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

Portions of RGB colors in percentages

R + G + B = 113 + 45 + 77 = 235 (100%)
R 113 of 235 ~ 48.09%
G 45 of 235 ~ 19.15%
B 77 of 235 ~ 32.77'%

%48.09
%19.15
%32.77

CMYK color model

#712D4D color CMYK value is (0,60,32,56).

  • cyan value is 0.00%
  • magenta value is 60.18%
  • yellow value is 31.86%
  • key color value is 55.69%

CMYK: (0,60,32,56)
C0M60Y32K56 (0%, 60%, 32%, 56%)
(0.00 / 0.60 / 0.32 / 0.56)

CMYK percentages

%0
%60.18
%31.86
%55.69

Codes

Color #712D4D in popluar color models

71 2D 4D
RGB 113 45 77
HSL 332° 43.04% 30.98%
HSB/HSV 332° 60.18% 44.31%
CMYK 0.00% 60.18% 31.86%
55.69%

Color #712D4D in popluar number systems.

HEX 71 2D 4D
Decimal 113 45 77
Binary 1110001 101101 1001101
Octal 161 55 115

Shades and tints

Shades of #712D4D

#712D4D
(113,45,77)
#672946
(103,41,70)
#5D253F
(93,37,63)
#532138
(83,33,56)
#491D31
(73,29,49)
#3F192A
(63,25,42)
#351523
(53,21,35)
#2B111C
(43,17,28)
#210D15
(33,13,21)
#17090E
(23,9,14)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #712D4D

#712D4D
(113,45,77)
#7D405D
(125,64,93)
#89536D
(137,83,109)
#95667D
(149,102,125)
#A1798D
(161,121,141)
#AD8C9D
(173,140,157)
#B99FAD
(185,159,173)
#C5B2BD
(197,178,189)
#D1C5CD
(209,197,205)
#DDD8DD
(221,216,221)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712D4D color. Also use rgb(113,45,77) instead hex code.

Text Font Color

.myTextColor { color: #712D4D; }

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

This text font color is #712D4D.

Background Color

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

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

This div background color is #712D4D.

Border color

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

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

This div border color is #712D4D.

Opacity

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

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

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

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

This text has shadow with #712D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #712D4D.

Preview

Color preview on black background

This text has color #712D4D on black background.


Color preview on white background

This text has color #712D4D on white background.


Black color preview on #712D4D background

This text has black color on #712D4D background.


White color preview on #712D4D background

This text has white color on #712D4D background.


Related colors

Complementary color

Complementary color for #hex is #8ED2B2.


I love getcolorcode.com

Triadic colors

1 #4D712D and #2D4D71 with #712D4D are triadic colors.

2 #4D2D71 and #2D714D with #712D4D are triadic colors.