COLOR #467560

HEX: #467560
RGB: (70,117,96)

Color info

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

RGB color model

#467560 color RGB value is (70,117,96).

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

RGB channels and saturation

R 70 of 255 = 27%
G 117 of 255 = 46%
B 96 of 255 = 38%

70
117
96

R + G + B ~ 37%. #467560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 117 + 96 = 283 (100%)
R 70 of 283 ~ 24.73%
G 117 of 283 ~ 41.34%
B 96 of 283 ~ 33.92%

%24.73
%41.34
%33.92

CMYK color model

#467560 color CMYK value is (40,0,18,54).

  • cyan value is 40.17%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK:
(40,0,18,54)
C40M0Y18K54 
(40%,0%,18%,54%)
(0.40/0.00/0.18/0.54)	

CMYK percentages

%40.17
%0
%17.95
%54.12

Codes

Color #467560 in popluar color models

467560
RGB7011796
HSL153°25.13%36.67%
HSB/HSV153°40.17%45.88%
CMYK40.17%0.00%17.95%
54.12%

Color #467560 in popluar number systems.

HEX467560
Decimal7011796
Binary100011011101011100000
Octal106165140

Shades and tints

Shades of #467560

#467560
(70,117,96)
#406B58
(64,107,88)
#3A6150
(58,97,80)
#345748
(52,87,72)
#2E4D40
(46,77,64)
#284338
(40,67,56)
#223930
(34,57,48)
#1C2F28
(28,47,40)
#162520
(22,37,32)
#101B18
(16,27,24)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #467560

#467560
(70,117,96)
#56816E
(86,129,110)
#668D7C
(102,141,124)
#76998A
(118,153,138)
#86A598
(134,165,152)
#96B1A6
(150,177,166)
#A6BDB4
(166,189,180)
#B6C9C2
(182,201,194)
#C6D5D0
(198,213,208)
#D6E1DE
(214,225,222)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467560; }

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

This text font color is #467560.


Background Color

.myBgColor { background-color: #467560; }

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

This div background color is #467560.


Border color

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

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

This div border color is #467560.


Opacity

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

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

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

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

This text has shadow with #467560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467560 on black background.


Color preview on white background

This text has color #467560 on white background.



Black color preview on #467560 background

This text has black color on #467560 background.


White color preview on #467560 background

This text has white color on #467560 background.