COLOR #71294B

HEX: #71294B
RGB: (113,41,75)

Color info

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

RGB color model

#71294B color RGB value is (113,41,75).

  • red value is 113;
  • green value is 41;
  • blue value is 75.
RGB:
(113,41,75)
(44%,16%,29%)

RGB channels and saturation

R 113 of 255 = 44%
G 41 of 255 = 16%
B 75 of 255 = 29%

113
41
75

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

Portions of RGB colors in percentages

R + G + B =
113 + 41 + 75 = 229 (100%)
R 113 of 229 ~ 49.34%
G 41 of 229 ~ 17.9%
B 75 of 229 ~ 32.75%

%49.34
%17.9
%32.75

CMYK color model

#71294B color CMYK value is (0,64,34,56).

  • cyan value is 0.00%
  • magenta value is 63.72%
  • yellow value is 33.63%
  • key color value is 55.69%
CMYK:
(0,64,34,56)
C0M64Y34K56 
(0%,64%,34%,56%)
(0.00/0.64/0.34/0.56)	

CMYK percentages

%0
%63.72
%33.63
%55.69

Codes

Color #71294B in popluar color models

71294B
RGB1134175
HSL332°46.75%30.20%
HSB/HSV332°63.72%44.31%
CMYK0.00%63.72%33.63%
55.69%

Color #71294B in popluar number systems.

HEX71294B
Decimal1134175
Binary11100011010011001011
Octal16151113

Shades and tints

Shades of #71294B

#71294B
(113,41,75)
#672645
(103,38,69)
#5D233F
(93,35,63)
#532039
(83,32,57)
#491D33
(73,29,51)
#3F1A2D
(63,26,45)
#351727
(53,23,39)
#2B1421
(43,20,33)
#21111B
(33,17,27)
#170E15
(23,14,21)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #71294B

#71294B
(113,41,75)
#7D3C5B
(125,60,91)
#894F6B
(137,79,107)
#95627B
(149,98,123)
#A1758B
(161,117,139)
#AD889B
(173,136,155)
#B99BAB
(185,155,171)
#C5AEBB
(197,174,187)
#D1C1CB
(209,193,203)
#DDD4DB
(221,212,219)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71294B color. Also use rgb(113,41,75) instead hex code.

Text Font Color

.myTextColor { color: #71294B; }

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

This text font color is #71294B.


Background Color

.myBgColor { background-color: #71294B; }

<div style="background-color:#71294B">Inner text</div>

This div background color is #71294B.


Border color

.myBorderColor { border: 1px solid #71294B; }

<div style="border:3px solid #71294B">Div</div>

This div border color is #71294B.


Opacity

.myOpacity80 { color: #71294B; opacity: 0.8; }

<p style="color:#71294B;opacity:0.8;">80%</p>

Text with #71294B 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 #71294B;}

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

This text has shadow with #71294B color.

.textShadow {text-shadow: 3px 3px 1px #71294B, 3px 3px 1px red;}

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

This text has shadow with #71294B primary color and red secondary color.


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

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

This text has shadow with #71294B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71294B on black background.


Color preview on white background

This text has color #71294B on white background.



Black color preview on #71294B background

This text has black color on #71294B background.


White color preview on #71294B background

This text has white color on #71294B background.