COLOR #40573A

HEX: #40573A
RGB: (64,87,58)

Color info

#40573A contains red, green and blue colors in about the same proportion. Web safe color of #40573A is #336633 (or #363).

RGB color model

#40573A color RGB value is (64,87,58).

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

RGB channels and saturation

R 64 of 255 = 25%
G 87 of 255 = 34%
B 58 of 255 = 23%

64
87
58

R + G + B ~ 27%. #40573A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 87 + 58 = 209 (100%)
R 64 of 209 ~ 30.62%
G 87 of 209 ~ 41.63%
B 58 of 209 ~ 27.75%

%30.62
%41.63
%27.75

CMYK color model

#40573A color CMYK value is (26,0,33,66).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(26,0,33,66)
C26M0Y33K66 
(26%,0%,33%,66%)
(0.26/0.00/0.33/0.66)	

CMYK percentages

%26.44
%0
%33.33
%65.88

Codes

Color #40573A in popluar color models

40573A
RGB648758
HSL108°20.00%28.43%
HSB/HSV108°33.33%34.12%
CMYK26.44%0.00%33.33%
65.88%

Color #40573A in popluar number systems.

HEX40573A
Decimal648758
Binary10000001010111111010
Octal10012772

Shades and tints

Shades of #40573A

#40573A
(64,87,58)
#3B5035
(59,80,53)
#364930
(54,73,48)
#31422B
(49,66,43)
#2C3B26
(44,59,38)
#273421
(39,52,33)
#222D1C
(34,45,28)
#1D2617
(29,38,23)
#181F12
(24,31,18)
#13180D
(19,24,13)
#0E1108
(14,17,8)
#000000
(0,0,0)

Tints of #40573A

#40573A
(64,87,58)
#51664B
(81,102,75)
#62755C
(98,117,92)
#73846D
(115,132,109)
#84937E
(132,147,126)
#95A28F
(149,162,143)
#A6B1A0
(166,177,160)
#B7C0B1
(183,192,177)
#C8CFC2
(200,207,194)
#D9DED3
(217,222,211)
#EAEDE4
(234,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40573A; }

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

This text font color is #40573A.


Background Color

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

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

This div background color is #40573A.


Border color

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

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

This div border color is #40573A.


Opacity

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

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

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

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

This text has shadow with #40573A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40573A on black background.


Color preview on white background

This text has color #40573A on white background.



Black color preview on #40573A background

This text has black color on #40573A background.


White color preview on #40573A background

This text has white color on #40573A background.