COLOR #40999E

HEX: #40999E
RGB: (64,153,158)

Color info

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

RGB color model

#40999E color RGB value is (64,153,158).

  • red value is 64;
  • green value is 153;
  • blue value is 158.
RGB:
(64,153,158)
(25%,60%,62%)

RGB channels and saturation

R 64 of 255 = 25%
G 153 of 255 = 60%
B 158 of 255 = 62%

64
153
158

R + G + B ~ 49%. #40999E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 153 + 158 = 375 (100%)
R 64 of 375 ~ 17.07%
G 153 of 375 ~ 40.8%
B 158 of 375 ~ 42.13%

%17.07
%40.8
%42.13

CMYK color model

#40999E color CMYK value is (59,3,0,38).

  • cyan value is 59.49%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(59,3,0,38)
C59M3Y0K38 
(59%,3%,0%,38%)
(0.59/0.03/0.00/0.38)	

CMYK percentages

%59.49
%3.16
%0
%38.04

Codes

Color #40999E in popluar color models

40999E
RGB64153158
HSL183°42.34%43.53%
HSB/HSV183°59.49%61.96%
CMYK59.49%3.16%0.00%
38.04%

Color #40999E in popluar number systems.

HEX40999E
Decimal64153158
Binary10000001001100110011110
Octal100231236

Shades and tints

Shades of #40999E

#40999E
(64,153,158)
#3B8C90
(59,140,144)
#367F82
(54,127,130)
#317274
(49,114,116)
#2C6566
(44,101,102)
#275858
(39,88,88)
#224B4A
(34,75,74)
#1D3E3C
(29,62,60)
#18312E
(24,49,46)
#132420
(19,36,32)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #40999E

#40999E
(64,153,158)
#51A2A6
(81,162,166)
#62ABAE
(98,171,174)
#73B4B6
(115,180,182)
#84BDBE
(132,189,190)
#95C6C6
(149,198,198)
#A6CFCE
(166,207,206)
#B7D8D6
(183,216,214)
#C8E1DE
(200,225,222)
#D9EAE6
(217,234,230)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40999E color. Also use rgb(64,153,158) instead hex code.

Text Font Color

.myTextColor { color: #40999E; }

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

This text font color is #40999E.


Background Color

.myBgColor { background-color: #40999E; }

<div style="background-color:#40999E">Inner text</div>

This div background color is #40999E.


Border color

.myBorderColor { border: 1px solid #40999E; }

<div style="border:3px solid #40999E">Div</div>

This div border color is #40999E.


Opacity

.myOpacity80 { color: #40999E; opacity: 0.8; }

<p style="color:#40999E;opacity:0.8;">80%</p>

Text with #40999E 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 #40999E;}

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

This text has shadow with #40999E color.

.textShadow {text-shadow: 3px 3px 1px #40999E, 3px 3px 1px red;}

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

This text has shadow with #40999E primary color and red secondary color.


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

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

This text has shadow with #40999E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40999E on black background.


Color preview on white background

This text has color #40999E on white background.



Black color preview on #40999E background

This text has black color on #40999E background.


White color preview on #40999E background

This text has white color on #40999E background.