COLOR #467D6D

HEX: #467D6D
RGB: (70,125,109)

Color info

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

RGB color model

#467D6D color RGB value is (70,125,109).

  • red value is 70;
  • green value is 125;
  • blue value is 109.
RGB:
(70,125,109)
(27%,49%,43%)

RGB channels and saturation

R 70 of 255 = 27%
G 125 of 255 = 49%
B 109 of 255 = 43%

70
125
109

R + G + B ~ 40%. #467D6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 125 + 109 = 304 (100%)
R 70 of 304 ~ 23.03%
G 125 of 304 ~ 41.12%
B 109 of 304 ~ 35.86%

%23.03
%41.12
%35.86

CMYK color model

#467D6D color CMYK value is (44,0,13,51).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 12.80%
  • key color value is 50.98%
CMYK:
(44,0,13,51)
C44M0Y13K51 
(44%,0%,13%,51%)
(0.44/0.00/0.13/0.51)	

CMYK percentages

%44
%0
%12.8
%50.98

Codes

Color #467D6D in popluar color models

467D6D
RGB70125109
HSL163°28.21%38.24%
HSB/HSV163°44.00%49.02%
CMYK44.00%0.00%12.80%
50.98%

Color #467D6D in popluar number systems.

HEX467D6D
Decimal70125109
Binary100011011111011101101
Octal106175155

Shades and tints

Shades of #467D6D

#467D6D
(70,125,109)
#407264
(64,114,100)
#3A675B
(58,103,91)
#345C52
(52,92,82)
#2E5149
(46,81,73)
#284640
(40,70,64)
#223B37
(34,59,55)
#1C302E
(28,48,46)
#162525
(22,37,37)
#101A1C
(16,26,28)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #467D6D

#467D6D
(70,125,109)
#56887A
(86,136,122)
#669387
(102,147,135)
#769E94
(118,158,148)
#86A9A1
(134,169,161)
#96B4AE
(150,180,174)
#A6BFBB
(166,191,187)
#B6CAC8
(182,202,200)
#C6D5D5
(198,213,213)
#D6E0E2
(214,224,226)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467D6D color. Also use rgb(70,125,109) instead hex code.

Text Font Color

.myTextColor { color: #467D6D; }

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

This text font color is #467D6D.


Background Color

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

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

This div background color is #467D6D.


Border color

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

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

This div border color is #467D6D.


Opacity

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

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

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

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

This text has shadow with #467D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467D6D on black background.


Color preview on white background

This text has color #467D6D on white background.



Black color preview on #467D6D background

This text has black color on #467D6D background.


White color preview on #467D6D background

This text has white color on #467D6D background.