COLOR #468D41

HEX: #468D41
RGB: (70,141,65)

Color info

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

RGB color model

#468D41 color RGB value is (70,141,65).

  • red value is 70;
  • green value is 141;
  • blue value is 65.
RGB:
(70,141,65)
(27%,55%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 141 of 255 = 55%
B 65 of 255 = 25%

70
141
65

R + G + B ~ 36%. #468D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 141 + 65 = 276 (100%)
R 70 of 276 ~ 25.36%
G 141 of 276 ~ 51.09%
B 65 of 276 ~ 23.55%

%25.36
%51.09
%23.55

CMYK color model

#468D41 color CMYK value is (50,0,54,45).

  • cyan value is 50.35%
  • magenta value is 0.00%
  • yellow value is 53.90%
  • key color value is 44.71%
CMYK:
(50,0,54,45)
C50M0Y54K45 
(50%,0%,54%,45%)
(0.50/0.00/0.54/0.45)	

CMYK percentages

%50.35
%0
%53.9
%44.71

Codes

Color #468D41 in popluar color models

468D41
RGB7014165
HSL116°36.89%40.39%
HSB/HSV116°53.90%55.29%
CMYK50.35%0.00%53.90%
44.71%

Color #468D41 in popluar number systems.

HEX468D41
Decimal7014165
Binary1000110100011011000001
Octal106215101

Shades and tints

Shades of #468D41

#468D41
(70,141,65)
#40813C
(64,129,60)
#3A7537
(58,117,55)
#346932
(52,105,50)
#2E5D2D
(46,93,45)
#285128
(40,81,40)
#224523
(34,69,35)
#1C391E
(28,57,30)
#162D19
(22,45,25)
#102114
(16,33,20)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #468D41

#468D41
(70,141,65)
#569752
(86,151,82)
#66A163
(102,161,99)
#76AB74
(118,171,116)
#86B585
(134,181,133)
#96BF96
(150,191,150)
#A6C9A7
(166,201,167)
#B6D3B8
(182,211,184)
#C6DDC9
(198,221,201)
#D6E7DA
(214,231,218)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468D41 color. Also use rgb(70,141,65) instead hex code.

Text Font Color

.myTextColor { color: #468D41; }

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

This text font color is #468D41.


Background Color

.myBgColor { background-color: #468D41; }

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

This div background color is #468D41.


Border color

.myBorderColor { border: 1px solid #468D41; }

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

This div border color is #468D41.


Opacity

.myOpacity80 { color: #468D41; opacity: 0.8; }

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

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

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

This text has shadow with #468D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468D41 on black background.


Color preview on white background

This text has color #468D41 on white background.



Black color preview on #468D41 background

This text has black color on #468D41 background.


White color preview on #468D41 background

This text has white color on #468D41 background.