COLOR #468D77

HEX: #468D77 RGB: (70,141,119)

Color info

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

RGB color model

#468D77 color RGB value is (70,141,119).

RGB: (70,141,119) (27%, 55%, 47%)

RGB channels and saturation

R 70 of 255 = 27%
G 141 of 255 = 55%
B 119 of 255 = 47%

70
141
119

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

Portions of RGB colors in percentages

R + G + B = 70 + 141 + 119 = 330 (100%)
R 70 of 330 ~ 21.21%
G 141 of 330 ~ 42.73%
B 119 of 330 ~ 36.06'%

%21.21
%42.73
%36.06

CMYK color model

#468D77 color CMYK value is (50,0,16,45).

  • cyan value is 50.35%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 44.71%
CMYK: (50,0,16,45) C50M0Y16K45 (50%,0%,16%,45%) (0.50/0.00/0.16/0.45) 

CMYK percentages

%50.35
%0
%15.6
%44.71

Codes

Color #468D77 in popluar color models

46 8D 77
RGB 70 141 119
HSL 161° 33.65% 41.37%
HSB/HSV 161° 50.35% 55.29%
CMYK 50.35% 0.00% 15.60%
44.71%

Color #468D77 in popluar number systems.

HEX 46 8D 77
Decimal 70 141 119
Binary 1000110 10001101 1110111
Octal 106 215 167

Shades and tints

Shades of #468D77

#468D77
(70,141,119)
#40816D
(64,129,109)
#3A7563
(58,117,99)
#346959
(52,105,89)
#2E5D4F
(46,93,79)
#285145
(40,81,69)
#22453B
(34,69,59)
#1C3931
(28,57,49)
#162D27
(22,45,39)
#10211D
(16,33,29)
#0A1513
(10,21,19)
#000000
(0,0,0)

Tints of #468D77

#468D77
(70,141,119)
#569783
(86,151,131)
#66A18F
(102,161,143)
#76AB9B
(118,171,155)
#86B5A7
(134,181,167)
#96BFB3
(150,191,179)
#A6C9BF
(166,201,191)
#B6D3CB
(182,211,203)
#C6DDD7
(198,221,215)
#D6E7E3
(214,231,227)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468D77; }

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

This text font color is #468D77.

Background Color

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

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

This div background color is #468D77.

Border color

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

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

This div border color is #468D77.

Opacity

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

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

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

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

This text has shadow with #468D77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #468D77.

Preview

Color preview on black background

This text has color #468D77 on black background.


Color preview on white background

This text has color #468D77 on white background.


Black color preview on #468D77 background

This text has black color on #468D77 background.


White color preview on #468D77 background

This text has white color on #468D77 background.


Related colors

Complementary color

Complementary color for #hex is #B97288.


I love getcolorcode.com

Triadic colors

1 #77468D and #8D7746 with #468D77 are triadic colors.

2 #778D46 and #8D4677 with #468D77 are triadic colors.