COLOR #418329

HEX: #418329
RGB: (65,131,41)

Color info

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

RGB color model

#418329 color RGB value is (65,131,41).

  • red value is 65;
  • green value is 131;
  • blue value is 41.
RGB:
(65,131,41)
(25%,51%,16%)

RGB channels and saturation

R 65 of 255 = 25%
G 131 of 255 = 51%
B 41 of 255 = 16%

65
131
41

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

Portions of RGB colors in percentages

R + G + B =
65 + 131 + 41 = 237 (100%)
R 65 of 237 ~ 27.43%
G 131 of 237 ~ 55.27%
B 41 of 237 ~ 17.3%

%27.43
%55.27
%17.3

CMYK color model

#418329 color CMYK value is (50,0,69,49).

  • cyan value is 50.38%
  • magenta value is 0.00%
  • yellow value is 68.70%
  • key color value is 48.63%
CMYK:
(50,0,69,49)
C50M0Y69K49 
(50%,0%,69%,49%)
(0.50/0.00/0.69/0.49)	

CMYK percentages

%50.38
%0
%68.7
%48.63

Codes

Color #418329 in popluar color models

418329
RGB6513141
HSL104°52.33%33.73%
HSB/HSV104°68.70%51.37%
CMYK50.38%0.00%68.70%
48.63%

Color #418329 in popluar number systems.

HEX418329
Decimal6513141
Binary100000110000011101001
Octal10120351

Shades and tints

Shades of #418329

#418329
(65,131,41)
#3C7826
(60,120,38)
#376D23
(55,109,35)
#326220
(50,98,32)
#2D571D
(45,87,29)
#284C1A
(40,76,26)
#234117
(35,65,23)
#1E3614
(30,54,20)
#192B11
(25,43,17)
#14200E
(20,32,14)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #418329

#418329
(65,131,41)
#528E3C
(82,142,60)
#63994F
(99,153,79)
#74A462
(116,164,98)
#85AF75
(133,175,117)
#96BA88
(150,186,136)
#A7C59B
(167,197,155)
#B8D0AE
(184,208,174)
#C9DBC1
(201,219,193)
#DAE6D4
(218,230,212)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418329 color. Also use rgb(65,131,41) instead hex code.

Text Font Color

.myTextColor { color: #418329; }

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

This text font color is #418329.


Background Color

.myBgColor { background-color: #418329; }

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

This div background color is #418329.


Border color

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

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

This div border color is #418329.


Opacity

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

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

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

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

This text has shadow with #418329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418329 on black background.


Color preview on white background

This text has color #418329 on white background.



Black color preview on #418329 background

This text has black color on #418329 background.


White color preview on #418329 background

This text has white color on #418329 background.