COLOR #71333F

HEX: #71333F
RGB: (113,51,63)

Color info

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

RGB color model

#71333F color RGB value is (113,51,63).

  • red value is 113;
  • green value is 51;
  • blue value is 63.
RGB:
(113,51,63)
(44%,20%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 51 of 255 = 20%
B 63 of 255 = 25%

113
51
63

R + G + B ~ 30%. #71333F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 51 + 63 = 227 (100%)
R 113 of 227 ~ 49.78%
G 51 of 227 ~ 22.47%
B 63 of 227 ~ 27.75%

%49.78
%22.47
%27.75

CMYK color model

#71333F color CMYK value is (0,55,44,56).

  • cyan value is 0.00%
  • magenta value is 54.87%
  • yellow value is 44.25%
  • key color value is 55.69%
CMYK:
(0,55,44,56)
C0M55Y44K56 
(0%,55%,44%,56%)
(0.00/0.55/0.44/0.56)	

CMYK percentages

%0
%54.87
%44.25
%55.69

Codes

Color #71333F in popluar color models

71333F
RGB1135163
HSL348°37.80%32.16%
HSB/HSV348°54.87%44.31%
CMYK0.00%54.87%44.25%
55.69%

Color #71333F in popluar number systems.

HEX71333F
Decimal1135163
Binary1110001110011111111
Octal1616377

Shades and tints

Shades of #71333F

#71333F
(113,51,63)
#672F3A
(103,47,58)
#5D2B35
(93,43,53)
#532730
(83,39,48)
#49232B
(73,35,43)
#3F1F26
(63,31,38)
#351B21
(53,27,33)
#2B171C
(43,23,28)
#211317
(33,19,23)
#170F12
(23,15,18)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #71333F

#71333F
(113,51,63)
#7D4550
(125,69,80)
#895761
(137,87,97)
#956972
(149,105,114)
#A17B83
(161,123,131)
#AD8D94
(173,141,148)
#B99FA5
(185,159,165)
#C5B1B6
(197,177,182)
#D1C3C7
(209,195,199)
#DDD5D8
(221,213,216)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71333F color. Also use rgb(113,51,63) instead hex code.

Text Font Color

.myTextColor { color: #71333F; }

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

This text font color is #71333F.


Background Color

.myBgColor { background-color: #71333F; }

<div style="background-color:#71333F">Inner text</div>

This div background color is #71333F.


Border color

.myBorderColor { border: 1px solid #71333F; }

<div style="border:3px solid #71333F">Div</div>

This div border color is #71333F.


Opacity

.myOpacity80 { color: #71333F; opacity: 0.8; }

<p style="color:#71333F;opacity:0.8;">80%</p>

Text with #71333F 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 #71333F;}

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

This text has shadow with #71333F color.

.textShadow {text-shadow: 3px 3px 1px #71333F, 3px 3px 1px red;}

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

This text has shadow with #71333F primary color and red secondary color.


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

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

This text has shadow with #71333F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71333F on black background.


Color preview on white background

This text has color #71333F on white background.



Black color preview on #71333F background

This text has black color on #71333F background.


White color preview on #71333F background

This text has white color on #71333F background.