COLOR #40887A

HEX: #40887A
RGB: (64,136,122)

Color info

#40887A contains mainly green and blue colors. Web safe color of #40887A is #339966 (or #396).

RGB color model

#40887A color RGB value is (64,136,122).

  • red value is 64;
  • green value is 136;
  • blue value is 122.
RGB:
(64,136,122)
(25%,53%,48%)

RGB channels and saturation

R 64 of 255 = 25%
G 136 of 255 = 53%
B 122 of 255 = 48%

64
136
122

R + G + B ~ 42%. #40887A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 136 + 122 = 322 (100%)
R 64 of 322 ~ 19.88%
G 136 of 322 ~ 42.24%
B 122 of 322 ~ 37.89%

%19.88
%42.24
%37.89

CMYK color model

#40887A color CMYK value is (53,0,10,47).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 46.67%
CMYK:
(53,0,10,47)
C53M0Y10K47 
(53%,0%,10%,47%)
(0.53/0.00/0.10/0.47)	

CMYK percentages

%52.94
%0
%10.29
%46.67

Codes

Color #40887A in popluar color models

40887A
RGB64136122
HSL168°36.00%39.22%
HSB/HSV168°52.94%53.33%
CMYK52.94%0.00%10.29%
46.67%

Color #40887A in popluar number systems.

HEX40887A
Decimal64136122
Binary1000000100010001111010
Octal100210172

Shades and tints

Shades of #40887A

#40887A
(64,136,122)
#3B7C6F
(59,124,111)
#367064
(54,112,100)
#316459
(49,100,89)
#2C584E
(44,88,78)
#274C43
(39,76,67)
#224038
(34,64,56)
#1D342D
(29,52,45)
#182822
(24,40,34)
#131C17
(19,28,23)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #40887A

#40887A
(64,136,122)
#519286
(81,146,134)
#629C92
(98,156,146)
#73A69E
(115,166,158)
#84B0AA
(132,176,170)
#95BAB6
(149,186,182)
#A6C4C2
(166,196,194)
#B7CECE
(183,206,206)
#C8D8DA
(200,216,218)
#D9E2E6
(217,226,230)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40887A color. Also use rgb(64,136,122) instead hex code.

Text Font Color

.myTextColor { color: #40887A; }

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

This text font color is #40887A.


Background Color

.myBgColor { background-color: #40887A; }

<div style="background-color:#40887A">Inner text</div>

This div background color is #40887A.


Border color

.myBorderColor { border: 1px solid #40887A; }

<div style="border:3px solid #40887A">Div</div>

This div border color is #40887A.


Opacity

.myOpacity80 { color: #40887A; opacity: 0.8; }

<p style="color:#40887A;opacity:0.8;">80%</p>

Text with #40887A 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 #40887A;}

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

This text has shadow with #40887A color.

.textShadow {text-shadow: 3px 3px 1px #40887A, 3px 3px 1px red;}

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

This text has shadow with #40887A primary color and red secondary color.


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

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

This text has shadow with #40887A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40887A on black background.


Color preview on white background

This text has color #40887A on white background.



Black color preview on #40887A background

This text has black color on #40887A background.


White color preview on #40887A background

This text has white color on #40887A background.