COLOR #468881

HEX: #468881 RGB: (70,136,129)

Color info

#468881 contains mainly green and blue colors. Web safe color of #468881 is #339999 (or #399).

RGB color model

#468881 color RGB value is (70,136,129).

RGB: (70,136,129) (27%, 53%, 51%)

RGB channels and saturation

R 70 of 255 = 27%
G 136 of 255 = 53%
B 129 of 255 = 51%

70
136
129

R + G + B ~ 44%. #468881 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 136 + 129 = 335 (100%)
R 70 of 335 ~ 20.9%
G 136 of 335 ~ 40.6%
B 129 of 335 ~ 38.51'%

%20.9
%40.6
%38.51

CMYK color model

#468881 color CMYK value is (49,0,5,47).

  • cyan value is 48.53%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 46.67%

CMYK: (49,0,5,47)
C49M0Y5K47 (49%, 0%, 5%, 47%)
(0.49 / 0.00 / 0.05 / 0.47)

CMYK percentages

%48.53
%0
%5.15
%46.67

Codes

Color #468881 in popluar color models

46 88 81
RGB 70 136 129
HSL 174° 32.04% 40.39%
HSB/HSV 174° 48.53% 53.33%
CMYK 48.53% 0.00% 5.15%
46.67%

Color #468881 in popluar number systems.

HEX 46 88 81
Decimal 70 136 129
Binary 1000110 10001000 10000001
Octal 106 210 201

Shades and tints

Shades of #468881

#468881
(70,136,129)
#407C76
(64,124,118)
#3A706B
(58,112,107)
#346460
(52,100,96)
#2E5855
(46,88,85)
#284C4A
(40,76,74)
#22403F
(34,64,63)
#1C3434
(28,52,52)
#162829
(22,40,41)
#101C1E
(16,28,30)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #468881

#468881
(70,136,129)
#56928C
(86,146,140)
#669C97
(102,156,151)
#76A6A2
(118,166,162)
#86B0AD
(134,176,173)
#96BAB8
(150,186,184)
#A6C4C3
(166,196,195)
#B6CECE
(182,206,206)
#C6D8D9
(198,216,217)
#D6E2E4
(214,226,228)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468881 color. Also use rgb(70,136,129) instead hex code.

Text Font Color

.myTextColor { color: #468881; }

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

This text font color is #468881.

Background Color

.myBgColor { background-color: #468881; }

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

This div background color is #468881.

Border color

.myBorderColor { border: 1px solid #468881; }

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

This div border color is #468881.

Opacity

.myOpacity80 { color: #468881; opacity: 0.8; }

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

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

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

This text has shadow with #468881 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #468881.

Preview

Color preview on black background

This text has color #468881 on black background.


Color preview on white background

This text has color #468881 on white background.


Black color preview on #468881 background

This text has black color on #468881 background.


White color preview on #468881 background

This text has white color on #468881 background.


Related colors

Complementary color

Complementary color for #hex is #B9777E.


I love getcolorcode.com

Triadic colors

1 #814688 and #888146 with #468881 are triadic colors.

2 #818846 and #884681 with #468881 are triadic colors.