COLOR #41822D

HEX: #41822D
RGB: (65,130,45)

Color info

#41822D contains mainly green color. Web safe color of #41822D is #339933 (or #393).

RGB color model

#41822D color RGB value is (65,130,45).

  • red value is 65;
  • green value is 130;
  • blue value is 45.
RGB:
(65,130,45)
(25%,51%,18%)

RGB channels and saturation

R 65 of 255 = 25%
G 130 of 255 = 51%
B 45 of 255 = 18%

65
130
45

R + G + B ~ 31%. #41822D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 130 + 45 = 240 (100%)
R 65 of 240 ~ 27.08%
G 130 of 240 ~ 54.17%
B 45 of 240 ~ 18.75%

%27.08
%54.17
%18.75

CMYK color model

#41822D color CMYK value is (50,0,65,49).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 49.02%
CMYK:
(50,0,65,49)
C50M0Y65K49 
(50%,0%,65%,49%)
(0.50/0.00/0.65/0.49)	

CMYK percentages

%50
%0
%65.38
%49.02

Codes

Color #41822D in popluar color models

41822D
RGB6513045
HSL106°48.57%34.31%
HSB/HSV106°65.38%50.98%
CMYK50.00%0.00%65.38%
49.02%

Color #41822D in popluar number systems.

HEX41822D
Decimal6513045
Binary100000110000010101101
Octal10120255

Shades and tints

Shades of #41822D

#41822D
(65,130,45)
#3C7729
(60,119,41)
#376C25
(55,108,37)
#326121
(50,97,33)
#2D561D
(45,86,29)
#284B19
(40,75,25)
#234015
(35,64,21)
#1E3511
(30,53,17)
#192A0D
(25,42,13)
#141F09
(20,31,9)
#0F1405
(15,20,5)
#000000
(0,0,0)

Tints of #41822D

#41822D
(65,130,45)
#528D40
(82,141,64)
#639853
(99,152,83)
#74A366
(116,163,102)
#85AE79
(133,174,121)
#96B98C
(150,185,140)
#A7C49F
(167,196,159)
#B8CFB2
(184,207,178)
#C9DAC5
(201,218,197)
#DAE5D8
(218,229,216)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41822D color. Also use rgb(65,130,45) instead hex code.

Text Font Color

.myTextColor { color: #41822D; }

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

This text font color is #41822D.


Background Color

.myBgColor { background-color: #41822D; }

<div style="background-color:#41822D">Inner text</div>

This div background color is #41822D.


Border color

.myBorderColor { border: 1px solid #41822D; }

<div style="border:3px solid #41822D">Div</div>

This div border color is #41822D.


Opacity

.myOpacity80 { color: #41822D; opacity: 0.8; }

<p style="color:#41822D;opacity:0.8;">80%</p>

Text with #41822D 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 #41822D;}

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

This text has shadow with #41822D color.

.textShadow {text-shadow: 3px 3px 1px #41822D, 3px 3px 1px red;}

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

This text has shadow with #41822D primary color and red secondary color.


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

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

This text has shadow with #41822D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41822D on black background.


Color preview on white background

This text has color #41822D on white background.



Black color preview on #41822D background

This text has black color on #41822D background.


White color preview on #41822D background

This text has white color on #41822D background.