COLOR #467559

HEX: #467559
RGB: (70,117,89)

Color info

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

RGB color model

#467559 color RGB value is (70,117,89).

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

RGB channels and saturation

R 70 of 255 = 27%
G 117 of 255 = 46%
B 89 of 255 = 35%

70
117
89

R + G + B ~ 36%. #467559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 117 + 89 = 276 (100%)
R 70 of 276 ~ 25.36%
G 117 of 276 ~ 42.39%
B 89 of 276 ~ 32.25%

%25.36
%42.39
%32.25

CMYK color model

#467559 color CMYK value is (40,0,24,54).

  • cyan value is 40.17%
  • magenta value is 0.00%
  • yellow value is 23.93%
  • key color value is 54.12%
CMYK:
(40,0,24,54)
C40M0Y24K54 
(40%,0%,24%,54%)
(0.40/0.00/0.24/0.54)	

CMYK percentages

%40.17
%0
%23.93
%54.12

Codes

Color #467559 in popluar color models

467559
RGB7011789
HSL144°25.13%36.67%
HSB/HSV144°40.17%45.88%
CMYK40.17%0.00%23.93%
54.12%

Color #467559 in popluar number systems.

HEX467559
Decimal7011789
Binary100011011101011011001
Octal106165131

Shades and tints

Shades of #467559

#467559
(70,117,89)
#406B51
(64,107,81)
#3A6149
(58,97,73)
#345741
(52,87,65)
#2E4D39
(46,77,57)
#284331
(40,67,49)
#223929
(34,57,41)
#1C2F21
(28,47,33)
#162519
(22,37,25)
#101B11
(16,27,17)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #467559

#467559
(70,117,89)
#568168
(86,129,104)
#668D77
(102,141,119)
#769986
(118,153,134)
#86A595
(134,165,149)
#96B1A4
(150,177,164)
#A6BDB3
(166,189,179)
#B6C9C2
(182,201,194)
#C6D5D1
(198,213,209)
#D6E1E0
(214,225,224)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467559; }

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

This text font color is #467559.


Background Color

.myBgColor { background-color: #467559; }

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

This div background color is #467559.


Border color

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

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

This div border color is #467559.


Opacity

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

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

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

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

This text has shadow with #467559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467559 on black background.


Color preview on white background

This text has color #467559 on white background.



Black color preview on #467559 background

This text has black color on #467559 background.


White color preview on #467559 background

This text has white color on #467559 background.