COLOR #467669

HEX: #467669
RGB: (70,118,105)

Color info

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

RGB color model

#467669 color RGB value is (70,118,105).

  • red value is 70;
  • green value is 118;
  • blue value is 105.
RGB:
(70,118,105)
(27%,46%,41%)

RGB channels and saturation

R 70 of 255 = 27%
G 118 of 255 = 46%
B 105 of 255 = 41%

70
118
105

R + G + B ~ 38%. #467669 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 118 + 105 = 293 (100%)
R 70 of 293 ~ 23.89%
G 118 of 293 ~ 40.27%
B 105 of 293 ~ 35.84%

%23.89
%40.27
%35.84

CMYK color model

#467669 color CMYK value is (41,0,11,54).

  • cyan value is 40.68%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 53.73%
CMYK:
(41,0,11,54)
C41M0Y11K54 
(41%,0%,11%,54%)
(0.41/0.00/0.11/0.54)	

CMYK percentages

%40.68
%0
%11.02
%53.73

Codes

Color #467669 in popluar color models

467669
RGB70118105
HSL164°25.53%36.86%
HSB/HSV164°40.68%46.27%
CMYK40.68%0.00%11.02%
53.73%

Color #467669 in popluar number systems.

HEX467669
Decimal70118105
Binary100011011101101101001
Octal106166151

Shades and tints

Shades of #467669

#467669
(70,118,105)
#406C60
(64,108,96)
#3A6257
(58,98,87)
#34584E
(52,88,78)
#2E4E45
(46,78,69)
#28443C
(40,68,60)
#223A33
(34,58,51)
#1C302A
(28,48,42)
#162621
(22,38,33)
#101C18
(16,28,24)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #467669

#467669
(70,118,105)
#568276
(86,130,118)
#668E83
(102,142,131)
#769A90
(118,154,144)
#86A69D
(134,166,157)
#96B2AA
(150,178,170)
#A6BEB7
(166,190,183)
#B6CAC4
(182,202,196)
#C6D6D1
(198,214,209)
#D6E2DE
(214,226,222)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467669 color. Also use rgb(70,118,105) instead hex code.

Text Font Color

.myTextColor { color: #467669; }

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

This text font color is #467669.


Background Color

.myBgColor { background-color: #467669; }

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

This div background color is #467669.


Border color

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

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

This div border color is #467669.


Opacity

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

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

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

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

This text has shadow with #467669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467669 on black background.


Color preview on white background

This text has color #467669 on white background.



Black color preview on #467669 background

This text has black color on #467669 background.


White color preview on #467669 background

This text has white color on #467669 background.