COLOR #468F4E

HEX: #468F4E
RGB: (70,143,78)

Color info

#468F4E contains mainly green color. Web safe color of #468F4E is #339966 (or #396).

RGB color model

#468F4E color RGB value is (70,143,78).

  • red value is 70;
  • green value is 143;
  • blue value is 78.
RGB: (70,143,78) (27%,56%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 143 of 255 = 56%
B 78 of 255 = 31%

70
143
78

R + G + B ~ 38%. #468F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 143 + 78 = 291 (100%)
R 70 of 291 ~ 24.05%
G 143 of 291 ~ 49.14%
B 78 of 291 ~ 26.8%

%24.05
%49.14
%26.8

CMYK color model

#468F4E color CMYK value is (51,0,45,44).

  • cyan value is 51.05%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 43.92%
CMYK: (51,0,45,44) C51M0Y45K44 (51%,0%,45%,44%) (0.51/0.00/0.45/0.44)

CMYK percentages

%51.05
%0
%45.45
%43.92

Codes

Color #468F4E in popluar color models

468F4E
RGB7014378
HSL127°34.27%41.76%
HSB/HSV127°51.05%56.08%
CMYK51.05%0.00%45.45%
43.92%

Color #468F4E in popluar number systems.

HEX468F4E
Decimal7014378
Binary1000110100011111001110
Octal106217116

Shades and tints

Shades of #468F4E

#468F4E
(70,143,78)
#408247
(64,130,71)
#3A7540
(58,117,64)
#346839
(52,104,57)
#2E5B32
(46,91,50)
#284E2B
(40,78,43)
#224124
(34,65,36)
#1C341D
(28,52,29)
#162716
(22,39,22)
#101A0F
(16,26,15)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #468F4E

#468F4E
(70,143,78)
#56995E
(86,153,94)
#66A36E
(102,163,110)
#76AD7E
(118,173,126)
#86B78E
(134,183,142)
#96C19E
(150,193,158)
#A6CBAE
(166,203,174)
#B6D5BE
(182,213,190)
#C6DFCE
(198,223,206)
#D6E9DE
(214,233,222)
#E6F3EE
(230,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468F4E color. Also use rgb(70,143,78) instead hex code.

Text Font Color

.myTextColor { color: #468F4E; }

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

This text font color is #468F4E.


Background Color

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

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

This div background color is #468F4E.


Border color

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

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

This div border color is #468F4E.


Opacity

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

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

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

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

This text has shadow with #468F4E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #468F4E on black background.


Color preview on white background

This text has color #468F4E on white background.



Black color preview on #468F4E background

This text has black color on #468F4E background.


White color preview on #468F4E background

This text has white color on #468F4E background.