COLOR #468D6F

HEX: #468D6F RGB: (70,141,111)

Color info

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

RGB color model

#468D6F color RGB value is (70,141,111).

RGB: (70,141,111) (27%, 55%, 44%)

RGB channels and saturation

R 70 of 255 = 27%
G 141 of 255 = 55%
B 111 of 255 = 44%

70
141
111

R + G + B ~ 42%. #468D6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 141 + 111 = 322 (100%)
R 70 of 322 ~ 21.74%
G 141 of 322 ~ 43.79%
B 111 of 322 ~ 34.47'%

%21.74
%43.79
%34.47

CMYK color model

#468D6F color CMYK value is (50,0,21,45).

  • cyan value is 50.35%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 44.71%

CMYK: (50,0,21,45)
C50M0Y21K45 (50%, 0%, 21%, 45%)
(0.50 / 0.00 / 0.21 / 0.45)

CMYK percentages

%50.35
%0
%21.28
%44.71

Codes

Color #468D6F in popluar color models

46 8D 6F
RGB 70 141 111
HSL 155° 33.65% 41.37%
HSB/HSV 155° 50.35% 55.29%
CMYK 50.35% 0.00% 21.28%
44.71%

Color #468D6F in popluar number systems.

HEX 46 8D 6F
Decimal 70 141 111
Binary 1000110 10001101 1101111
Octal 106 215 157

Shades and tints

Shades of #468D6F

#468D6F
(70,141,111)
#408165
(64,129,101)
#3A755B
(58,117,91)
#346951
(52,105,81)
#2E5D47
(46,93,71)
#28513D
(40,81,61)
#224533
(34,69,51)
#1C3929
(28,57,41)
#162D1F
(22,45,31)
#102115
(16,33,21)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #468D6F

#468D6F
(70,141,111)
#56977C
(86,151,124)
#66A189
(102,161,137)
#76AB96
(118,171,150)
#86B5A3
(134,181,163)
#96BFB0
(150,191,176)
#A6C9BD
(166,201,189)
#B6D3CA
(182,211,202)
#C6DDD7
(198,221,215)
#D6E7E4
(214,231,228)
#E6F1F1
(230,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468D6F; }

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

This text font color is #468D6F.

Background Color

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

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

This div background color is #468D6F.

Border color

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

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

This div border color is #468D6F.

Opacity

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

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

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

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

This text has shadow with #468D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #468D6F.

Preview

Color preview on black background

This text has color #468D6F on black background.


Color preview on white background

This text has color #468D6F on white background.


Black color preview on #468D6F background

This text has black color on #468D6F background.


White color preview on #468D6F background

This text has white color on #468D6F background.


Related colors

Complementary color

Complementary color for #468D6F is #B97290.


I love getcolorcode.com

Triadic colors

1 #6F468D and #8D6F46 with #468D6F are triadic colors.

2 #6F8D46 and #8D466F with #468D6F are triadic colors.