COLOR #418327

HEX: #418327
RGB: (65,131,39)

Color info

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

RGB color model

#418327 color RGB value is (65,131,39).

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

RGB channels and saturation

R 65 of 255 = 25%
G 131 of 255 = 51%
B 39 of 255 = 15%

65
131
39

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

Portions of RGB colors in percentages

R + G + B =
65 + 131 + 39 = 235 (100%)
R 65 of 235 ~ 27.66%
G 131 of 235 ~ 55.74%
B 39 of 235 ~ 16.6%

%27.66
%55.74
%16.6

CMYK color model

#418327 color CMYK value is (50,0,70,49).

  • cyan value is 50.38%
  • magenta value is 0.00%
  • yellow value is 70.23%
  • key color value is 48.63%
CMYK:
(50,0,70,49)
C50M0Y70K49 
(50%,0%,70%,49%)
(0.50/0.00/0.70/0.49)	

CMYK percentages

%50.38
%0
%70.23
%48.63

Codes

Color #418327 in popluar color models

418327
RGB6513139
HSL103°54.12%33.33%
HSB/HSV103°70.23%51.37%
CMYK50.38%0.00%70.23%
48.63%

Color #418327 in popluar number systems.

HEX418327
Decimal6513139
Binary100000110000011100111
Octal10120347

Shades and tints

Shades of #418327

#418327
(65,131,39)
#3C7824
(60,120,36)
#376D21
(55,109,33)
#32621E
(50,98,30)
#2D571B
(45,87,27)
#284C18
(40,76,24)
#234115
(35,65,21)
#1E3612
(30,54,18)
#192B0F
(25,43,15)
#14200C
(20,32,12)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #418327

#418327
(65,131,39)
#528E3A
(82,142,58)
#63994D
(99,153,77)
#74A460
(116,164,96)
#85AF73
(133,175,115)
#96BA86
(150,186,134)
#A7C599
(167,197,153)
#B8D0AC
(184,208,172)
#C9DBBF
(201,219,191)
#DAE6D2
(218,230,210)
#EBF1E5
(235,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #418327; }

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

This text font color is #418327.


Background Color

.myBgColor { background-color: #418327; }

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

This div background color is #418327.


Border color

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

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

This div border color is #418327.


Opacity

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

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

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

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

This text has shadow with #418327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418327 on black background.


Color preview on white background

This text has color #418327 on white background.



Black color preview on #418327 background

This text has black color on #418327 background.


White color preview on #418327 background

This text has white color on #418327 background.