COLOR #468069

HEX: #468069
RGB: (70,128,105)

Color info

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

RGB color model

#468069 color RGB value is (70,128,105).

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

RGB channels and saturation

R 70 of 255 = 27%
G 128 of 255 = 50%
B 105 of 255 = 41%

70
128
105

R + G + B ~ 39%. #468069 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 128 + 105 = 303 (100%)
R 70 of 303 ~ 23.1%
G 128 of 303 ~ 42.24%
B 105 of 303 ~ 34.65%

%23.1
%42.24
%34.65

CMYK color model

#468069 color CMYK value is (45,0,18,50).

  • cyan value is 45.31%
  • magenta value is 0.00%
  • yellow value is 17.97%
  • key color value is 49.80%
CMYK:
(45,0,18,50)
C45M0Y18K50 
(45%,0%,18%,50%)
(0.45/0.00/0.18/0.50)	

CMYK percentages

%45.31
%0
%17.97
%49.8

Codes

Color #468069 in popluar color models

468069
RGB70128105
HSL156°29.29%38.82%
HSB/HSV156°45.31%50.20%
CMYK45.31%0.00%17.97%
49.80%

Color #468069 in popluar number systems.

HEX468069
Decimal70128105
Binary1000110100000001101001
Octal106200151

Shades and tints

Shades of #468069

#468069
(70,128,105)
#407560
(64,117,96)
#3A6A57
(58,106,87)
#345F4E
(52,95,78)
#2E5445
(46,84,69)
#28493C
(40,73,60)
#223E33
(34,62,51)
#1C332A
(28,51,42)
#162821
(22,40,33)
#101D18
(16,29,24)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #468069

#468069
(70,128,105)
#568B76
(86,139,118)
#669683
(102,150,131)
#76A190
(118,161,144)
#86AC9D
(134,172,157)
#96B7AA
(150,183,170)
#A6C2B7
(166,194,183)
#B6CDC4
(182,205,196)
#C6D8D1
(198,216,209)
#D6E3DE
(214,227,222)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468069; }

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

This text font color is #468069.


Background Color

.myBgColor { background-color: #468069; }

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

This div background color is #468069.


Border color

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

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

This div border color is #468069.


Opacity

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

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

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

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

This text has shadow with #468069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468069 on black background.


Color preview on white background

This text has color #468069 on white background.



Black color preview on #468069 background

This text has black color on #468069 background.


White color preview on #468069 background

This text has white color on #468069 background.