COLOR #467872

HEX: #467872
RGB: (70,120,114)

Color info

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

RGB color model

#467872 color RGB value is (70,120,114).

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

RGB channels and saturation

R 70 of 255 = 27%
G 120 of 255 = 47%
B 114 of 255 = 45%

70
120
114

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

Portions of RGB colors in percentages

R + G + B =
70 + 120 + 114 = 304 (100%)
R 70 of 304 ~ 23.03%
G 120 of 304 ~ 39.47%
B 114 of 304 ~ 37.5%

%23.03
%39.47
%37.5

CMYK color model

#467872 color CMYK value is (42,0,5,53).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(42,0,5,53)
C42M0Y5K53 
(42%,0%,5%,53%)
(0.42/0.00/0.05/0.53)	

CMYK percentages

%41.67
%0
%5
%52.94

Codes

Color #467872 in popluar color models

467872
RGB70120114
HSL173°26.32%37.25%
HSB/HSV173°41.67%47.06%
CMYK41.67%0.00%5.00%
52.94%

Color #467872 in popluar number systems.

HEX467872
Decimal70120114
Binary100011011110001110010
Octal106170162

Shades and tints

Shades of #467872

#467872
(70,120,114)
#406E68
(64,110,104)
#3A645E
(58,100,94)
#345A54
(52,90,84)
#2E504A
(46,80,74)
#284640
(40,70,64)
#223C36
(34,60,54)
#1C322C
(28,50,44)
#162822
(22,40,34)
#101E18
(16,30,24)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #467872

#467872
(70,120,114)
#56847E
(86,132,126)
#66908A
(102,144,138)
#769C96
(118,156,150)
#86A8A2
(134,168,162)
#96B4AE
(150,180,174)
#A6C0BA
(166,192,186)
#B6CCC6
(182,204,198)
#C6D8D2
(198,216,210)
#D6E4DE
(214,228,222)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467872; }

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

This text font color is #467872.


Background Color

.myBgColor { background-color: #467872; }

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

This div background color is #467872.


Border color

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

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

This div border color is #467872.


Opacity

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

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

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

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

This text has shadow with #467872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467872 on black background.


Color preview on white background

This text has color #467872 on white background.



Black color preview on #467872 background

This text has black color on #467872 background.


White color preview on #467872 background

This text has white color on #467872 background.