COLOR #474154

HEX: #474154 RGB: (71,65,84)

Color info

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

RGB color model

#474154 color RGB value is (71,65,84).

RGB: (71,65,84) (28%, 25%, 33%)

RGB channels and saturation

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

71
65
84

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

Portions of RGB colors in percentages

R + G + B = 71 + 65 + 84 = 220 (100%)
R 71 of 220 ~ 32.27%
G 65 of 220 ~ 29.55%
B 84 of 220 ~ 38.18'%

%32.27
%29.55
%38.18

CMYK color model

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

  • cyan value is 15.48%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (15,23,0,67)
C15M23Y0K67 (15%, 23%, 0%, 67%)
(0.15 / 0.23 / 0.00 / 0.67)

CMYK percentages

%15.48
%22.62
%0
%67.06

Codes

Color #474154 in popluar color models

47 41 54
RGB 71 65 84
HSL 259° 12.75% 29.22%
HSB/HSV 259° 22.62% 32.94%
CMYK 15.48% 22.62% 0.00%
67.06%

Color #474154 in popluar number systems.

HEX 47 41 54
Decimal 71 65 84
Binary 1000111 1000001 1010100
Octal 107 101 124

Shades and tints

Shades of #474154

#474154
(71,65,84)
#413C4D
(65,60,77)
#3B3746
(59,55,70)
#35323F
(53,50,63)
#2F2D38
(47,45,56)
#292831
(41,40,49)
#23232A
(35,35,42)
#1D1E23
(29,30,35)
#17191C
(23,25,28)
#111415
(17,20,21)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #474154

#474154
(71,65,84)
#575263
(87,82,99)
#676372
(103,99,114)
#777481
(119,116,129)
#878590
(135,133,144)
#97969F
(151,150,159)
#A7A7AE
(167,167,174)
#B7B8BD
(183,184,189)
#C7C9CC
(199,201,204)
#D7DADB
(215,218,219)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474154; }

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

This text font color is #474154.

Background Color

.myBgColor { background-color: #474154; }

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

This div background color is #474154.

Border color

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

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

This div border color is #474154.

Opacity

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

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

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

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

This text has shadow with #474154 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474154.

Preview

Color preview on black background

This text has color #474154 on black background.


Color preview on white background

This text has color #474154 on white background.


Black color preview on #474154 background

This text has black color on #474154 background.


White color preview on #474154 background

This text has white color on #474154 background.


Related colors

Complementary color

Complementary color for #hex is #B8BEAB.


I love getcolorcode.com

Triadic colors

1 #544741 and #415447 with #474154 are triadic colors.

2 #544147 and #414754 with #474154 are triadic colors.