COLOR #467B7B

HEX: #467B7B
RGB: (70,123,123)

Color info

#467B7B contains red, green and blue colors in about the same proportion. Web safe color of #467B7B is #336666 (or #366).

RGB color model

#467B7B color RGB value is (70,123,123).

  • red value is 70;
  • green value is 123;
  • blue value is 123.
RGB:
(70,123,123)
(27%,48%,48%)

RGB channels and saturation

R 70 of 255 = 27%
G 123 of 255 = 48%
B 123 of 255 = 48%

70
123
123

R + G + B ~ 41%. #467B7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 123 + 123 = 316 (100%)
R 70 of 316 ~ 22.15%
G 123 of 316 ~ 38.92%
B 123 of 316 ~ 38.92%

%22.15
%38.92
%38.92

CMYK color model

#467B7B color CMYK value is (43,0,0,52).

  • cyan value is 43.09%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(43,0,0,52)
C43M0Y0K52 
(43%,0%,0%,52%)
(0.43/0.00/0.00/0.52)	

CMYK percentages

%43.09
%0
%0
%51.76

Codes

Color #467B7B in popluar color models

467B7B
RGB70123123
HSL180°27.46%37.84%
HSB/HSV180°43.09%48.24%
CMYK43.09%0.00%0.00%
51.76%

Color #467B7B in popluar number systems.

HEX467B7B
Decimal70123123
Binary100011011110111111011
Octal106173173

Shades and tints

Shades of #467B7B

#467B7B
(70,123,123)
#407070
(64,112,112)
#3A6565
(58,101,101)
#345A5A
(52,90,90)
#2E4F4F
(46,79,79)
#284444
(40,68,68)
#223939
(34,57,57)
#1C2E2E
(28,46,46)
#162323
(22,35,35)
#101818
(16,24,24)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #467B7B

#467B7B
(70,123,123)
#568787
(86,135,135)
#669393
(102,147,147)
#769F9F
(118,159,159)
#86ABAB
(134,171,171)
#96B7B7
(150,183,183)
#A6C3C3
(166,195,195)
#B6CFCF
(182,207,207)
#C6DBDB
(198,219,219)
#D6E7E7
(214,231,231)
#E6F3F3
(230,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467B7B; }

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

This text font color is #467B7B.


Background Color

.myBgColor { background-color: #467B7B; }

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

This div background color is #467B7B.


Border color

.myBorderColor { border: 1px solid #467B7B; }

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

This div border color is #467B7B.


Opacity

.myOpacity80 { color: #467B7B; opacity: 0.8; }

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

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

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

This text has shadow with #467B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467B7B on black background.


Color preview on white background

This text has color #467B7B on white background.



Black color preview on #467B7B background

This text has black color on #467B7B background.


White color preview on #467B7B background

This text has white color on #467B7B background.