COLOR #40594A

HEX: #40594A
RGB: (64,89,74)

Color info

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

RGB color model

#40594A color RGB value is (64,89,74).

  • red value is 64;
  • green value is 89;
  • blue value is 74.
RGB:
(64,89,74)
(25%,35%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 89 of 255 = 35%
B 74 of 255 = 29%

64
89
74

R + G + B ~ 30%. #40594A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 89 + 74 = 227 (100%)
R 64 of 227 ~ 28.19%
G 89 of 227 ~ 39.21%
B 74 of 227 ~ 32.6%

%28.19
%39.21
%32.6

CMYK color model

#40594A color CMYK value is (28,0,17,65).

  • cyan value is 28.09%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 65.10%
CMYK:
(28,0,17,65)
C28M0Y17K65 
(28%,0%,17%,65%)
(0.28/0.00/0.17/0.65)	

CMYK percentages

%28.09
%0
%16.85
%65.1

Codes

Color #40594A in popluar color models

40594A
RGB648974
HSL144°16.34%30.00%
HSB/HSV144°28.09%34.90%
CMYK28.09%0.00%16.85%
65.10%

Color #40594A in popluar number systems.

HEX40594A
Decimal648974
Binary100000010110011001010
Octal100131112

Shades and tints

Shades of #40594A

#40594A
(64,89,74)
#3B5144
(59,81,68)
#36493E
(54,73,62)
#314138
(49,65,56)
#2C3932
(44,57,50)
#27312C
(39,49,44)
#222926
(34,41,38)
#1D2120
(29,33,32)
#18191A
(24,25,26)
#131114
(19,17,20)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #40594A

#40594A
(64,89,74)
#51685A
(81,104,90)
#62776A
(98,119,106)
#73867A
(115,134,122)
#84958A
(132,149,138)
#95A49A
(149,164,154)
#A6B3AA
(166,179,170)
#B7C2BA
(183,194,186)
#C8D1CA
(200,209,202)
#D9E0DA
(217,224,218)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40594A color. Also use rgb(64,89,74) instead hex code.

Text Font Color

.myTextColor { color: #40594A; }

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

This text font color is #40594A.


Background Color

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

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

This div background color is #40594A.


Border color

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

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

This div border color is #40594A.


Opacity

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

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

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

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

This text has shadow with #40594A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40594A on black background.


Color preview on white background

This text has color #40594A on white background.



Black color preview on #40594A background

This text has black color on #40594A background.


White color preview on #40594A background

This text has white color on #40594A background.