COLOR #40695C

HEX: #40695C
RGB: (64,105,92)

Color info

#40695C contains red, green and blue colors in about the same proportion. Web safe color of #40695C is #336666 (or #366).

RGB color model

#40695C color RGB value is (64,105,92).

  • red value is 64;
  • green value is 105;
  • blue value is 92.
RGB:
(64,105,92)
(25%,41%,36%)

RGB channels and saturation

R 64 of 255 = 25%
G 105 of 255 = 41%
B 92 of 255 = 36%

64
105
92

R + G + B ~ 34%. #40695C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 105 + 92 = 261 (100%)
R 64 of 261 ~ 24.52%
G 105 of 261 ~ 40.23%
B 92 of 261 ~ 35.25%

%24.52
%40.23
%35.25

CMYK color model

#40695C color CMYK value is (39,0,12,59).

  • cyan value is 39.05%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 58.82%
CMYK:
(39,0,12,59)
C39M0Y12K59 
(39%,0%,12%,59%)
(0.39/0.00/0.12/0.59)	

CMYK percentages

%39.05
%0
%12.38
%58.82

Codes

Color #40695C in popluar color models

40695C
RGB6410592
HSL161°24.26%33.14%
HSB/HSV161°39.05%41.18%
CMYK39.05%0.00%12.38%
58.82%

Color #40695C in popluar number systems.

HEX40695C
Decimal6410592
Binary100000011010011011100
Octal100151134

Shades and tints

Shades of #40695C

#40695C
(64,105,92)
#3B6054
(59,96,84)
#36574C
(54,87,76)
#314E44
(49,78,68)
#2C453C
(44,69,60)
#273C34
(39,60,52)
#22332C
(34,51,44)
#1D2A24
(29,42,36)
#18211C
(24,33,28)
#131814
(19,24,20)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #40695C

#40695C
(64,105,92)
#51766A
(81,118,106)
#628378
(98,131,120)
#739086
(115,144,134)
#849D94
(132,157,148)
#95AAA2
(149,170,162)
#A6B7B0
(166,183,176)
#B7C4BE
(183,196,190)
#C8D1CC
(200,209,204)
#D9DEDA
(217,222,218)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40695C color. Also use rgb(64,105,92) instead hex code.

Text Font Color

.myTextColor { color: #40695C; }

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

This text font color is #40695C.


Background Color

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

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

This div background color is #40695C.


Border color

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

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

This div border color is #40695C.


Opacity

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

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

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

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

This text has shadow with #40695C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40695C on black background.


Color preview on white background

This text has color #40695C on white background.



Black color preview on #40695C background

This text has black color on #40695C background.


White color preview on #40695C background

This text has white color on #40695C background.