COLOR #418952

HEX: #418952
RGB: (65,137,82)

Color info

#418952 contains mainly green and blue colors. Web safe color of #418952 is #339966 (or #396).

RGB color model

#418952 color RGB value is (65,137,82).

  • red value is 65;
  • green value is 137;
  • blue value is 82.
RGB:
(65,137,82)
(25%,54%,32%)

RGB channels and saturation

R 65 of 255 = 25%
G 137 of 255 = 54%
B 82 of 255 = 32%

65
137
82

R + G + B ~ 37%. #418952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 137 + 82 = 284 (100%)
R 65 of 284 ~ 22.89%
G 137 of 284 ~ 48.24%
B 82 of 284 ~ 28.87%

%22.89
%48.24
%28.87

CMYK color model

#418952 color CMYK value is (53,0,40,46).

  • cyan value is 52.55%
  • magenta value is 0.00%
  • yellow value is 40.15%
  • key color value is 46.27%
CMYK:
(53,0,40,46)
C53M0Y40K46 
(53%,0%,40%,46%)
(0.53/0.00/0.40/0.46)	

CMYK percentages

%52.55
%0
%40.15
%46.27

Codes

Color #418952 in popluar color models

418952
RGB6513782
HSL134°35.64%39.61%
HSB/HSV134°52.55%53.73%
CMYK52.55%0.00%40.15%
46.27%

Color #418952 in popluar number systems.

HEX418952
Decimal6513782
Binary1000001100010011010010
Octal101211122

Shades and tints

Shades of #418952

#418952
(65,137,82)
#3C7D4B
(60,125,75)
#377144
(55,113,68)
#32653D
(50,101,61)
#2D5936
(45,89,54)
#284D2F
(40,77,47)
#234128
(35,65,40)
#1E3521
(30,53,33)
#19291A
(25,41,26)
#141D13
(20,29,19)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #418952

#418952
(65,137,82)
#529361
(82,147,97)
#639D70
(99,157,112)
#74A77F
(116,167,127)
#85B18E
(133,177,142)
#96BB9D
(150,187,157)
#A7C5AC
(167,197,172)
#B8CFBB
(184,207,187)
#C9D9CA
(201,217,202)
#DAE3D9
(218,227,217)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #418952; }

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

This text font color is #418952.


Background Color

.myBgColor { background-color: #418952; }

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

This div background color is #418952.


Border color

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

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

This div border color is #418952.


Opacity

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

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

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

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

This text has shadow with #418952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #418952 on black background.


Color preview on white background

This text has color #418952 on white background.



Black color preview on #418952 background

This text has black color on #418952 background.


White color preview on #418952 background

This text has white color on #418952 background.