COLOR #71074C

HEX: #71074C
RGB: (113,7,76)

Color info

#71074C contains mainly red and blue colors. Web safe color of #71074C is #660033 (or #603).

RGB color model

#71074C color RGB value is (113,7,76).

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

RGB channels and saturation

R 113 of 255 = 44%
G 7 of 255 = 3%
B 76 of 255 = 30%

113
7
76

R + G + B ~ 26%. #71074C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 7 + 76 = 196 (100%)
R 113 of 196 ~ 57.65%
G 7 of 196 ~ 3.57%
B 76 of 196 ~ 38.78%

%57.65
%38.78

CMYK color model

#71074C color CMYK value is (0,94,33,56).

  • cyan value is 0.00%
  • magenta value is 93.81%
  • yellow value is 32.74%
  • key color value is 55.69%
CMYK:
(0,94,33,56)
C0M94Y33K56 
(0%,94%,33%,56%)
(0.00/0.94/0.33/0.56)	

CMYK percentages

%0
%93.81
%32.74
%55.69

Codes

Color #71074C in popluar color models

71074C
RGB113776
HSL321°88.33%23.53%
HSB/HSV321°93.81%44.31%
CMYK0.00%93.81%32.74%
55.69%

Color #71074C in popluar number systems.

HEX71074C
Decimal113776
Binary11100011111001100
Octal1617114

Shades and tints

Shades of #71074C

#71074C
(113,7,76)
#670746
(103,7,70)
#5D0740
(93,7,64)
#53073A
(83,7,58)
#490734
(73,7,52)
#3F072E
(63,7,46)
#350728
(53,7,40)
#2B0722
(43,7,34)
#21071C
(33,7,28)
#170716
(23,7,22)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #71074C

#71074C
(113,7,76)
#7D1D5C
(125,29,92)
#89336C
(137,51,108)
#95497C
(149,73,124)
#A15F8C
(161,95,140)
#AD759C
(173,117,156)
#B98BAC
(185,139,172)
#C5A1BC
(197,161,188)
#D1B7CC
(209,183,204)
#DDCDDC
(221,205,220)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71074C; }

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

This text font color is #71074C.


Background Color

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

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

This div background color is #71074C.


Border color

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

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

This div border color is #71074C.


Opacity

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

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

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

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

This text has shadow with #71074C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71074C on black background.


Color preview on white background

This text has color #71074C on white background.



Black color preview on #71074C background

This text has black color on #71074C background.


White color preview on #71074C background

This text has white color on #71074C background.