COLOR #474F46

HEX: #474F46
RGB: (71,79,70)

Color info

#474F46 contains red, green and blue colors in about the same proportion. Web safe color of #474F46 is #336633 (or #363).

RGB color model

#474F46 color RGB value is (71,79,70).

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

RGB channels and saturation

R 71 of 255 = 28%
G 79 of 255 = 31%
B 70 of 255 = 27%

71
79
70

R + G + B ~ 29%. #474F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 79 + 70 = 220 (100%)
R 71 of 220 ~ 32.27%
G 79 of 220 ~ 35.91%
B 70 of 220 ~ 31.82%

%32.27
%35.91
%31.82

CMYK color model

#474F46 color CMYK value is (10,0,11,69).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 69.02%
CMYK:
(10,0,11,69)
C10M0Y11K69 
(10%,0%,11%,69%)
(0.10/0.00/0.11/0.69)	

CMYK percentages

%10.13
%0
%11.39
%69.02

Codes

Color #474F46 in popluar color models

474F46
RGB717970
HSL113°6.04%29.22%
HSB/HSV113°11.39%30.98%
CMYK10.13%0.00%11.39%
69.02%

Color #474F46 in popluar number systems.

HEX474F46
Decimal717970
Binary100011110011111000110
Octal107117106

Shades and tints

Shades of #474F46

#474F46
(71,79,70)
#414840
(65,72,64)
#3B413A
(59,65,58)
#353A34
(53,58,52)
#2F332E
(47,51,46)
#292C28
(41,44,40)
#232522
(35,37,34)
#1D1E1C
(29,30,28)
#171716
(23,23,22)
#111010
(17,16,16)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #474F46

#474F46
(71,79,70)
#575F56
(87,95,86)
#676F66
(103,111,102)
#777F76
(119,127,118)
#878F86
(135,143,134)
#979F96
(151,159,150)
#A7AFA6
(167,175,166)
#B7BFB6
(183,191,182)
#C7CFC6
(199,207,198)
#D7DFD6
(215,223,214)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474F46; }

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

This text font color is #474F46.


Background Color

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

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

This div background color is #474F46.


Border color

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

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

This div border color is #474F46.


Opacity

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

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

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

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

This text has shadow with #474F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F46 on black background.


Color preview on white background

This text has color #474F46 on white background.



Black color preview on #474F46 background

This text has black color on #474F46 background.


White color preview on #474F46 background

This text has white color on #474F46 background.