COLOR #467371

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
115
113

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

Portions of RGB colors in percentages

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

%23.49
%38.59
%37.92

CMYK color model

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

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

CMYK percentages

%39.13
%0
%1.74
%54.9

Codes

Color #467371 in popluar color models

467371
RGB70115113
HSL177°24.32%36.27%
HSB/HSV177°39.13%45.10%
CMYK39.13%0.00%1.74%
54.90%

Color #467371 in popluar number systems.

HEX467371
Decimal70115113
Binary100011011100111110001
Octal106163161

Shades and tints

Shades of #467371

#467371
(70,115,113)
#406967
(64,105,103)
#3A5F5D
(58,95,93)
#345553
(52,85,83)
#2E4B49
(46,75,73)
#28413F
(40,65,63)
#223735
(34,55,53)
#1C2D2B
(28,45,43)
#162321
(22,35,33)
#101917
(16,25,23)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #467371

#467371
(70,115,113)
#567F7D
(86,127,125)
#668B89
(102,139,137)
#769795
(118,151,149)
#86A3A1
(134,163,161)
#96AFAD
(150,175,173)
#A6BBB9
(166,187,185)
#B6C7C5
(182,199,197)
#C6D3D1
(198,211,209)
#D6DFDD
(214,223,221)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467371; }

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

This text font color is #467371.


Background Color

.myBgColor { background-color: #467371; }

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

This div background color is #467371.


Border color

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

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

This div border color is #467371.


Opacity

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

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

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

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

This text has shadow with #467371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467371 on black background.


Color preview on white background

This text has color #467371 on white background.



Black color preview on #467371 background

This text has black color on #467371 background.


White color preview on #467371 background

This text has white color on #467371 background.