COLOR #712C40

HEX: #712C40
RGB: (113,44,64)

Color info

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

RGB color model

#712C40 color RGB value is (113,44,64).

  • red value is 113;
  • green value is 44;
  • blue value is 64.
RGB:
(113,44,64)
(44%,17%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 44 of 255 = 17%
B 64 of 255 = 25%

113
44
64

R + G + B ~ 29%. #712C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 44 + 64 = 221 (100%)
R 113 of 221 ~ 51.13%
G 44 of 221 ~ 19.91%
B 64 of 221 ~ 28.96%

%51.13
%19.91
%28.96

CMYK color model

#712C40 color CMYK value is (0,61,43,56).

  • cyan value is 0.00%
  • magenta value is 61.06%
  • yellow value is 43.36%
  • key color value is 55.69%
CMYK:
(0,61,43,56)
C0M61Y43K56 
(0%,61%,43%,56%)
(0.00/0.61/0.43/0.56)	

CMYK percentages

%0
%61.06
%43.36
%55.69

Codes

Color #712C40 in popluar color models

712C40
RGB1134464
HSL343°43.95%30.78%
HSB/HSV343°61.06%44.31%
CMYK0.00%61.06%43.36%
55.69%

Color #712C40 in popluar number systems.

HEX712C40
Decimal1134464
Binary11100011011001000000
Octal16154100

Shades and tints

Shades of #712C40

#712C40
(113,44,64)
#67283B
(103,40,59)
#5D2436
(93,36,54)
#532031
(83,32,49)
#491C2C
(73,28,44)
#3F1827
(63,24,39)
#351422
(53,20,34)
#2B101D
(43,16,29)
#210C18
(33,12,24)
#170813
(23,8,19)
#0D040E
(13,4,14)
#000000
(0,0,0)

Tints of #712C40

#712C40
(113,44,64)
#7D3F51
(125,63,81)
#895262
(137,82,98)
#956573
(149,101,115)
#A17884
(161,120,132)
#AD8B95
(173,139,149)
#B99EA6
(185,158,166)
#C5B1B7
(197,177,183)
#D1C4C8
(209,196,200)
#DDD7D9
(221,215,217)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712C40 color. Also use rgb(113,44,64) instead hex code.

Text Font Color

.myTextColor { color: #712C40; }

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

This text font color is #712C40.


Background Color

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

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

This div background color is #712C40.


Border color

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

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

This div border color is #712C40.


Opacity

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

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

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

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

This text has shadow with #712C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712C40 on black background.


Color preview on white background

This text has color #712C40 on white background.



Black color preview on #712C40 background

This text has black color on #712C40 background.


White color preview on #712C40 background

This text has white color on #712C40 background.