COLOR #41821E

HEX: #41821E RGB: (65,130,30)

Color info

#41821E contains mainly green color. Web safe color of #41821E is #339933 (or #393).

RGB color model

#41821E color RGB value is (65,130,30).

RGB: (65,130,30) (25%, 51%, 12%)

RGB channels and saturation

R 65 of 255 = 25%
G 130 of 255 = 51%
B 30 of 255 = 12%

65
130
30

R + G + B ~ 29%. #41821E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 130 + 30 = 225 (100%)
R 65 of 225 ~ 28.89%
G 130 of 225 ~ 57.78%
B 30 of 225 ~ 13.33'%

%28.89
%57.78
%13.33

CMYK color model

#41821E color CMYK value is (50,0,77,49).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 49.02%
CMYK: (50,0,77,49) C50M0Y77K49 (50%,0%,77%,49%) (0.50/0.00/0.77/0.49) 

CMYK percentages

%50
%0
%76.92
%49.02

Codes

Color #41821E in popluar color models

41 82 1E
RGB 65 130 30
HSL 99° 62.50% 31.37%
HSB/HSV 99° 76.92% 50.98%
CMYK 50.00% 0.00% 76.92%
49.02%

Color #41821E in popluar number systems.

HEX 41 82 1E
Decimal 65 130 30
Binary 1000001 10000010 11110
Octal 101 202 36

Shades and tints

Shades of #41821E

#41821E
(65,130,30)
#3C771C
(60,119,28)
#376C1A
(55,108,26)
#326118
(50,97,24)
#2D5616
(45,86,22)
#284B14
(40,75,20)
#234012
(35,64,18)
#1E3510
(30,53,16)
#192A0E
(25,42,14)
#141F0C
(20,31,12)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #41821E

#41821E
(65,130,30)
#528D32
(82,141,50)
#639846
(99,152,70)
#74A35A
(116,163,90)
#85AE6E
(133,174,110)
#96B982
(150,185,130)
#A7C496
(167,196,150)
#B8CFAA
(184,207,170)
#C9DABE
(201,218,190)
#DAE5D2
(218,229,210)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41821E color. Also use rgb(65,130,30) instead hex code.

Text Font Color

.myTextColor { color: #41821E; }

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

This text font color is #41821E.

Background Color

.myBgColor { background-color: #41821E; }

<div style="background-color:#41821E">Inner text</div>

This div background color is #41821E.

Border color

.myBorderColor { border: 1px solid #41821E; }

<div style="border:3px solid #41821E">Div</div>

This div border color is #41821E.

Opacity

.myOpacity80 { color: #41821E; opacity: 0.8; }

<p style="color:#41821E;opacity:0.8;">80%</p>

Text with #41821E 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 #41821E;}

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

This text has shadow with #41821E color.


.textShadow {text-shadow: 3px 3px 1px #41821E', 3px 3px 1px red;}

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

This text has shadow with #41821E primary color and red secondary color.


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

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

This text has shadow with #41821E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #41821E; -webkit-box-shadow: 1px 1px 3px 2px #41821E; box-shadow:1px 1px 3px 2px #41821E;">
Div content here
</div>

This div box has shadow with color #41821E.

Preview

Color preview on black background

This text has color #41821E on black background.


Color preview on white background

This text has color #41821E on white background.


Black color preview on #41821E background

This text has black color on #41821E background.


White color preview on #41821E background

This text has white color on #41821E background.


Related colors

Complementary color

Complementary color for #hex is #BE7DE1.


I love getcolorcode.com

Triadic colors

1 #1E4182 and #821E41 with #41821E are triadic colors.

2 #1E8241 and #82411E with #41821E are triadic colors.