COLOR #467A5E

HEX: #467A5E
RGB: (70,122,94)

Color info

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

RGB color model

#467A5E color RGB value is (70,122,94).

  • red value is 70;
  • green value is 122;
  • blue value is 94.
RGB:
(70,122,94)
(27%,48%,37%)

RGB channels and saturation

R 70 of 255 = 27%
G 122 of 255 = 48%
B 94 of 255 = 37%

70
122
94

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

Portions of RGB colors in percentages

R + G + B =
70 + 122 + 94 = 286 (100%)
R 70 of 286 ~ 24.48%
G 122 of 286 ~ 42.66%
B 94 of 286 ~ 32.87%

%24.48
%42.66
%32.87

CMYK color model

#467A5E color CMYK value is (43,0,23,52).

  • cyan value is 42.62%
  • magenta value is 0.00%
  • yellow value is 22.95%
  • key color value is 52.16%
CMYK:
(43,0,23,52)
C43M0Y23K52 
(43%,0%,23%,52%)
(0.43/0.00/0.23/0.52)	

CMYK percentages

%42.62
%0
%22.95
%52.16

Codes

Color #467A5E in popluar color models

467A5E
RGB7012294
HSL148°27.08%37.65%
HSB/HSV148°42.62%47.84%
CMYK42.62%0.00%22.95%
52.16%

Color #467A5E in popluar number systems.

HEX467A5E
Decimal7012294
Binary100011011110101011110
Octal106172136

Shades and tints

Shades of #467A5E

#467A5E
(70,122,94)
#406F56
(64,111,86)
#3A644E
(58,100,78)
#345946
(52,89,70)
#2E4E3E
(46,78,62)
#284336
(40,67,54)
#22382E
(34,56,46)
#1C2D26
(28,45,38)
#16221E
(22,34,30)
#101716
(16,23,22)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #467A5E

#467A5E
(70,122,94)
#56866C
(86,134,108)
#66927A
(102,146,122)
#769E88
(118,158,136)
#86AA96
(134,170,150)
#96B6A4
(150,182,164)
#A6C2B2
(166,194,178)
#B6CEC0
(182,206,192)
#C6DACE
(198,218,206)
#D6E6DC
(214,230,220)
#E6F2EA
(230,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467A5E color. Also use rgb(70,122,94) instead hex code.

Text Font Color

.myTextColor { color: #467A5E; }

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

This text font color is #467A5E.


Background Color

.myBgColor { background-color: #467A5E; }

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

This div background color is #467A5E.


Border color

.myBorderColor { border: 1px solid #467A5E; }

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

This div border color is #467A5E.


Opacity

.myOpacity80 { color: #467A5E; opacity: 0.8; }

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

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

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

This text has shadow with #467A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467A5E on black background.


Color preview on white background

This text has color #467A5E on white background.



Black color preview on #467A5E background

This text has black color on #467A5E background.


White color preview on #467A5E background

This text has white color on #467A5E background.