COLOR #468484

HEX: #468484 RGB: (70,132,132)

Color info

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

RGB color model

#468484 color RGB value is (70,132,132).

RGB: (70,132,132) (27%, 52%, 52%)

RGB channels and saturation

R 70 of 255 = 27%
G 132 of 255 = 52%
B 132 of 255 = 52%

70
132
132

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

Portions of RGB colors in percentages

R + G + B = 70 + 132 + 132 = 334 (100%)
R 70 of 334 ~ 20.96%
G 132 of 334 ~ 39.52%
B 132 of 334 ~ 39.52'%

%20.96
%39.52
%39.52

CMYK color model

#468484 color CMYK value is (47,0,0,48).

  • cyan value is 46.97%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (47,0,0,48)
C47M0Y0K48 (47%, 0%, 0%, 48%)
(0.47 / 0.00 / 0.00 / 0.48)

CMYK percentages

%46.97
%0
%0
%48.24

Codes

Color #468484 in popluar color models

46 84 84
RGB 70 132 132
HSL 180° 30.69% 39.61%
HSB/HSV 180° 46.97% 51.76%
CMYK 46.97% 0.00% 0.00%
48.24%

Color #468484 in popluar number systems.

HEX 46 84 84
Decimal 70 132 132
Binary 1000110 10000100 10000100
Octal 106 204 204

Shades and tints

Shades of #468484

#468484
(70,132,132)
#407878
(64,120,120)
#3A6C6C
(58,108,108)
#346060
(52,96,96)
#2E5454
(46,84,84)
#284848
(40,72,72)
#223C3C
(34,60,60)
#1C3030
(28,48,48)
#162424
(22,36,36)
#101818
(16,24,24)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #468484

#468484
(70,132,132)
#568F8F
(86,143,143)
#669A9A
(102,154,154)
#76A5A5
(118,165,165)
#86B0B0
(134,176,176)
#96BBBB
(150,187,187)
#A6C6C6
(166,198,198)
#B6D1D1
(182,209,209)
#C6DCDC
(198,220,220)
#D6E7E7
(214,231,231)
#E6F2F2
(230,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468484; }

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

This text font color is #468484.

Background Color

.myBgColor { background-color: #468484; }

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

This div background color is #468484.

Border color

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

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

This div border color is #468484.

Opacity

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

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

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

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

This text has shadow with #468484 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #468484.

Preview

Color preview on black background

This text has color #468484 on black background.


Color preview on white background

This text has color #468484 on white background.


Black color preview on #468484 background

This text has black color on #468484 background.


White color preview on #468484 background

This text has white color on #468484 background.


Related colors

Complementary color

Complementary color for #hex is #B97B7B.


I love getcolorcode.com