COLOR #474D2A

HEX: #474D2A RGB: (71,77,42)

Color info

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

RGB color model

#474D2A color RGB value is (71,77,42).

RGB: (71,77,42) (28%, 30%, 16%)

RGB channels and saturation

R 71 of 255 = 28%
G 77 of 255 = 30%
B 42 of 255 = 16%

71
77
42

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

Portions of RGB colors in percentages

R + G + B = 71 + 77 + 42 = 190 (100%)
R 71 of 190 ~ 37.37%
G 77 of 190 ~ 40.53%
B 42 of 190 ~ 22.11'%

%37.37
%40.53
%22.11

CMYK color model

#474D2A color CMYK value is (8,0,45,70).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 69.80%

CMYK: (8,0,45,70)
C8M0Y45K70 (8%, 0%, 45%, 70%)
(0.08 / 0.00 / 0.45 / 0.70)

CMYK percentages

%7.79
%0
%45.45
%69.8

Codes

Color #474D2A in popluar color models

47 4D 2A
RGB 71 77 42
HSL 70° 29.41% 23.33%
HSB/HSV 70° 45.45% 30.20%
CMYK 7.79% 0.00% 45.45%
69.80%

Color #474D2A in popluar number systems.

HEX 47 4D 2A
Decimal 71 77 42
Binary 1000111 1001101 101010
Octal 107 115 52

Shades and tints

Shades of #474D2A

#474D2A
(71,77,42)
#414627
(65,70,39)
#3B3F24
(59,63,36)
#353821
(53,56,33)
#2F311E
(47,49,30)
#292A1B
(41,42,27)
#232318
(35,35,24)
#1D1C15
(29,28,21)
#171512
(23,21,18)
#110E0F
(17,14,15)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #474D2A

#474D2A
(71,77,42)
#575D3D
(87,93,61)
#676D50
(103,109,80)
#777D63
(119,125,99)
#878D76
(135,141,118)
#979D89
(151,157,137)
#A7AD9C
(167,173,156)
#B7BDAF
(183,189,175)
#C7CDC2
(199,205,194)
#D7DDD5
(215,221,213)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474D2A color. Also use rgb(71,77,42) instead hex code.

Text Font Color

.myTextColor { color: #474D2A; }

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

This text font color is #474D2A.

Background Color

.myBgColor { background-color: #474D2A; }

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

This div background color is #474D2A.

Border color

.myBorderColor { border: 1px solid #474D2A; }

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

This div border color is #474D2A.

Opacity

.myOpacity80 { color: #474D2A; opacity: 0.8; }

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

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

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

This text has shadow with #474D2A color.


.textShadow {text-shadow: 3px 3px 1px #474D2A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474D2A; -webkit-box-shadow: 1px 1px 3px 2px #474D2A; box-shadow:1px 1px 3px 2px #474D2A;">
Div content here
</div>

This div box has shadow with color #474D2A.

Preview

Color preview on black background

This text has color #474D2A on black background.


Color preview on white background

This text has color #474D2A on white background.


Black color preview on #474D2A background

This text has black color on #474D2A background.


White color preview on #474D2A background

This text has white color on #474D2A background.


Related colors

Complementary color

Complementary color for #hex is #B8B2D5.


I love getcolorcode.com

Triadic colors

1 #2A474D and #4D2A47 with #474D2A are triadic colors.

2 #2A4D47 and #4D472A with #474D2A are triadic colors.