COLOR #475354

HEX: #475354
RGB: (71,83,84)

Color info

#475354 contains red, green and blue colors in about the same proportion. Web safe color of #475354 is #336666 (or #366).

RGB color model

#475354 color RGB value is (71,83,84).

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

RGB channels and saturation

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

71
83
84

R + G + B ~ 31%. #475354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 83 + 84 = 238 (100%)
R 71 of 238 ~ 29.83%
G 83 of 238 ~ 34.87%
B 84 of 238 ~ 35.29%

%29.83
%34.87
%35.29

CMYK color model

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

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

CMYK percentages

%15.48
%1.19
%0
%67.06

Codes

Color #475354 in popluar color models

475354
RGB718384
HSL185°8.39%30.39%
HSB/HSV185°15.48%32.94%
CMYK15.48%1.19%0.00%
67.06%

Color #475354 in popluar number systems.

HEX475354
Decimal718384
Binary100011110100111010100
Octal107123124

Shades and tints

Shades of #475354

#475354
(71,83,84)
#414C4D
(65,76,77)
#3B4546
(59,69,70)
#353E3F
(53,62,63)
#2F3738
(47,55,56)
#293031
(41,48,49)
#23292A
(35,41,42)
#1D2223
(29,34,35)
#171B1C
(23,27,28)
#111415
(17,20,21)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #475354

#475354
(71,83,84)
#576263
(87,98,99)
#677172
(103,113,114)
#778081
(119,128,129)
#878F90
(135,143,144)
#979E9F
(151,158,159)
#A7ADAE
(167,173,174)
#B7BCBD
(183,188,189)
#C7CBCC
(199,203,204)
#D7DADB
(215,218,219)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475354; }

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

This text font color is #475354.


Background Color

.myBgColor { background-color: #475354; }

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

This div background color is #475354.


Border color

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

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

This div border color is #475354.


Opacity

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

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

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

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

This text has shadow with #475354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475354 on black background.


Color preview on white background

This text has color #475354 on white background.



Black color preview on #475354 background

This text has black color on #475354 background.


White color preview on #475354 background

This text has white color on #475354 background.