COLOR #474741

HEX: #474741
RGB: (71,71,65)

Color info

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

RGB color model

#474741 color RGB value is (71,71,65).

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

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 65 of 255 = 25%

71
71
65

R + G + B ~ 27%. #474741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 65 = 207 (100%)
R 71 of 207 ~ 34.3%
G 71 of 207 ~ 34.3%
B 65 of 207 ~ 31.4%

%34.3
%34.3
%31.4

CMYK color model

#474741 color CMYK value is (0,0,8,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(0,0,8,72)
C0M0Y8K72 
(0%,0%,8%,72%)
(0.00/0.00/0.08/0.72)	

CMYK percentages

%0
%0
%8.45
%72.16

Codes

Color #474741 in popluar color models

474741
RGB717165
HSL60°4.41%26.67%
HSB/HSV60°8.45%27.84%
CMYK0.00%0.00%8.45%
72.16%

Color #474741 in popluar number systems.

HEX474741
Decimal717165
Binary100011110001111000001
Octal107107101

Shades and tints

Shades of #474741

#474741
(71,71,65)
#41413C
(65,65,60)
#3B3B37
(59,59,55)
#353532
(53,53,50)
#2F2F2D
(47,47,45)
#292928
(41,41,40)
#232323
(35,35,35)
#1D1D1E
(29,29,30)
#171719
(23,23,25)
#111114
(17,17,20)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #474741

#474741
(71,71,65)
#575752
(87,87,82)
#676763
(103,103,99)
#777774
(119,119,116)
#878785
(135,135,133)
#979796
(151,151,150)
#A7A7A7
(167,167,167)
#B7B7B8
(183,183,184)
#C7C7C9
(199,199,201)
#D7D7DA
(215,215,218)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474741; }

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

This text font color is #474741.


Background Color

.myBgColor { background-color: #474741; }

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

This div background color is #474741.


Border color

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

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

This div border color is #474741.


Opacity

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

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

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

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

This text has shadow with #474741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474741 on black background.


Color preview on white background

This text has color #474741 on white background.



Black color preview on #474741 background

This text has black color on #474741 background.


White color preview on #474741 background

This text has white color on #474741 background.