COLOR #474636

HEX: #474636
RGB: (71,70,54)

Color info

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

RGB color model

#474636 color RGB value is (71,70,54).

  • red value is 71;
  • green value is 70;
  • blue value is 54.
RGB:
(71,70,54)
(28%,27%,21%)

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 54 of 255 = 21%

71
70
54

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

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 54 = 195 (100%)
R 71 of 195 ~ 36.41%
G 70 of 195 ~ 35.9%
B 54 of 195 ~ 27.69%

%36.41
%35.9
%27.69

CMYK color model

#474636 color CMYK value is (0,1,24,72).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 23.94%
  • key color value is 72.16%
CMYK:
(0,1,24,72)
C0M1Y24K72 
(0%,1%,24%,72%)
(0.00/0.01/0.24/0.72)	

CMYK percentages

%0
%1.41
%23.94
%72.16

Codes

Color #474636 in popluar color models

474636
RGB717054
HSL56°13.60%24.51%
HSB/HSV56°23.94%27.84%
CMYK0.00%1.41%23.94%
72.16%

Color #474636 in popluar number systems.

HEX474636
Decimal717054
Binary10001111000110110110
Octal10710666

Shades and tints

Shades of #474636

#474636
(71,70,54)
#414032
(65,64,50)
#3B3A2E
(59,58,46)
#35342A
(53,52,42)
#2F2E26
(47,46,38)
#292822
(41,40,34)
#23221E
(35,34,30)
#1D1C1A
(29,28,26)
#171616
(23,22,22)
#111012
(17,16,18)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #474636

#474636
(71,70,54)
#575648
(87,86,72)
#67665A
(103,102,90)
#77766C
(119,118,108)
#87867E
(135,134,126)
#979690
(151,150,144)
#A7A6A2
(167,166,162)
#B7B6B4
(183,182,180)
#C7C6C6
(199,198,198)
#D7D6D8
(215,214,216)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474636; }

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

This text font color is #474636.


Background Color

.myBgColor { background-color: #474636; }

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

This div background color is #474636.


Border color

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

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

This div border color is #474636.


Opacity

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

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

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

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

This text has shadow with #474636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474636 on black background.


Color preview on white background

This text has color #474636 on white background.



Black color preview on #474636 background

This text has black color on #474636 background.


White color preview on #474636 background

This text has white color on #474636 background.