COLOR #40766D

HEX: #40766D
RGB: (64,118,109)

Color info

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

RGB color model

#40766D color RGB value is (64,118,109).

  • red value is 64;
  • green value is 118;
  • blue value is 109.
RGB:
(64,118,109)
(25%,46%,43%)

RGB channels and saturation

R 64 of 255 = 25%
G 118 of 255 = 46%
B 109 of 255 = 43%

64
118
109

R + G + B ~ 38%. #40766D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 118 + 109 = 291 (100%)
R 64 of 291 ~ 21.99%
G 118 of 291 ~ 40.55%
B 109 of 291 ~ 37.46%

%21.99
%40.55
%37.46

CMYK color model

#40766D color CMYK value is (46,0,8,54).

  • cyan value is 45.76%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 53.73%
CMYK:
(46,0,8,54)
C46M0Y8K54 
(46%,0%,8%,54%)
(0.46/0.00/0.08/0.54)	

CMYK percentages

%45.76
%0
%7.63
%53.73

Codes

Color #40766D in popluar color models

40766D
RGB64118109
HSL170°29.67%35.69%
HSB/HSV170°45.76%46.27%
CMYK45.76%0.00%7.63%
53.73%

Color #40766D in popluar number systems.

HEX40766D
Decimal64118109
Binary100000011101101101101
Octal100166155

Shades and tints

Shades of #40766D

#40766D
(64,118,109)
#3B6C64
(59,108,100)
#36625B
(54,98,91)
#315852
(49,88,82)
#2C4E49
(44,78,73)
#274440
(39,68,64)
#223A37
(34,58,55)
#1D302E
(29,48,46)
#182625
(24,38,37)
#131C1C
(19,28,28)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #40766D

#40766D
(64,118,109)
#51827A
(81,130,122)
#628E87
(98,142,135)
#739A94
(115,154,148)
#84A6A1
(132,166,161)
#95B2AE
(149,178,174)
#A6BEBB
(166,190,187)
#B7CAC8
(183,202,200)
#C8D6D5
(200,214,213)
#D9E2E2
(217,226,226)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40766D color. Also use rgb(64,118,109) instead hex code.

Text Font Color

.myTextColor { color: #40766D; }

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

This text font color is #40766D.


Background Color

.myBgColor { background-color: #40766D; }

<div style="background-color:#40766D">Inner text</div>

This div background color is #40766D.


Border color

.myBorderColor { border: 1px solid #40766D; }

<div style="border:3px solid #40766D">Div</div>

This div border color is #40766D.


Opacity

.myOpacity80 { color: #40766D; opacity: 0.8; }

<p style="color:#40766D;opacity:0.8;">80%</p>

Text with #40766D 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 #40766D;}

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

This text has shadow with #40766D color.

.textShadow {text-shadow: 3px 3px 1px #40766D, 3px 3px 1px red;}

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

This text has shadow with #40766D primary color and red secondary color.


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

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

This text has shadow with #40766D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40766D on black background.


Color preview on white background

This text has color #40766D on white background.



Black color preview on #40766D background

This text has black color on #40766D background.


White color preview on #40766D background

This text has white color on #40766D background.