COLOR #71323D

HEX: #71323D
RGB: (113,50,61)

Color info

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

RGB color model

#71323D color RGB value is (113,50,61).

  • red value is 113;
  • green value is 50;
  • blue value is 61.
RGB:
(113,50,61)
(44%,20%,24%)

RGB channels and saturation

R 113 of 255 = 44%
G 50 of 255 = 20%
B 61 of 255 = 24%

113
50
61

R + G + B ~ 29%. #71323D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 50 + 61 = 224 (100%)
R 113 of 224 ~ 50.45%
G 50 of 224 ~ 22.32%
B 61 of 224 ~ 27.23%

%50.45
%22.32
%27.23

CMYK color model

#71323D color CMYK value is (0,56,46,56).

  • cyan value is 0.00%
  • magenta value is 55.75%
  • yellow value is 46.02%
  • key color value is 55.69%
CMYK:
(0,56,46,56)
C0M56Y46K56 
(0%,56%,46%,56%)
(0.00/0.56/0.46/0.56)	

CMYK percentages

%0
%55.75
%46.02
%55.69

Codes

Color #71323D in popluar color models

71323D
RGB1135061
HSL350°38.65%31.96%
HSB/HSV350°55.75%44.31%
CMYK0.00%55.75%46.02%
55.69%

Color #71323D in popluar number systems.

HEX71323D
Decimal1135061
Binary1110001110010111101
Octal1616275

Shades and tints

Shades of #71323D

#71323D
(113,50,61)
#672E38
(103,46,56)
#5D2A33
(93,42,51)
#53262E
(83,38,46)
#492229
(73,34,41)
#3F1E24
(63,30,36)
#351A1F
(53,26,31)
#2B161A
(43,22,26)
#211215
(33,18,21)
#170E10
(23,14,16)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #71323D

#71323D
(113,50,61)
#7D444E
(125,68,78)
#89565F
(137,86,95)
#956870
(149,104,112)
#A17A81
(161,122,129)
#AD8C92
(173,140,146)
#B99EA3
(185,158,163)
#C5B0B4
(197,176,180)
#D1C2C5
(209,194,197)
#DDD4D6
(221,212,214)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71323D color. Also use rgb(113,50,61) instead hex code.

Text Font Color

.myTextColor { color: #71323D; }

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

This text font color is #71323D.


Background Color

.myBgColor { background-color: #71323D; }

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

This div background color is #71323D.


Border color

.myBorderColor { border: 1px solid #71323D; }

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

This div border color is #71323D.


Opacity

.myOpacity80 { color: #71323D; opacity: 0.8; }

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

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

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

This text has shadow with #71323D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71323D on black background.


Color preview on white background

This text has color #71323D on white background.



Black color preview on #71323D background

This text has black color on #71323D background.


White color preview on #71323D background

This text has white color on #71323D background.