COLOR #467159

HEX: #467159
RGB: (70,113,89)

Color info

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

RGB color model

#467159 color RGB value is (70,113,89).

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

RGB channels and saturation

R 70 of 255 = 27%
G 113 of 255 = 44%
B 89 of 255 = 35%

70
113
89

R + G + B ~ 35%. #467159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 113 + 89 = 272 (100%)
R 70 of 272 ~ 25.74%
G 113 of 272 ~ 41.54%
B 89 of 272 ~ 32.72%

%25.74
%41.54
%32.72

CMYK color model

#467159 color CMYK value is (38,0,21,56).

  • cyan value is 38.05%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 55.69%
CMYK:
(38,0,21,56)
C38M0Y21K56 
(38%,0%,21%,56%)
(0.38/0.00/0.21/0.56)	

CMYK percentages

%38.05
%0
%21.24
%55.69

Codes

Color #467159 in popluar color models

467159
RGB7011389
HSL147°23.50%35.88%
HSB/HSV147°38.05%44.31%
CMYK38.05%0.00%21.24%
55.69%

Color #467159 in popluar number systems.

HEX467159
Decimal7011389
Binary100011011100011011001
Octal106161131

Shades and tints

Shades of #467159

#467159
(70,113,89)
#406751
(64,103,81)
#3A5D49
(58,93,73)
#345341
(52,83,65)
#2E4939
(46,73,57)
#283F31
(40,63,49)
#223529
(34,53,41)
#1C2B21
(28,43,33)
#162119
(22,33,25)
#101711
(16,23,17)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #467159

#467159
(70,113,89)
#567D68
(86,125,104)
#668977
(102,137,119)
#769586
(118,149,134)
#86A195
(134,161,149)
#96ADA4
(150,173,164)
#A6B9B3
(166,185,179)
#B6C5C2
(182,197,194)
#C6D1D1
(198,209,209)
#D6DDE0
(214,221,224)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467159; }

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

This text font color is #467159.


Background Color

.myBgColor { background-color: #467159; }

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

This div background color is #467159.


Border color

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

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

This div border color is #467159.


Opacity

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

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

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

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

This text has shadow with #467159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467159 on black background.


Color preview on white background

This text has color #467159 on white background.



Black color preview on #467159 background

This text has black color on #467159 background.


White color preview on #467159 background

This text has white color on #467159 background.