COLOR #468783

HEX: #468783
RGB: (70,135,131)

Color info

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

RGB color model

#468783 color RGB value is (70,135,131).

  • red value is 70;
  • green value is 135;
  • blue value is 131.
RGB:
(70,135,131)
(27%,53%,51%)

RGB channels and saturation

R 70 of 255 = 27%
G 135 of 255 = 53%
B 131 of 255 = 51%

70
135
131

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

Portions of RGB colors in percentages

R + G + B =
70 + 135 + 131 = 336 (100%)
R 70 of 336 ~ 20.83%
G 135 of 336 ~ 40.18%
B 131 of 336 ~ 38.99%

%20.83
%40.18
%38.99

CMYK color model

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

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 2.96%
  • key color value is 47.06%
CMYK:
(48,0,3,47)
C48M0Y3K47 
(48%,0%,3%,47%)
(0.48/0.00/0.03/0.47)	

CMYK percentages

%48.15
%0
%2.96
%47.06

Codes

Color #468783 in popluar color models

468783
RGB70135131
HSL176°31.71%40.20%
HSB/HSV176°48.15%52.94%
CMYK48.15%0.00%2.96%
47.06%

Color #468783 in popluar number systems.

HEX468783
Decimal70135131
Binary10001101000011110000011
Octal106207203

Shades and tints

Shades of #468783

#468783
(70,135,131)
#407B78
(64,123,120)
#3A6F6D
(58,111,109)
#346362
(52,99,98)
#2E5757
(46,87,87)
#284B4C
(40,75,76)
#223F41
(34,63,65)
#1C3336
(28,51,54)
#16272B
(22,39,43)
#101B20
(16,27,32)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #468783

#468783
(70,135,131)
#56918E
(86,145,142)
#669B99
(102,155,153)
#76A5A4
(118,165,164)
#86AFAF
(134,175,175)
#96B9BA
(150,185,186)
#A6C3C5
(166,195,197)
#B6CDD0
(182,205,208)
#C6D7DB
(198,215,219)
#D6E1E6
(214,225,230)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468783; }

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

This text font color is #468783.


Background Color

.myBgColor { background-color: #468783; }

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

This div background color is #468783.


Border color

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

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

This div border color is #468783.


Opacity

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

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

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

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

This text has shadow with #468783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468783 on black background.


Color preview on white background

This text has color #468783 on white background.



Black color preview on #468783 background

This text has black color on #468783 background.


White color preview on #468783 background

This text has white color on #468783 background.