COLOR #418221

HEX: #418221
RGB: (65,130,33)

Color info

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

RGB color model

#418221 color RGB value is (65,130,33).

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

RGB channels and saturation

R 65 of 255 = 25%
G 130 of 255 = 51%
B 33 of 255 = 13%

65
130
33

R + G + B ~ 30%. #418221 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 130 + 33 = 228 (100%)
R 65 of 228 ~ 28.51%
G 130 of 228 ~ 57.02%
B 33 of 228 ~ 14.47%

%28.51
%57.02
%14.47

CMYK color model

#418221 color CMYK value is (50,0,75,49).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 74.62%
  • key color value is 49.02%
CMYK:
(50,0,75,49)
C50M0Y75K49 
(50%,0%,75%,49%)
(0.50/0.00/0.75/0.49)	

CMYK percentages

%50
%0
%74.62
%49.02

Codes

Color #418221 in popluar color models

418221
RGB6513033
HSL100°59.51%31.96%
HSB/HSV100°74.62%50.98%
CMYK50.00%0.00%74.62%
49.02%

Color #418221 in popluar number systems.

HEX418221
Decimal6513033
Binary100000110000010100001
Octal10120241

Shades and tints

Shades of #418221

#418221
(65,130,33)
#3C771E
(60,119,30)
#376C1B
(55,108,27)
#326118
(50,97,24)
#2D5615
(45,86,21)
#284B12
(40,75,18)
#23400F
(35,64,15)
#1E350C
(30,53,12)
#192A09
(25,42,9)
#141F06
(20,31,6)
#0F1403
(15,20,3)
#000000
(0,0,0)

Tints of #418221

#418221
(65,130,33)
#528D35
(82,141,53)
#639849
(99,152,73)
#74A35D
(116,163,93)
#85AE71
(133,174,113)
#96B985
(150,185,133)
#A7C499
(167,196,153)
#B8CFAD
(184,207,173)
#C9DAC1
(201,218,193)
#DAE5D5
(218,229,213)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #418221; }

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

This text font color is #418221.


Background Color

.myBgColor { background-color: #418221; }

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

This div background color is #418221.


Border color

.myBorderColor { border: 1px solid #418221; }

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

This div border color is #418221.


Opacity

.myOpacity80 { color: #418221; opacity: 0.8; }

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

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

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

This text has shadow with #418221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418221 on black background.


Color preview on white background

This text has color #418221 on white background.



Black color preview on #418221 background

This text has black color on #418221 background.


White color preview on #418221 background

This text has white color on #418221 background.