COLOR #40473F

HEX: #40473F RGB: (64,71,63)

Color info

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

RGB color model

#40473F color RGB value is (64,71,63).

RGB: (64,71,63) (25%, 28%, 25%)

RGB channels and saturation

R 64 of 255 = 25%
G 71 of 255 = 28%
B 63 of 255 = 25%

64
71
63

R + G + B ~ 26%. #40473F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 71 + 63 = 198 (100%)
R 64 of 198 ~ 32.32%
G 71 of 198 ~ 35.86%
B 63 of 198 ~ 31.82'%

%32.32
%35.86
%31.82

CMYK color model

#40473F color CMYK value is (10,0,11,72).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 72.16%

CMYK: (10,0,11,72)
C10M0Y11K72 (10%, 0%, 11%, 72%)
(0.10 / 0.00 / 0.11 / 0.72)

CMYK percentages

%9.86
%0
%11.27
%72.16

Codes

Color #40473F in popluar color models

40 47 3F
RGB 64 71 63
HSL 113° 5.97% 26.27%
HSB/HSV 113° 11.27% 27.84%
CMYK 9.86% 0.00% 11.27%
72.16%

Color #40473F in popluar number systems.

HEX 40 47 3F
Decimal 64 71 63
Binary 1000000 1000111 111111
Octal 100 107 77

Shades and tints

Shades of #40473F

#40473F
(64,71,63)
#3B413A
(59,65,58)
#363B35
(54,59,53)
#313530
(49,53,48)
#2C2F2B
(44,47,43)
#272926
(39,41,38)
#222321
(34,35,33)
#1D1D1C
(29,29,28)
#181717
(24,23,23)
#131112
(19,17,18)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #40473F

#40473F
(64,71,63)
#515750
(81,87,80)
#626761
(98,103,97)
#737772
(115,119,114)
#848783
(132,135,131)
#959794
(149,151,148)
#A6A7A5
(166,167,165)
#B7B7B6
(183,183,182)
#C8C7C7
(200,199,199)
#D9D7D8
(217,215,216)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40473F color. Also use rgb(64,71,63) instead hex code.

Text Font Color

.myTextColor { color: #40473F; }

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

This text font color is #40473F.

Background Color

.myBgColor { background-color: #40473F; }

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

This div background color is #40473F.

Border color

.myBorderColor { border: 1px solid #40473F; }

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

This div border color is #40473F.

Opacity

.myOpacity80 { color: #40473F; opacity: 0.8; }

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

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

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

This text has shadow with #40473F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40473F.

Preview

Color preview on black background

This text has color #40473F on black background.


Color preview on white background

This text has color #40473F on white background.


Black color preview on #40473F background

This text has black color on #40473F background.


White color preview on #40473F background

This text has white color on #40473F background.


Related colors

Complementary color

Complementary color for #hex is #BFB8C0.


I love getcolorcode.com

Triadic colors

1 #3F4047 and #473F40 with #40473F are triadic colors.

2 #3F4740 and #47403F with #40473F are triadic colors.