COLOR #40821A

HEX: #40821A
RGB: (64,130,26)

Color info

#40821A contains mainly green color. Web safe color of #40821A is #339900 (or #390).

RGB color model

#40821A color RGB value is (64,130,26).

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

RGB channels and saturation

R 64 of 255 = 25%
G 130 of 255 = 51%
B 26 of 255 = 10%

64
130
26

R + G + B ~ 29%. #40821A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 130 + 26 = 220 (100%)
R 64 of 220 ~ 29.09%
G 130 of 220 ~ 59.09%
B 26 of 220 ~ 11.82%

%29.09
%59.09
%11.82

CMYK color model

#40821A color CMYK value is (51,0,80,49).

  • cyan value is 50.77%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 49.02%
CMYK:
(51,0,80,49)
C51M0Y80K49 
(51%,0%,80%,49%)
(0.51/0.00/0.80/0.49)	

CMYK percentages

%50.77
%0
%80
%49.02

Codes

Color #40821A in popluar color models

40821A
RGB6413026
HSL98°66.67%30.59%
HSB/HSV98°80.00%50.98%
CMYK50.77%0.00%80.00%
49.02%

Color #40821A in popluar number systems.

HEX40821A
Decimal6413026
Binary10000001000001011010
Octal10020232

Shades and tints

Shades of #40821A

#40821A
(64,130,26)
#3B7718
(59,119,24)
#366C16
(54,108,22)
#316114
(49,97,20)
#2C5612
(44,86,18)
#274B10
(39,75,16)
#22400E
(34,64,14)
#1D350C
(29,53,12)
#182A0A
(24,42,10)
#131F08
(19,31,8)
#0E1406
(14,20,6)
#000000
(0,0,0)

Tints of #40821A

#40821A
(64,130,26)
#518D2E
(81,141,46)
#629842
(98,152,66)
#73A356
(115,163,86)
#84AE6A
(132,174,106)
#95B97E
(149,185,126)
#A6C492
(166,196,146)
#B7CFA6
(183,207,166)
#C8DABA
(200,218,186)
#D9E5CE
(217,229,206)
#EAF0E2
(234,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40821A; }

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

This text font color is #40821A.


Background Color

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

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

This div background color is #40821A.


Border color

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

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

This div border color is #40821A.


Opacity

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

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

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

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

This text has shadow with #40821A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40821A on black background.


Color preview on white background

This text has color #40821A on white background.



Black color preview on #40821A background

This text has black color on #40821A background.


White color preview on #40821A background

This text has white color on #40821A background.