COLOR #474731

HEX: #474731
RGB: (71,71,49)

Color info

#474731 contains red, green and blue colors in about the same proportion. Web safe color of #474731 is #333333 (or #333).

RGB color model

#474731 color RGB value is (71,71,49).

  • red value is 71;
  • green value is 71;
  • blue value is 49.
RGB:
(71,71,49)
(28%,28%,19%)

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 49 of 255 = 19%

71
71
49

R + G + B ~ 25%. #474731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 49 = 191 (100%)
R 71 of 191 ~ 37.17%
G 71 of 191 ~ 37.17%
B 49 of 191 ~ 25.65%

%37.17
%37.17
%25.65

CMYK color model

#474731 color CMYK value is (0,0,31,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 72.16%
CMYK:
(0,0,31,72)
C0M0Y31K72 
(0%,0%,31%,72%)
(0.00/0.00/0.31/0.72)	

CMYK percentages

%0
%0
%30.99
%72.16

Codes

Color #474731 in popluar color models

474731
RGB717149
HSL60°18.33%23.53%
HSB/HSV60°30.99%27.84%
CMYK0.00%0.00%30.99%
72.16%

Color #474731 in popluar number systems.

HEX474731
Decimal717149
Binary10001111000111110001
Octal10710761

Shades and tints

Shades of #474731

#474731
(71,71,49)
#41412D
(65,65,45)
#3B3B29
(59,59,41)
#353525
(53,53,37)
#2F2F21
(47,47,33)
#29291D
(41,41,29)
#232319
(35,35,25)
#1D1D15
(29,29,21)
#171711
(23,23,17)
#11110D
(17,17,13)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #474731

#474731
(71,71,49)
#575743
(87,87,67)
#676755
(103,103,85)
#777767
(119,119,103)
#878779
(135,135,121)
#97978B
(151,151,139)
#A7A79D
(167,167,157)
#B7B7AF
(183,183,175)
#C7C7C1
(199,199,193)
#D7D7D3
(215,215,211)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474731 color. Also use rgb(71,71,49) instead hex code.

Text Font Color

.myTextColor { color: #474731; }

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

This text font color is #474731.


Background Color

.myBgColor { background-color: #474731; }

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

This div background color is #474731.


Border color

.myBorderColor { border: 1px solid #474731; }

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

This div border color is #474731.


Opacity

.myOpacity80 { color: #474731; opacity: 0.8; }

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

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

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

This text has shadow with #474731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474731 on black background.


Color preview on white background

This text has color #474731 on white background.



Black color preview on #474731 background

This text has black color on #474731 background.


White color preview on #474731 background

This text has white color on #474731 background.