COLOR #473D4B

HEX: #473D4B RGB: (71,61,75)

Color info

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

RGB color model

#473D4B color RGB value is (71,61,75).

RGB: (71,61,75) (28%, 24%, 29%)

RGB channels and saturation

R 71 of 255 = 28%
G 61 of 255 = 24%
B 75 of 255 = 29%

71
61
75

R + G + B ~ 27%. #473D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 61 + 75 = 207 (100%)
R 71 of 207 ~ 34.3%
G 61 of 207 ~ 29.47%
B 75 of 207 ~ 36.23'%

%34.3
%29.47
%36.23

CMYK color model

#473D4B color CMYK value is (5,19,0,71).

  • cyan value is 5.33%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK: (5,19,0,71) C5M19Y0K71 (5%,19%,0%,71%) (0.05/0.19/0.00/0.71) 

CMYK percentages

%5.33
%18.67
%0
%70.59

Codes

Color #473D4B in popluar color models

47 3D 4B
RGB 71 61 75
HSL 283° 10.29% 26.67%
HSB/HSV 283° 18.67% 29.41%
CMYK 5.33% 18.67% 0.00%
70.59%

Color #473D4B in popluar number systems.

HEX 47 3D 4B
Decimal 71 61 75
Binary 1000111 111101 1001011
Octal 107 75 113

Shades and tints

Shades of #473D4B

#473D4B
(71,61,75)
#413845
(65,56,69)
#3B333F
(59,51,63)
#352E39
(53,46,57)
#2F2933
(47,41,51)
#29242D
(41,36,45)
#231F27
(35,31,39)
#1D1A21
(29,26,33)
#17151B
(23,21,27)
#111015
(17,16,21)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #473D4B

#473D4B
(71,61,75)
#574E5B
(87,78,91)
#675F6B
(103,95,107)
#77707B
(119,112,123)
#87818B
(135,129,139)
#97929B
(151,146,155)
#A7A3AB
(167,163,171)
#B7B4BB
(183,180,187)
#C7C5CB
(199,197,203)
#D7D6DB
(215,214,219)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473D4B color. Also use rgb(71,61,75) instead hex code.

Text Font Color

.myTextColor { color: #473D4B; }

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

This text font color is #473D4B.

Background Color

.myBgColor { background-color: #473D4B; }

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

This div background color is #473D4B.

Border color

.myBorderColor { border: 1px solid #473D4B; }

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

This div border color is #473D4B.

Opacity

.myOpacity80 { color: #473D4B; opacity: 0.8; }

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

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

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

This text has shadow with #473D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473D4B.

Preview

Color preview on black background

This text has color #473D4B on black background.


Color preview on white background

This text has color #473D4B on white background.


Black color preview on #473D4B background

This text has black color on #473D4B background.


White color preview on #473D4B background

This text has white color on #473D4B background.


Related colors

Complementary color

Complementary color for #hex is #B8C2B4.


I love getcolorcode.com

Triadic colors

1 #4B473D and #3D4B47 with #473D4B are triadic colors.

2 #4B3D47 and #3D474B with #473D4B are triadic colors.