COLOR #468582

HEX: #468582
RGB: (70,133,130)

Color info

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

RGB color model

#468582 color RGB value is (70,133,130).

  • red value is 70;
  • green value is 133;
  • blue value is 130.
RGB:
(70,133,130)
(27%,52%,51%)

RGB channels and saturation

R 70 of 255 = 27%
G 133 of 255 = 52%
B 130 of 255 = 51%

70
133
130

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

Portions of RGB colors in percentages

R + G + B =
70 + 133 + 130 = 333 (100%)
R 70 of 333 ~ 21.02%
G 133 of 333 ~ 39.94%
B 130 of 333 ~ 39.04%

%21.02
%39.94
%39.04

CMYK color model

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

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(47,0,2,48)
C47M0Y2K48 
(47%,0%,2%,48%)
(0.47/0.00/0.02/0.48)	

CMYK percentages

%47.37
%0
%2.26
%47.84

Codes

Color #468582 in popluar color models

468582
RGB70133130
HSL177°31.03%39.80%
HSB/HSV177°47.37%52.16%
CMYK47.37%0.00%2.26%
47.84%

Color #468582 in popluar number systems.

HEX468582
Decimal70133130
Binary10001101000010110000010
Octal106205202

Shades and tints

Shades of #468582

#468582
(70,133,130)
#407977
(64,121,119)
#3A6D6C
(58,109,108)
#346161
(52,97,97)
#2E5556
(46,85,86)
#28494B
(40,73,75)
#223D40
(34,61,64)
#1C3135
(28,49,53)
#16252A
(22,37,42)
#10191F
(16,25,31)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #468582

#468582
(70,133,130)
#56908D
(86,144,141)
#669B98
(102,155,152)
#76A6A3
(118,166,163)
#86B1AE
(134,177,174)
#96BCB9
(150,188,185)
#A6C7C4
(166,199,196)
#B6D2CF
(182,210,207)
#C6DDDA
(198,221,218)
#D6E8E5
(214,232,229)
#E6F3F0
(230,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468582; }

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

This text font color is #468582.


Background Color

.myBgColor { background-color: #468582; }

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

This div background color is #468582.


Border color

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

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

This div border color is #468582.


Opacity

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

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

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

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

This text has shadow with #468582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468582 on black background.


Color preview on white background

This text has color #468582 on white background.



Black color preview on #468582 background

This text has black color on #468582 background.


White color preview on #468582 background

This text has white color on #468582 background.