COLOR #474754

HEX: #474754
RGB: (71,71,84)

Color info

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

RGB color model

#474754 color RGB value is (71,71,84).

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

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 84 of 255 = 33%

71
71
84

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

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 84 = 226 (100%)
R 71 of 226 ~ 31.42%
G 71 of 226 ~ 31.42%
B 84 of 226 ~ 37.17%

%31.42
%31.42
%37.17

CMYK color model

#474754 color CMYK value is (15,15,0,67).

  • cyan value is 15.48%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(15,15,0,67)
C15M15Y0K67 
(15%,15%,0%,67%)
(0.15/0.15/0.00/0.67)	

CMYK percentages

%15.48
%15.48
%0
%67.06

Codes

Color #474754 in popluar color models

474754
RGB717184
HSL240°8.39%30.39%
HSB/HSV240°15.48%32.94%
CMYK15.48%15.48%0.00%
67.06%

Color #474754 in popluar number systems.

HEX474754
Decimal717184
Binary100011110001111010100
Octal107107124

Shades and tints

Shades of #474754

#474754
(71,71,84)
#41414D
(65,65,77)
#3B3B46
(59,59,70)
#35353F
(53,53,63)
#2F2F38
(47,47,56)
#292931
(41,41,49)
#23232A
(35,35,42)
#1D1D23
(29,29,35)
#17171C
(23,23,28)
#111115
(17,17,21)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #474754

#474754
(71,71,84)
#575763
(87,87,99)
#676772
(103,103,114)
#777781
(119,119,129)
#878790
(135,135,144)
#97979F
(151,151,159)
#A7A7AE
(167,167,174)
#B7B7BD
(183,183,189)
#C7C7CC
(199,199,204)
#D7D7DB
(215,215,219)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474754; }

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

This text font color is #474754.


Background Color

.myBgColor { background-color: #474754; }

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

This div background color is #474754.


Border color

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

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

This div border color is #474754.


Opacity

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

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

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

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

This text has shadow with #474754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474754 on black background.


Color preview on white background

This text has color #474754 on white background.



Black color preview on #474754 background

This text has black color on #474754 background.


White color preview on #474754 background

This text has white color on #474754 background.