COLOR #40855A

HEX: #40855A
RGB: (64,133,90)

Color info

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

RGB color model

#40855A color RGB value is (64,133,90).

  • red value is 64;
  • green value is 133;
  • blue value is 90.
RGB:
(64,133,90)
(25%,52%,35%)

RGB channels and saturation

R 64 of 255 = 25%
G 133 of 255 = 52%
B 90 of 255 = 35%

64
133
90

R + G + B ~ 37%. #40855A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 133 + 90 = 287 (100%)
R 64 of 287 ~ 22.3%
G 133 of 287 ~ 46.34%
B 90 of 287 ~ 31.36%

%22.3
%46.34
%31.36

CMYK color model

#40855A color CMYK value is (52,0,32,48).

  • cyan value is 51.88%
  • magenta value is 0.00%
  • yellow value is 32.33%
  • key color value is 47.84%
CMYK:
(52,0,32,48)
C52M0Y32K48 
(52%,0%,32%,48%)
(0.52/0.00/0.32/0.48)	

CMYK percentages

%51.88
%0
%32.33
%47.84

Codes

Color #40855A in popluar color models

40855A
RGB6413390
HSL143°35.03%38.63%
HSB/HSV143°51.88%52.16%
CMYK51.88%0.00%32.33%
47.84%

Color #40855A in popluar number systems.

HEX40855A
Decimal6413390
Binary1000000100001011011010
Octal100205132

Shades and tints

Shades of #40855A

#40855A
(64,133,90)
#3B7952
(59,121,82)
#366D4A
(54,109,74)
#316142
(49,97,66)
#2C553A
(44,85,58)
#274932
(39,73,50)
#223D2A
(34,61,42)
#1D3122
(29,49,34)
#18251A
(24,37,26)
#131912
(19,25,18)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #40855A

#40855A
(64,133,90)
#519069
(81,144,105)
#629B78
(98,155,120)
#73A687
(115,166,135)
#84B196
(132,177,150)
#95BCA5
(149,188,165)
#A6C7B4
(166,199,180)
#B7D2C3
(183,210,195)
#C8DDD2
(200,221,210)
#D9E8E1
(217,232,225)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40855A color. Also use rgb(64,133,90) instead hex code.

Text Font Color

.myTextColor { color: #40855A; }

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

This text font color is #40855A.


Background Color

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

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

This div background color is #40855A.


Border color

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

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

This div border color is #40855A.


Opacity

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

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

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

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

This text has shadow with #40855A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40855A on black background.


Color preview on white background

This text has color #40855A on white background.



Black color preview on #40855A background

This text has black color on #40855A background.


White color preview on #40855A background

This text has white color on #40855A background.