COLOR #40988B

HEX: #40988B RGB: (64,152,139)

Color info

#40988B contains mainly green and blue colors. Web safe color of #40988B is #339999 (or #399).

RGB color model

#40988B color RGB value is (64,152,139).

RGB: (64,152,139) (25%, 60%, 55%)

RGB channels and saturation

R 64 of 255 = 25%
G 152 of 255 = 60%
B 139 of 255 = 55%

64
152
139

R + G + B ~ 47%. #40988B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 152 + 139 = 355 (100%)
R 64 of 355 ~ 18.03%
G 152 of 355 ~ 42.82%
B 139 of 355 ~ 39.15'%

%18.03
%42.82
%39.15

CMYK color model

#40988B color CMYK value is (58,0,9,40).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 40.39%
CMYK: (58,0,9,40) C58M0Y9K40 (58%,0%,9%,40%) (0.58/0.00/0.09/0.40) 

CMYK percentages

%57.89
%0
%8.55
%40.39

Codes

Color #40988B in popluar color models

40 98 8B
RGB 64 152 139
HSL 171° 40.74% 42.35%
HSB/HSV 171° 57.89% 59.61%
CMYK 57.89% 0.00% 8.55%
40.39%

Color #40988B in popluar number systems.

HEX 40 98 8B
Decimal 64 152 139
Binary 1000000 10011000 10001011
Octal 100 230 213

Shades and tints

Shades of #40988B

#40988B
(64,152,139)
#3B8B7F
(59,139,127)
#367E73
(54,126,115)
#317167
(49,113,103)
#2C645B
(44,100,91)
#27574F
(39,87,79)
#224A43
(34,74,67)
#1D3D37
(29,61,55)
#18302B
(24,48,43)
#13231F
(19,35,31)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #40988B

#40988B
(64,152,139)
#51A195
(81,161,149)
#62AA9F
(98,170,159)
#73B3A9
(115,179,169)
#84BCB3
(132,188,179)
#95C5BD
(149,197,189)
#A6CEC7
(166,206,199)
#B7D7D1
(183,215,209)
#C8E0DB
(200,224,219)
#D9E9E5
(217,233,229)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40988B color. Also use rgb(64,152,139) instead hex code.

Text Font Color

.myTextColor { color: #40988B; }

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

This text font color is #40988B.

Background Color

.myBgColor { background-color: #40988B; }

<div style="background-color:#40988B">Inner text</div>

This div background color is #40988B.

Border color

.myBorderColor { border: 1px solid #40988B; }

<div style="border:3px solid #40988B">Div</div>

This div border color is #40988B.

Opacity

.myOpacity80 { color: #40988B; opacity: 0.8; }

<p style="color:#40988B;opacity:0.8;">80%</p>

Text with #40988B 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 #40988B;}

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

This text has shadow with #40988B color.


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

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

This text has shadow with #40988B primary color and red secondary color.


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

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

This text has shadow with #40988B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #40988B.

Preview

Color preview on black background

This text has color #40988B on black background.


Color preview on white background

This text has color #40988B on white background.


Black color preview on #40988B background

This text has black color on #40988B background.


White color preview on #40988B background

This text has white color on #40988B background.


Related colors

Complementary color

Complementary color for #hex is #BF6774.


I love getcolorcode.com

Triadic colors

1 #8B4098 and #988B40 with #40988B are triadic colors.

2 #8B9840 and #98408B with #40988B are triadic colors.