COLOR #467173

HEX: #467173
RGB: (70,113,115)

Color info

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

RGB color model

#467173 color RGB value is (70,113,115).

  • red value is 70;
  • green value is 113;
  • blue value is 115.
RGB:
(70,113,115)
(27%,44%,45%)

RGB channels and saturation

R 70 of 255 = 27%
G 113 of 255 = 44%
B 115 of 255 = 45%

70
113
115

R + G + B ~ 39%. #467173 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 113 + 115 = 298 (100%)
R 70 of 298 ~ 23.49%
G 113 of 298 ~ 37.92%
B 115 of 298 ~ 38.59%

%23.49
%37.92
%38.59

CMYK color model

#467173 color CMYK value is (39,2,0,55).

  • cyan value is 39.13%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(39,2,0,55)
C39M2Y0K55 
(39%,2%,0%,55%)
(0.39/0.02/0.00/0.55)	

CMYK percentages

%39.13
%1.74
%0
%54.9

Codes

Color #467173 in popluar color models

467173
RGB70113115
HSL183°24.32%36.27%
HSB/HSV183°39.13%45.10%
CMYK39.13%1.74%0.00%
54.90%

Color #467173 in popluar number systems.

HEX467173
Decimal70113115
Binary100011011100011110011
Octal106161163

Shades and tints

Shades of #467173

#467173
(70,113,115)
#406769
(64,103,105)
#3A5D5F
(58,93,95)
#345355
(52,83,85)
#2E494B
(46,73,75)
#283F41
(40,63,65)
#223537
(34,53,55)
#1C2B2D
(28,43,45)
#162123
(22,33,35)
#101719
(16,23,25)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #467173

#467173
(70,113,115)
#567D7F
(86,125,127)
#66898B
(102,137,139)
#769597
(118,149,151)
#86A1A3
(134,161,163)
#96ADAF
(150,173,175)
#A6B9BB
(166,185,187)
#B6C5C7
(182,197,199)
#C6D1D3
(198,209,211)
#D6DDDF
(214,221,223)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467173; }

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

This text font color is #467173.


Background Color

.myBgColor { background-color: #467173; }

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

This div background color is #467173.


Border color

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

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

This div border color is #467173.


Opacity

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

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

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

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

This text has shadow with #467173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467173 on black background.


Color preview on white background

This text has color #467173 on white background.



Black color preview on #467173 background

This text has black color on #467173 background.


White color preview on #467173 background

This text has white color on #467173 background.