COLOR #40654A

HEX: #40654A
RGB: (64,101,74)

Color info

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

RGB color model

#40654A color RGB value is (64,101,74).

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

RGB channels and saturation

R 64 of 255 = 25%
G 101 of 255 = 40%
B 74 of 255 = 29%

64
101
74

R + G + B ~ 31%. #40654A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 101 + 74 = 239 (100%)
R 64 of 239 ~ 26.78%
G 101 of 239 ~ 42.26%
B 74 of 239 ~ 30.96%

%26.78
%42.26
%30.96

CMYK color model

#40654A color CMYK value is (37,0,27,60).

  • cyan value is 36.63%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 60.39%
CMYK:
(37,0,27,60)
C37M0Y27K60 
(37%,0%,27%,60%)
(0.37/0.00/0.27/0.60)	

CMYK percentages

%36.63
%0
%26.73
%60.39

Codes

Color #40654A in popluar color models

40654A
RGB6410174
HSL136°22.42%32.35%
HSB/HSV136°36.63%39.61%
CMYK36.63%0.00%26.73%
60.39%

Color #40654A in popluar number systems.

HEX40654A
Decimal6410174
Binary100000011001011001010
Octal100145112

Shades and tints

Shades of #40654A

#40654A
(64,101,74)
#3B5C44
(59,92,68)
#36533E
(54,83,62)
#314A38
(49,74,56)
#2C4132
(44,65,50)
#27382C
(39,56,44)
#222F26
(34,47,38)
#1D2620
(29,38,32)
#181D1A
(24,29,26)
#131414
(19,20,20)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #40654A

#40654A
(64,101,74)
#51735A
(81,115,90)
#62816A
(98,129,106)
#738F7A
(115,143,122)
#849D8A
(132,157,138)
#95AB9A
(149,171,154)
#A6B9AA
(166,185,170)
#B7C7BA
(183,199,186)
#C8D5CA
(200,213,202)
#D9E3DA
(217,227,218)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40654A; }

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

This text font color is #40654A.


Background Color

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

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

This div background color is #40654A.


Border color

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

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

This div border color is #40654A.


Opacity

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

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

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

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

This text has shadow with #40654A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40654A on black background.


Color preview on white background

This text has color #40654A on white background.



Black color preview on #40654A background

This text has black color on #40654A background.


White color preview on #40654A background

This text has white color on #40654A background.