COLOR #467869

HEX: #467869
RGB: (70,120,105)

Color info

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

RGB color model

#467869 color RGB value is (70,120,105).

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

RGB channels and saturation

R 70 of 255 = 27%
G 120 of 255 = 47%
B 105 of 255 = 41%

70
120
105

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

Portions of RGB colors in percentages

R + G + B =
70 + 120 + 105 = 295 (100%)
R 70 of 295 ~ 23.73%
G 120 of 295 ~ 40.68%
B 105 of 295 ~ 35.59%

%23.73
%40.68
%35.59

CMYK color model

#467869 color CMYK value is (42,0,13,53).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(42,0,13,53)
C42M0Y13K53 
(42%,0%,13%,53%)
(0.42/0.00/0.13/0.53)	

CMYK percentages

%41.67
%0
%12.5
%52.94

Codes

Color #467869 in popluar color models

467869
RGB70120105
HSL162°26.32%37.25%
HSB/HSV162°41.67%47.06%
CMYK41.67%0.00%12.50%
52.94%

Color #467869 in popluar number systems.

HEX467869
Decimal70120105
Binary100011011110001101001
Octal106170151

Shades and tints

Shades of #467869

#467869
(70,120,105)
#406E60
(64,110,96)
#3A6457
(58,100,87)
#345A4E
(52,90,78)
#2E5045
(46,80,69)
#28463C
(40,70,60)
#223C33
(34,60,51)
#1C322A
(28,50,42)
#162821
(22,40,33)
#101E18
(16,30,24)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #467869

#467869
(70,120,105)
#568476
(86,132,118)
#669083
(102,144,131)
#769C90
(118,156,144)
#86A89D
(134,168,157)
#96B4AA
(150,180,170)
#A6C0B7
(166,192,183)
#B6CCC4
(182,204,196)
#C6D8D1
(198,216,209)
#D6E4DE
(214,228,222)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467869; }

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

This text font color is #467869.


Background Color

.myBgColor { background-color: #467869; }

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

This div background color is #467869.


Border color

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

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

This div border color is #467869.


Opacity

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

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

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

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

This text has shadow with #467869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467869 on black background.


Color preview on white background

This text has color #467869 on white background.



Black color preview on #467869 background

This text has black color on #467869 background.


White color preview on #467869 background

This text has white color on #467869 background.