COLOR #71474B

HEX: #71474B
RGB: (113,71,75)

Color info

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

RGB color model

#71474B color RGB value is (113,71,75).

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

RGB channels and saturation

R 113 of 255 = 44%
G 71 of 255 = 28%
B 75 of 255 = 29%

113
71
75

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

Portions of RGB colors in percentages

R + G + B =
113 + 71 + 75 = 259 (100%)
R 113 of 259 ~ 43.63%
G 71 of 259 ~ 27.41%
B 75 of 259 ~ 28.96%

%43.63
%27.41
%28.96

CMYK color model

#71474B color CMYK value is (0,37,34,56).

  • cyan value is 0.00%
  • magenta value is 37.17%
  • yellow value is 33.63%
  • key color value is 55.69%
CMYK:
(0,37,34,56)
C0M37Y34K56 
(0%,37%,34%,56%)
(0.00/0.37/0.34/0.56)	

CMYK percentages

%0
%37.17
%33.63
%55.69

Codes

Color #71474B in popluar color models

71474B
RGB1137175
HSL354°22.83%36.08%
HSB/HSV354°37.17%44.31%
CMYK0.00%37.17%33.63%
55.69%

Color #71474B in popluar number systems.

HEX71474B
Decimal1137175
Binary111000110001111001011
Octal161107113

Shades and tints

Shades of #71474B

#71474B
(113,71,75)
#674145
(103,65,69)
#5D3B3F
(93,59,63)
#533539
(83,53,57)
#492F33
(73,47,51)
#3F292D
(63,41,45)
#352327
(53,35,39)
#2B1D21
(43,29,33)
#21171B
(33,23,27)
#171115
(23,17,21)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #71474B

#71474B
(113,71,75)
#7D575B
(125,87,91)
#89676B
(137,103,107)
#95777B
(149,119,123)
#A1878B
(161,135,139)
#AD979B
(173,151,155)
#B9A7AB
(185,167,171)
#C5B7BB
(197,183,187)
#D1C7CB
(209,199,203)
#DDD7DB
(221,215,219)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71474B; }

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

This text font color is #71474B.


Background Color

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

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

This div background color is #71474B.


Border color

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

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

This div border color is #71474B.


Opacity

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

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

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

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

This text has shadow with #71474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71474B on black background.


Color preview on white background

This text has color #71474B on white background.



Black color preview on #71474B background

This text has black color on #71474B background.


White color preview on #71474B background

This text has white color on #71474B background.