COLOR #47414A

HEX: #47414A
RGB: (71,65,74)

Color info

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

RGB color model

#47414A color RGB value is (71,65,74).

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

RGB channels and saturation

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

71
65
74

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

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 74 = 210 (100%)
R 71 of 210 ~ 33.81%
G 65 of 210 ~ 30.95%
B 74 of 210 ~ 35.24%

%33.81
%30.95
%35.24

CMYK color model

#47414A color CMYK value is (4,12,0,71).

  • cyan value is 4.05%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK: (4,12,0,71) C4M12Y0K71 (4%,12%,0%,71%) (0.04/0.12/0.00/0.71)

CMYK percentages

%4.05
%12.16
%0
%70.98

Codes

Color #47414A in popluar color models

47414A
RGB716574
HSL280°6.47%27.25%
HSB/HSV280°12.16%29.02%
CMYK4.05%12.16%0.00%
70.98%

Color #47414A in popluar number systems.

HEX47414A
Decimal716574
Binary100011110000011001010
Octal107101112

Shades and tints

Shades of #47414A

#47414A
(71,65,74)
#413C44
(65,60,68)
#3B373E
(59,55,62)
#353238
(53,50,56)
#2F2D32
(47,45,50)
#29282C
(41,40,44)
#232326
(35,35,38)
#1D1E20
(29,30,32)
#17191A
(23,25,26)
#111414
(17,20,20)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #47414A

#47414A
(71,65,74)
#57525A
(87,82,90)
#67636A
(103,99,106)
#77747A
(119,116,122)
#87858A
(135,133,138)
#97969A
(151,150,154)
#A7A7AA
(167,167,170)
#B7B8BA
(183,184,186)
#C7C9CA
(199,201,202)
#D7DADA
(215,218,218)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47414A; }

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

This text font color is #47414A.


Background Color

.myBgColor { background-color: #47414A; }

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

This div background color is #47414A.


Border color

.myBorderColor { border: 1px solid #47414A; }

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

This div border color is #47414A.


Opacity

.myOpacity80 { color: #47414A; opacity: 0.8; }

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

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

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

This text has shadow with #47414A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #47414A on black background.


Color preview on white background

This text has color #47414A on white background.



Black color preview on #47414A background

This text has black color on #47414A background.


White color preview on #47414A background

This text has white color on #47414A background.