COLOR #418130

HEX: #418130
RGB: (65,129,48)

Color info

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

RGB color model

#418130 color RGB value is (65,129,48).

  • red value is 65;
  • green value is 129;
  • blue value is 48.
RGB:
(65,129,48)
(25%,51%,19%)

RGB channels and saturation

R 65 of 255 = 25%
G 129 of 255 = 51%
B 48 of 255 = 19%

65
129
48

R + G + B ~ 32%. #418130 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 129 + 48 = 242 (100%)
R 65 of 242 ~ 26.86%
G 129 of 242 ~ 53.31%
B 48 of 242 ~ 19.83%

%26.86
%53.31
%19.83

CMYK color model

#418130 color CMYK value is (50,0,63,49).

  • cyan value is 49.61%
  • magenta value is 0.00%
  • yellow value is 62.79%
  • key color value is 49.41%
CMYK:
(50,0,63,49)
C50M0Y63K49 
(50%,0%,63%,49%)
(0.50/0.00/0.63/0.49)	

CMYK percentages

%49.61
%0
%62.79
%49.41

Codes

Color #418130 in popluar color models

418130
RGB6512948
HSL107°45.76%34.71%
HSB/HSV107°62.79%50.59%
CMYK49.61%0.00%62.79%
49.41%

Color #418130 in popluar number systems.

HEX418130
Decimal6512948
Binary100000110000001110000
Octal10120160

Shades and tints

Shades of #418130

#418130
(65,129,48)
#3C762C
(60,118,44)
#376B28
(55,107,40)
#326024
(50,96,36)
#2D5520
(45,85,32)
#284A1C
(40,74,28)
#233F18
(35,63,24)
#1E3414
(30,52,20)
#192910
(25,41,16)
#141E0C
(20,30,12)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #418130

#418130
(65,129,48)
#528C42
(82,140,66)
#639754
(99,151,84)
#74A266
(116,162,102)
#85AD78
(133,173,120)
#96B88A
(150,184,138)
#A7C39C
(167,195,156)
#B8CEAE
(184,206,174)
#C9D9C0
(201,217,192)
#DAE4D2
(218,228,210)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418130 color. Also use rgb(65,129,48) instead hex code.

Text Font Color

.myTextColor { color: #418130; }

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

This text font color is #418130.


Background Color

.myBgColor { background-color: #418130; }

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

This div background color is #418130.


Border color

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

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

This div border color is #418130.


Opacity

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

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

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

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

This text has shadow with #418130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418130 on black background.


Color preview on white background

This text has color #418130 on white background.



Black color preview on #418130 background

This text has black color on #418130 background.


White color preview on #418130 background

This text has white color on #418130 background.