COLOR #40473A

HEX: #40473A
RGB: (64,71,58)

Color info

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

RGB color model

#40473A color RGB value is (64,71,58).

  • red value is 64;
  • green value is 71;
  • blue value is 58.
RGB:
(64,71,58)
(25%,28%,23%)

RGB channels and saturation

R 64 of 255 = 25%
G 71 of 255 = 28%
B 58 of 255 = 23%

64
71
58

R + G + B ~ 25%. #40473A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 71 + 58 = 193 (100%)
R 64 of 193 ~ 33.16%
G 71 of 193 ~ 36.79%
B 58 of 193 ~ 30.05%

%33.16
%36.79
%30.05

CMYK color model

#40473A color CMYK value is (10,0,18,72).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(10,0,18,72)
C10M0Y18K72 
(10%,0%,18%,72%)
(0.10/0.00/0.18/0.72)	

CMYK percentages

%9.86
%0
%18.31
%72.16

Codes

Color #40473A in popluar color models

40473A
RGB647158
HSL92°10.08%25.29%
HSB/HSV92°18.31%27.84%
CMYK9.86%0.00%18.31%
72.16%

Color #40473A in popluar number systems.

HEX40473A
Decimal647158
Binary10000001000111111010
Octal10010772

Shades and tints

Shades of #40473A

#40473A
(64,71,58)
#3B4135
(59,65,53)
#363B30
(54,59,48)
#31352B
(49,53,43)
#2C2F26
(44,47,38)
#272921
(39,41,33)
#22231C
(34,35,28)
#1D1D17
(29,29,23)
#181712
(24,23,18)
#13110D
(19,17,13)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #40473A

#40473A
(64,71,58)
#51574B
(81,87,75)
#62675C
(98,103,92)
#73776D
(115,119,109)
#84877E
(132,135,126)
#95978F
(149,151,143)
#A6A7A0
(166,167,160)
#B7B7B1
(183,183,177)
#C8C7C2
(200,199,194)
#D9D7D3
(217,215,211)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40473A; }

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

This text font color is #40473A.


Background Color

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

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

This div background color is #40473A.


Border color

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

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

This div border color is #40473A.


Opacity

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

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

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

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

This text has shadow with #40473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40473A on black background.


Color preview on white background

This text has color #40473A on white background.



Black color preview on #40473A background

This text has black color on #40473A background.


White color preview on #40473A background

This text has white color on #40473A background.