COLOR #467172

HEX: #467172
RGB: (70,113,114)

Color info

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

RGB color model

#467172 color RGB value is (70,113,114).

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

RGB channels and saturation

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

70
113
114

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

Portions of RGB colors in percentages

R + G + B =
70 + 113 + 114 = 297 (100%)
R 70 of 297 ~ 23.57%
G 113 of 297 ~ 38.05%
B 114 of 297 ~ 38.38%

%23.57
%38.05
%38.38

CMYK color model

#467172 color CMYK value is (39,1,0,55).

  • cyan value is 38.60%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(39,1,0,55)
C39M1Y0K55 
(39%,1%,0%,55%)
(0.39/0.01/0.00/0.55)	

CMYK percentages

%38.6
%0.88
%0
%55.29

Codes

Color #467172 in popluar color models

467172
RGB70113114
HSL181°23.91%36.08%
HSB/HSV181°38.60%44.71%
CMYK38.60%0.88%0.00%
55.29%

Color #467172 in popluar number systems.

HEX467172
Decimal70113114
Binary100011011100011110010
Octal106161162

Shades and tints

Shades of #467172

#467172
(70,113,114)
#406768
(64,103,104)
#3A5D5E
(58,93,94)
#345354
(52,83,84)
#2E494A
(46,73,74)
#283F40
(40,63,64)
#223536
(34,53,54)
#1C2B2C
(28,43,44)
#162122
(22,33,34)
#101718
(16,23,24)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #467172

#467172
(70,113,114)
#567D7E
(86,125,126)
#66898A
(102,137,138)
#769596
(118,149,150)
#86A1A2
(134,161,162)
#96ADAE
(150,173,174)
#A6B9BA
(166,185,186)
#B6C5C6
(182,197,198)
#C6D1D2
(198,209,210)
#D6DDDE
(214,221,222)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467172; }

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

This text font color is #467172.


Background Color

.myBgColor { background-color: #467172; }

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

This div background color is #467172.


Border color

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

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

This div border color is #467172.


Opacity

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

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

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

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

This text has shadow with #467172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467172 on black background.


Color preview on white background

This text has color #467172 on white background.



Black color preview on #467172 background

This text has black color on #467172 background.


White color preview on #467172 background

This text has white color on #467172 background.