COLOR #40776D

HEX: #40776D
RGB: (64,119,109)

Color info

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

RGB color model

#40776D color RGB value is (64,119,109).

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

RGB channels and saturation

R 64 of 255 = 25%
G 119 of 255 = 47%
B 109 of 255 = 43%

64
119
109

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

Portions of RGB colors in percentages

R + G + B =
64 + 119 + 109 = 292 (100%)
R 64 of 292 ~ 21.92%
G 119 of 292 ~ 40.75%
B 109 of 292 ~ 37.33%

%21.92
%40.75
%37.33

CMYK color model

#40776D color CMYK value is (46,0,8,53).

  • cyan value is 46.22%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 53.33%
CMYK:
(46,0,8,53)
C46M0Y8K53 
(46%,0%,8%,53%)
(0.46/0.00/0.08/0.53)	

CMYK percentages

%46.22
%0
%8.4
%53.33

Codes

Color #40776D in popluar color models

40776D
RGB64119109
HSL169°30.05%35.88%
HSB/HSV169°46.22%46.67%
CMYK46.22%0.00%8.40%
53.33%

Color #40776D in popluar number systems.

HEX40776D
Decimal64119109
Binary100000011101111101101
Octal100167155

Shades and tints

Shades of #40776D

#40776D
(64,119,109)
#3B6D64
(59,109,100)
#36635B
(54,99,91)
#315952
(49,89,82)
#2C4F49
(44,79,73)
#274540
(39,69,64)
#223B37
(34,59,55)
#1D312E
(29,49,46)
#182725
(24,39,37)
#131D1C
(19,29,28)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #40776D

#40776D
(64,119,109)
#51837A
(81,131,122)
#628F87
(98,143,135)
#739B94
(115,155,148)
#84A7A1
(132,167,161)
#95B3AE
(149,179,174)
#A6BFBB
(166,191,187)
#B7CBC8
(183,203,200)
#C8D7D5
(200,215,213)
#D9E3E2
(217,227,226)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40776D; }

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

This text font color is #40776D.


Background Color

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

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

This div background color is #40776D.


Border color

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

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

This div border color is #40776D.


Opacity

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

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

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

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

This text has shadow with #40776D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40776D on black background.


Color preview on white background

This text has color #40776D on white background.



Black color preview on #40776D background

This text has black color on #40776D background.


White color preview on #40776D background

This text has white color on #40776D background.