COLOR #40807D

HEX: #40807D RGB: (64,128,125)

Color info

#40807D contains mainly green and blue colors. Web safe color of #40807D is #336666 (or #366).

RGB color model

#40807D color RGB value is (64,128,125).

RGB: (64,128,125) (25%, 50%, 49%)

RGB channels and saturation

R 64 of 255 = 25%
G 128 of 255 = 50%
B 125 of 255 = 49%

64
128
125

R + G + B ~ 41%. #40807D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 128 + 125 = 317 (100%)
R 64 of 317 ~ 20.19%
G 128 of 317 ~ 40.38%
B 125 of 317 ~ 39.43'%

%20.19
%40.38
%39.43

CMYK color model

#40807D color CMYK value is (50,0,2,50).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 49.80%

CMYK: (50,0,2,50)
C50M0Y2K50 (50%, 0%, 2%, 50%)
(0.50 / 0.00 / 0.02 / 0.50)

CMYK percentages

%50
%0
%2.34
%49.8

Codes

Color #40807D in popluar color models

40 80 7D
RGB 64 128 125
HSL 177° 33.33% 37.65%
HSB/HSV 177° 50.00% 50.20%
CMYK 50.00% 0.00% 2.34%
49.80%

Color #40807D in popluar number systems.

HEX 40 80 7D
Decimal 64 128 125
Binary 1000000 10000000 1111101
Octal 100 200 175

Shades and tints

Shades of #40807D

#40807D
(64,128,125)
#3B7572
(59,117,114)
#366A67
(54,106,103)
#315F5C
(49,95,92)
#2C5451
(44,84,81)
#274946
(39,73,70)
#223E3B
(34,62,59)
#1D3330
(29,51,48)
#182825
(24,40,37)
#131D1A
(19,29,26)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #40807D

#40807D
(64,128,125)
#518B88
(81,139,136)
#629693
(98,150,147)
#73A19E
(115,161,158)
#84ACA9
(132,172,169)
#95B7B4
(149,183,180)
#A6C2BF
(166,194,191)
#B7CDCA
(183,205,202)
#C8D8D5
(200,216,213)
#D9E3E0
(217,227,224)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40807D color. Also use rgb(64,128,125) instead hex code.

Text Font Color

.myTextColor { color: #40807D; }

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

This text font color is #40807D.

Background Color

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

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

This div background color is #40807D.

Border color

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

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

This div border color is #40807D.

Opacity

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

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

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

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

This text has shadow with #40807D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40807D.

Preview

Color preview on black background

This text has color #40807D on black background.


Color preview on white background

This text has color #40807D on white background.


Black color preview on #40807D background

This text has black color on #40807D background.


White color preview on #40807D background

This text has white color on #40807D background.


Related colors

Complementary color

Complementary color for #hex is #BF7F82.


I love getcolorcode.com

Triadic colors

1 #7D4080 and #807D40 with #40807D are triadic colors.

2 #7D8040 and #80407D with #40807D are triadic colors.