COLOR #40836C

HEX: #40836C
RGB: (64,131,108)

Color info

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

RGB color model

#40836C color RGB value is (64,131,108).

  • red value is 64;
  • green value is 131;
  • blue value is 108.
RGB:
(64,131,108)
(25%,51%,42%)

RGB channels and saturation

R 64 of 255 = 25%
G 131 of 255 = 51%
B 108 of 255 = 42%

64
131
108

R + G + B ~ 39%. #40836C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 131 + 108 = 303 (100%)
R 64 of 303 ~ 21.12%
G 131 of 303 ~ 43.23%
B 108 of 303 ~ 35.64%

%21.12
%43.23
%35.64

CMYK color model

#40836C color CMYK value is (51,0,18,49).

  • cyan value is 51.15%
  • magenta value is 0.00%
  • yellow value is 17.56%
  • key color value is 48.63%
CMYK:
(51,0,18,49)
C51M0Y18K49 
(51%,0%,18%,49%)
(0.51/0.00/0.18/0.49)	

CMYK percentages

%51.15
%0
%17.56
%48.63

Codes

Color #40836C in popluar color models

40836C
RGB64131108
HSL159°34.36%38.24%
HSB/HSV159°51.15%51.37%
CMYK51.15%0.00%17.56%
48.63%

Color #40836C in popluar number systems.

HEX40836C
Decimal64131108
Binary1000000100000111101100
Octal100203154

Shades and tints

Shades of #40836C

#40836C
(64,131,108)
#3B7863
(59,120,99)
#366D5A
(54,109,90)
#316251
(49,98,81)
#2C5748
(44,87,72)
#274C3F
(39,76,63)
#224136
(34,65,54)
#1D362D
(29,54,45)
#182B24
(24,43,36)
#13201B
(19,32,27)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #40836C

#40836C
(64,131,108)
#518E79
(81,142,121)
#629986
(98,153,134)
#73A493
(115,164,147)
#84AFA0
(132,175,160)
#95BAAD
(149,186,173)
#A6C5BA
(166,197,186)
#B7D0C7
(183,208,199)
#C8DBD4
(200,219,212)
#D9E6E1
(217,230,225)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40836C color. Also use rgb(64,131,108) instead hex code.

Text Font Color

.myTextColor { color: #40836C; }

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

This text font color is #40836C.


Background Color

.myBgColor { background-color: #40836C; }

<div style="background-color:#40836C">Inner text</div>

This div background color is #40836C.


Border color

.myBorderColor { border: 1px solid #40836C; }

<div style="border:3px solid #40836C">Div</div>

This div border color is #40836C.


Opacity

.myOpacity80 { color: #40836C; opacity: 0.8; }

<p style="color:#40836C;opacity:0.8;">80%</p>

Text with #40836C 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 #40836C;}

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

This text has shadow with #40836C color.

.textShadow {text-shadow: 3px 3px 1px #40836C, 3px 3px 1px red;}

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

This text has shadow with #40836C primary color and red secondary color.


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

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

This text has shadow with #40836C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40836C on black background.


Color preview on white background

This text has color #40836C on white background.



Black color preview on #40836C background

This text has black color on #40836C background.


White color preview on #40836C background

This text has white color on #40836C background.