COLOR #71264C

HEX: #71264C
RGB: (113,38,76)

Color info

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

RGB color model

#71264C color RGB value is (113,38,76).

  • red value is 113;
  • green value is 38;
  • blue value is 76.
RGB:
(113,38,76)
(44%,15%,30%)

RGB channels and saturation

R 113 of 255 = 44%
G 38 of 255 = 15%
B 76 of 255 = 30%

113
38
76

R + G + B ~ 30%. #71264C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 38 + 76 = 227 (100%)
R 113 of 227 ~ 49.78%
G 38 of 227 ~ 16.74%
B 76 of 227 ~ 33.48%

%49.78
%16.74
%33.48

CMYK color model

#71264C color CMYK value is (0,66,33,56).

  • cyan value is 0.00%
  • magenta value is 66.37%
  • yellow value is 32.74%
  • key color value is 55.69%
CMYK:
(0,66,33,56)
C0M66Y33K56 
(0%,66%,33%,56%)
(0.00/0.66/0.33/0.56)	

CMYK percentages

%0
%66.37
%32.74
%55.69

Codes

Color #71264C in popluar color models

71264C
RGB1133876
HSL330°49.67%29.61%
HSB/HSV330°66.37%44.31%
CMYK0.00%66.37%32.74%
55.69%

Color #71264C in popluar number systems.

HEX71264C
Decimal1133876
Binary11100011001101001100
Octal16146114

Shades and tints

Shades of #71264C

#71264C
(113,38,76)
#672346
(103,35,70)
#5D2040
(93,32,64)
#531D3A
(83,29,58)
#491A34
(73,26,52)
#3F172E
(63,23,46)
#351428
(53,20,40)
#2B1122
(43,17,34)
#210E1C
(33,14,28)
#170B16
(23,11,22)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #71264C

#71264C
(113,38,76)
#7D395C
(125,57,92)
#894C6C
(137,76,108)
#955F7C
(149,95,124)
#A1728C
(161,114,140)
#AD859C
(173,133,156)
#B998AC
(185,152,172)
#C5ABBC
(197,171,188)
#D1BECC
(209,190,204)
#DDD1DC
(221,209,220)
#E9E4EC
(233,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71264C color. Also use rgb(113,38,76) instead hex code.

Text Font Color

.myTextColor { color: #71264C; }

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

This text font color is #71264C.


Background Color

.myBgColor { background-color: #71264C; }

<div style="background-color:#71264C">Inner text</div>

This div background color is #71264C.


Border color

.myBorderColor { border: 1px solid #71264C; }

<div style="border:3px solid #71264C">Div</div>

This div border color is #71264C.


Opacity

.myOpacity80 { color: #71264C; opacity: 0.8; }

<p style="color:#71264C;opacity:0.8;">80%</p>

Text with #71264C 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 #71264C;}

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

This text has shadow with #71264C color.

.textShadow {text-shadow: 3px 3px 1px #71264C, 3px 3px 1px red;}

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

This text has shadow with #71264C primary color and red secondary color.


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

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

This text has shadow with #71264C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71264C on black background.


Color preview on white background

This text has color #71264C on white background.



Black color preview on #71264C background

This text has black color on #71264C background.


White color preview on #71264C background

This text has white color on #71264C background.