COLOR #40584C

HEX: #40584C
RGB: (64,88,76)

Color info

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

RGB color model

#40584C color RGB value is (64,88,76).

  • red value is 64;
  • green value is 88;
  • blue value is 76.
RGB:
(64,88,76)
(25%,35%,30%)

RGB channels and saturation

R 64 of 255 = 25%
G 88 of 255 = 35%
B 76 of 255 = 30%

64
88
76

R + G + B ~ 30%. #40584C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 88 + 76 = 228 (100%)
R 64 of 228 ~ 28.07%
G 88 of 228 ~ 38.6%
B 76 of 228 ~ 33.33%

%28.07
%38.6
%33.33

CMYK color model

#40584C color CMYK value is (27,0,14,65).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 65.49%
CMYK:
(27,0,14,65)
C27M0Y14K65 
(27%,0%,14%,65%)
(0.27/0.00/0.14/0.65)	

CMYK percentages

%27.27
%0
%13.64
%65.49

Codes

Color #40584C in popluar color models

40584C
RGB648876
HSL150°15.79%29.80%
HSB/HSV150°27.27%34.51%
CMYK27.27%0.00%13.64%
65.49%

Color #40584C in popluar number systems.

HEX40584C
Decimal648876
Binary100000010110001001100
Octal100130114

Shades and tints

Shades of #40584C

#40584C
(64,88,76)
#3B5046
(59,80,70)
#364840
(54,72,64)
#31403A
(49,64,58)
#2C3834
(44,56,52)
#27302E
(39,48,46)
#222828
(34,40,40)
#1D2022
(29,32,34)
#18181C
(24,24,28)
#131016
(19,16,22)
#0E0810
(14,8,16)
#000000
(0,0,0)

Tints of #40584C

#40584C
(64,88,76)
#51675C
(81,103,92)
#62766C
(98,118,108)
#73857C
(115,133,124)
#84948C
(132,148,140)
#95A39C
(149,163,156)
#A6B2AC
(166,178,172)
#B7C1BC
(183,193,188)
#C8D0CC
(200,208,204)
#D9DFDC
(217,223,220)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40584C color. Also use rgb(64,88,76) instead hex code.

Text Font Color

.myTextColor { color: #40584C; }

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

This text font color is #40584C.


Background Color

.myBgColor { background-color: #40584C; }

<div style="background-color:#40584C">Inner text</div>

This div background color is #40584C.


Border color

.myBorderColor { border: 1px solid #40584C; }

<div style="border:3px solid #40584C">Div</div>

This div border color is #40584C.


Opacity

.myOpacity80 { color: #40584C; opacity: 0.8; }

<p style="color:#40584C;opacity:0.8;">80%</p>

Text with #40584C 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 #40584C;}

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

This text has shadow with #40584C color.

.textShadow {text-shadow: 3px 3px 1px #40584C, 3px 3px 1px red;}

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

This text has shadow with #40584C primary color and red secondary color.


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

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

This text has shadow with #40584C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40584C on black background.


Color preview on white background

This text has color #40584C on white background.



Black color preview on #40584C background

This text has black color on #40584C background.


White color preview on #40584C background

This text has white color on #40584C background.