COLOR #474634

HEX: #474634
RGB: (71,70,52)

Color info

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

RGB color model

#474634 color RGB value is (71,70,52).

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

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 52 of 255 = 20%

71
70
52

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

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 52 = 193 (100%)
R 71 of 193 ~ 36.79%
G 70 of 193 ~ 36.27%
B 52 of 193 ~ 26.94%

%36.79
%36.27
%26.94

CMYK color model

#474634 color CMYK value is (0,1,27,72).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 26.76%
  • key color value is 72.16%
CMYK:
(0,1,27,72)
C0M1Y27K72 
(0%,1%,27%,72%)
(0.00/0.01/0.27/0.72)	

CMYK percentages

%0
%1.41
%26.76
%72.16

Codes

Color #474634 in popluar color models

474634
RGB717052
HSL57°15.45%24.12%
HSB/HSV57°26.76%27.84%
CMYK0.00%1.41%26.76%
72.16%

Color #474634 in popluar number systems.

HEX474634
Decimal717052
Binary10001111000110110100
Octal10710664

Shades and tints

Shades of #474634

#474634
(71,70,52)
#414030
(65,64,48)
#3B3A2C
(59,58,44)
#353428
(53,52,40)
#2F2E24
(47,46,36)
#292820
(41,40,32)
#23221C
(35,34,28)
#1D1C18
(29,28,24)
#171614
(23,22,20)
#111010
(17,16,16)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #474634

#474634
(71,70,52)
#575646
(87,86,70)
#676658
(103,102,88)
#77766A
(119,118,106)
#87867C
(135,134,124)
#97968E
(151,150,142)
#A7A6A0
(167,166,160)
#B7B6B2
(183,182,178)
#C7C6C4
(199,198,196)
#D7D6D6
(215,214,214)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474634; }

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

This text font color is #474634.


Background Color

.myBgColor { background-color: #474634; }

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

This div background color is #474634.


Border color

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

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

This div border color is #474634.


Opacity

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

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

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

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

This text has shadow with #474634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474634 on black background.


Color preview on white background

This text has color #474634 on white background.



Black color preview on #474634 background

This text has black color on #474634 background.


White color preview on #474634 background

This text has white color on #474634 background.