COLOR #40825A

HEX: #40825A
RGB: (64,130,90)

Color info

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

RGB color model

#40825A color RGB value is (64,130,90).

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

RGB channels and saturation

R 64 of 255 = 25%
G 130 of 255 = 51%
B 90 of 255 = 35%

64
130
90

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

Portions of RGB colors in percentages

R + G + B =
64 + 130 + 90 = 284 (100%)
R 64 of 284 ~ 22.54%
G 130 of 284 ~ 45.77%
B 90 of 284 ~ 31.69%

%22.54
%45.77
%31.69

CMYK color model

#40825A color CMYK value is (51,0,31,49).

  • cyan value is 50.77%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK:
(51,0,31,49)
C51M0Y31K49 
(51%,0%,31%,49%)
(0.51/0.00/0.31/0.49)	

CMYK percentages

%50.77
%0
%30.77
%49.02

Codes

Color #40825A in popluar color models

40825A
RGB6413090
HSL144°34.02%38.04%
HSB/HSV144°50.77%50.98%
CMYK50.77%0.00%30.77%
49.02%

Color #40825A in popluar number systems.

HEX40825A
Decimal6413090
Binary1000000100000101011010
Octal100202132

Shades and tints

Shades of #40825A

#40825A
(64,130,90)
#3B7752
(59,119,82)
#366C4A
(54,108,74)
#316142
(49,97,66)
#2C563A
(44,86,58)
#274B32
(39,75,50)
#22402A
(34,64,42)
#1D3522
(29,53,34)
#182A1A
(24,42,26)
#131F12
(19,31,18)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #40825A

#40825A
(64,130,90)
#518D69
(81,141,105)
#629878
(98,152,120)
#73A387
(115,163,135)
#84AE96
(132,174,150)
#95B9A5
(149,185,165)
#A6C4B4
(166,196,180)
#B7CFC3
(183,207,195)
#C8DAD2
(200,218,210)
#D9E5E1
(217,229,225)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40825A; }

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

This text font color is #40825A.


Background Color

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

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

This div background color is #40825A.


Border color

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

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

This div border color is #40825A.


Opacity

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

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

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

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

This text has shadow with #40825A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40825A on black background.


Color preview on white background

This text has color #40825A on white background.



Black color preview on #40825A background

This text has black color on #40825A background.


White color preview on #40825A background

This text has white color on #40825A background.