COLOR #418541

HEX: #418541
RGB: (65,133,65)

Color info

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

RGB color model

#418541 color RGB value is (65,133,65).

  • red value is 65;
  • green value is 133;
  • blue value is 65.
RGB:
(65,133,65)
(25%,52%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 133 of 255 = 52%
B 65 of 255 = 25%

65
133
65

R + G + B ~ 34%. #418541 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 133 + 65 = 263 (100%)
R 65 of 263 ~ 24.71%
G 133 of 263 ~ 50.57%
B 65 of 263 ~ 24.71%

%24.71
%50.57
%24.71

CMYK color model

#418541 color CMYK value is (51,0,51,48).

  • cyan value is 51.13%
  • magenta value is 0.00%
  • yellow value is 51.13%
  • key color value is 47.84%
CMYK:
(51,0,51,48)
C51M0Y51K48 
(51%,0%,51%,48%)
(0.51/0.00/0.51/0.48)	

CMYK percentages

%51.13
%0
%51.13
%47.84

Codes

Color #418541 in popluar color models

418541
RGB6513365
HSL120°34.34%38.82%
HSB/HSV120°51.13%52.16%
CMYK51.13%0.00%51.13%
47.84%

Color #418541 in popluar number systems.

HEX418541
Decimal6513365
Binary1000001100001011000001
Octal101205101

Shades and tints

Shades of #418541

#418541
(65,133,65)
#3C793C
(60,121,60)
#376D37
(55,109,55)
#326132
(50,97,50)
#2D552D
(45,85,45)
#284928
(40,73,40)
#233D23
(35,61,35)
#1E311E
(30,49,30)
#192519
(25,37,25)
#141914
(20,25,20)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #418541

#418541
(65,133,65)
#529052
(82,144,82)
#639B63
(99,155,99)
#74A674
(116,166,116)
#85B185
(133,177,133)
#96BC96
(150,188,150)
#A7C7A7
(167,199,167)
#B8D2B8
(184,210,184)
#C9DDC9
(201,221,201)
#DAE8DA
(218,232,218)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #418541; }

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

This text font color is #418541.


Background Color

.myBgColor { background-color: #418541; }

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

This div background color is #418541.


Border color

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

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

This div border color is #418541.


Opacity

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

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

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

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

This text has shadow with #418541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418541 on black background.


Color preview on white background

This text has color #418541 on white background.



Black color preview on #418541 background

This text has black color on #418541 background.


White color preview on #418541 background

This text has white color on #418541 background.