COLOR #467B5D

HEX: #467B5D
RGB: (70,123,93)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
123
93

R + G + B ~ 37%. #467B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 123 + 93 = 286 (100%)
R 70 of 286 ~ 24.48%
G 123 of 286 ~ 43.01%
B 93 of 286 ~ 32.52%

%24.48
%43.01
%32.52

CMYK color model

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

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

CMYK percentages

%43.09
%0
%24.39
%51.76

Codes

Color #467B5D in popluar color models

467B5D
RGB7012393
HSL146°27.46%37.84%
HSB/HSV146°43.09%48.24%
CMYK43.09%0.00%24.39%
51.76%

Color #467B5D in popluar number systems.

HEX467B5D
Decimal7012393
Binary100011011110111011101
Octal106173135

Shades and tints

Shades of #467B5D

#467B5D
(70,123,93)
#407055
(64,112,85)
#3A654D
(58,101,77)
#345A45
(52,90,69)
#2E4F3D
(46,79,61)
#284435
(40,68,53)
#22392D
(34,57,45)
#1C2E25
(28,46,37)
#16231D
(22,35,29)
#101815
(16,24,21)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #467B5D

#467B5D
(70,123,93)
#56876B
(86,135,107)
#669379
(102,147,121)
#769F87
(118,159,135)
#86AB95
(134,171,149)
#96B7A3
(150,183,163)
#A6C3B1
(166,195,177)
#B6CFBF
(182,207,191)
#C6DBCD
(198,219,205)
#D6E7DB
(214,231,219)
#E6F3E9
(230,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467B5D; }

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

This text font color is #467B5D.


Background Color

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

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

This div background color is #467B5D.


Border color

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

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

This div border color is #467B5D.


Opacity

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

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

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

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

This text has shadow with #467B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467B5D on black background.


Color preview on white background

This text has color #467B5D on white background.



Black color preview on #467B5D background

This text has black color on #467B5D background.


White color preview on #467B5D background

This text has white color on #467B5D background.