COLOR #474D52

HEX: #474D52
RGB: (71,77,82)

Color info

#474D52 contains red, green and blue colors in about the same proportion. Web safe color of #474D52 is #333366 (or #336).

RGB color model

#474D52 color RGB value is (71,77,82).

  • red value is 71;
  • green value is 77;
  • blue value is 82.
RGB:
(71,77,82)
(28%,30%,32%)

RGB channels and saturation

R 71 of 255 = 28%
G 77 of 255 = 30%
B 82 of 255 = 32%

71
77
82

R + G + B ~ 30%. #474D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 77 + 82 = 230 (100%)
R 71 of 230 ~ 30.87%
G 77 of 230 ~ 33.48%
B 82 of 230 ~ 35.65%

%30.87
%33.48
%35.65

CMYK color model

#474D52 color CMYK value is (13,6,0,68).

  • cyan value is 13.41%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(13,6,0,68)
C13M6Y0K68 
(13%,6%,0%,68%)
(0.13/0.06/0.00/0.68)	

CMYK percentages

%13.41
%6.1
%0
%67.84

Codes

Color #474D52 in popluar color models

474D52
RGB717782
HSL207°7.19%30.00%
HSB/HSV207°13.41%32.16%
CMYK13.41%6.10%0.00%
67.84%

Color #474D52 in popluar number systems.

HEX474D52
Decimal717782
Binary100011110011011010010
Octal107115122

Shades and tints

Shades of #474D52

#474D52
(71,77,82)
#41464B
(65,70,75)
#3B3F44
(59,63,68)
#35383D
(53,56,61)
#2F3136
(47,49,54)
#292A2F
(41,42,47)
#232328
(35,35,40)
#1D1C21
(29,28,33)
#17151A
(23,21,26)
#110E13
(17,14,19)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #474D52

#474D52
(71,77,82)
#575D61
(87,93,97)
#676D70
(103,109,112)
#777D7F
(119,125,127)
#878D8E
(135,141,142)
#979D9D
(151,157,157)
#A7ADAC
(167,173,172)
#B7BDBB
(183,189,187)
#C7CDCA
(199,205,202)
#D7DDD9
(215,221,217)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474D52; }

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

This text font color is #474D52.


Background Color

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

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

This div background color is #474D52.


Border color

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

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

This div border color is #474D52.


Opacity

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

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

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

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

This text has shadow with #474D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474D52 on black background.


Color preview on white background

This text has color #474D52 on white background.



Black color preview on #474D52 background

This text has black color on #474D52 background.


White color preview on #474D52 background

This text has white color on #474D52 background.