COLOR #71464C

HEX: #71464C
RGB: (113,70,76)

Color info

#71464C contains red, green and blue colors in about the same proportion. Web safe color of #71464C is #663333 (or #633).

RGB color model

#71464C color RGB value is (113,70,76).

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

RGB channels and saturation

R 113 of 255 = 44%
G 70 of 255 = 27%
B 76 of 255 = 30%

113
70
76

R + G + B ~ 34%. #71464C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 70 + 76 = 259 (100%)
R 113 of 259 ~ 43.63%
G 70 of 259 ~ 27.03%
B 76 of 259 ~ 29.34%

%43.63
%27.03
%29.34

CMYK color model

#71464C color CMYK value is (0,38,33,56).

  • cyan value is 0.00%
  • magenta value is 38.05%
  • yellow value is 32.74%
  • key color value is 55.69%
CMYK: (0,38,33,56) C0M38Y33K56 (0%,38%,33%,56%) (0.00/0.38/0.33/0.56)

CMYK percentages

%0
%38.05
%32.74
%55.69

Codes

Color #71464C in popluar color models

71464C
RGB1137076
HSL352°23.50%35.88%
HSB/HSV352°38.05%44.31%
CMYK0.00%38.05%32.74%
55.69%

Color #71464C in popluar number systems.

HEX71464C
Decimal1137076
Binary111000110001101001100
Octal161106114

Shades and tints

Shades of #71464C

#71464C
(113,70,76)
#674046
(103,64,70)
#5D3A40
(93,58,64)
#53343A
(83,52,58)
#492E34
(73,46,52)
#3F282E
(63,40,46)
#352228
(53,34,40)
#2B1C22
(43,28,34)
#21161C
(33,22,28)
#171016
(23,16,22)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #71464C

#71464C
(113,70,76)
#7D565C
(125,86,92)
#89666C
(137,102,108)
#95767C
(149,118,124)
#A1868C
(161,134,140)
#AD969C
(173,150,156)
#B9A6AC
(185,166,172)
#C5B6BC
(197,182,188)
#D1C6CC
(209,198,204)
#DDD6DC
(221,214,220)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71464C; }

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

This text font color is #71464C.


Background Color

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

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

This div background color is #71464C.


Border color

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

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

This div border color is #71464C.


Opacity

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

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

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

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

This text has shadow with #71464C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #71464C on black background.


Color preview on white background

This text has color #71464C on white background.



Black color preview on #71464C background

This text has black color on #71464C background.


White color preview on #71464C background

This text has white color on #71464C background.