COLOR #712C35

HEX: #712C35 RGB: (113,44,53)

Color info

#712C35 contains mainly red color. Web safe color of #712C35 is #663333 (or #633).

RGB color model

#712C35 color RGB value is (113,44,53).

RGB: (113,44,53) (44%, 17%, 21%)

RGB channels and saturation

R 113 of 255 = 44%
G 44 of 255 = 17%
B 53 of 255 = 21%

113
44
53

R + G + B ~ 27%. #712C35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 44 + 53 = 210 (100%)
R 113 of 210 ~ 53.81%
G 44 of 210 ~ 20.95%
B 53 of 210 ~ 25.24'%

%53.81
%20.95
%25.24

CMYK color model

#712C35 color CMYK value is (0,61,53,56).

  • cyan value is 0.00%
  • magenta value is 61.06%
  • yellow value is 53.10%
  • key color value is 55.69%

CMYK: (0,61,53,56)
C0M61Y53K56 (0%, 61%, 53%, 56%)
(0.00 / 0.61 / 0.53 / 0.56)

CMYK percentages

%0
%61.06
%53.1
%55.69

Codes

Color #712C35 in popluar color models

71 2C 35
RGB 113 44 53
HSL 352° 43.95% 30.78%
HSB/HSV 352° 61.06% 44.31%
CMYK 0.00% 61.06% 53.10%
55.69%

Color #712C35 in popluar number systems.

HEX 71 2C 35
Decimal 113 44 53
Binary 1110001 101100 110101
Octal 161 54 65

Shades and tints

Shades of #712C35

#712C35
(113,44,53)
#672831
(103,40,49)
#5D242D
(93,36,45)
#532029
(83,32,41)
#491C25
(73,28,37)
#3F1821
(63,24,33)
#35141D
(53,20,29)
#2B1019
(43,16,25)
#210C15
(33,12,21)
#170811
(23,8,17)
#0D040D
(13,4,13)
#000000
(0,0,0)

Tints of #712C35

#712C35
(113,44,53)
#7D3F47
(125,63,71)
#895259
(137,82,89)
#95656B
(149,101,107)
#A1787D
(161,120,125)
#AD8B8F
(173,139,143)
#B99EA1
(185,158,161)
#C5B1B3
(197,177,179)
#D1C4C5
(209,196,197)
#DDD7D7
(221,215,215)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712C35; }

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

This text font color is #712C35.

Background Color

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

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

This div background color is #712C35.

Border color

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

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

This div border color is #712C35.

Opacity

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

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

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

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

This text has shadow with #712C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #712C35.

Preview

Color preview on black background

This text has color #712C35 on black background.


Color preview on white background

This text has color #712C35 on white background.


Black color preview on #712C35 background

This text has black color on #712C35 background.


White color preview on #712C35 background

This text has white color on #712C35 background.


Related colors

Complementary color

Complementary color for #hex is #8ED3CA.


I love getcolorcode.com

Triadic colors

1 #35712C and #2C3571 with #712C35 are triadic colors.

2 #352C71 and #2C7135 with #712C35 are triadic colors.