COLOR #468E55

HEX: #468E55
RGB: (70,142,85)

Color info

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

RGB color model

#468E55 color RGB value is (70,142,85).

  • red value is 70;
  • green value is 142;
  • blue value is 85.
RGB:
(70,142,85)
(27%,56%,33%)

RGB channels and saturation

R 70 of 255 = 27%
G 142 of 255 = 56%
B 85 of 255 = 33%

70
142
85

R + G + B ~ 39%. #468E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 142 + 85 = 297 (100%)
R 70 of 297 ~ 23.57%
G 142 of 297 ~ 47.81%
B 85 of 297 ~ 28.62%

%23.57
%47.81
%28.62

CMYK color model

#468E55 color CMYK value is (51,0,40,44).

  • cyan value is 50.70%
  • magenta value is 0.00%
  • yellow value is 40.14%
  • key color value is 44.31%
CMYK:
(51,0,40,44)
C51M0Y40K44 
(51%,0%,40%,44%)
(0.51/0.00/0.40/0.44)	

CMYK percentages

%50.7
%0
%40.14
%44.31

Codes

Color #468E55 in popluar color models

468E55
RGB7014285
HSL133°33.96%41.57%
HSB/HSV133°50.70%55.69%
CMYK50.70%0.00%40.14%
44.31%

Color #468E55 in popluar number systems.

HEX468E55
Decimal7014285
Binary1000110100011101010101
Octal106216125

Shades and tints

Shades of #468E55

#468E55
(70,142,85)
#40824E
(64,130,78)
#3A7647
(58,118,71)
#346A40
(52,106,64)
#2E5E39
(46,94,57)
#285232
(40,82,50)
#22462B
(34,70,43)
#1C3A24
(28,58,36)
#162E1D
(22,46,29)
#102216
(16,34,22)
#0A160F
(10,22,15)
#000000
(0,0,0)

Tints of #468E55

#468E55
(70,142,85)
#569864
(86,152,100)
#66A273
(102,162,115)
#76AC82
(118,172,130)
#86B691
(134,182,145)
#96C0A0
(150,192,160)
#A6CAAF
(166,202,175)
#B6D4BE
(182,212,190)
#C6DECD
(198,222,205)
#D6E8DC
(214,232,220)
#E6F2EB
(230,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468E55 color. Also use rgb(70,142,85) instead hex code.

Text Font Color

.myTextColor { color: #468E55; }

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

This text font color is #468E55.


Background Color

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

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

This div background color is #468E55.


Border color

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

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

This div border color is #468E55.


Opacity

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

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

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

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

This text has shadow with #468E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468E55 on black background.


Color preview on white background

This text has color #468E55 on white background.



Black color preview on #468E55 background

This text has black color on #468E55 background.


White color preview on #468E55 background

This text has white color on #468E55 background.