COLOR #468065

HEX: #468065
RGB: (70,128,101)

Color info

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

RGB color model

#468065 color RGB value is (70,128,101).

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

RGB channels and saturation

R 70 of 255 = 27%
G 128 of 255 = 50%
B 101 of 255 = 40%

70
128
101

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

Portions of RGB colors in percentages

R + G + B =
70 + 128 + 101 = 299 (100%)
R 70 of 299 ~ 23.41%
G 128 of 299 ~ 42.81%
B 101 of 299 ~ 33.78%

%23.41
%42.81
%33.78

CMYK color model

#468065 color CMYK value is (45,0,21,50).

  • cyan value is 45.31%
  • magenta value is 0.00%
  • yellow value is 21.09%
  • key color value is 49.80%
CMYK:
(45,0,21,50)
C45M0Y21K50 
(45%,0%,21%,50%)
(0.45/0.00/0.21/0.50)	

CMYK percentages

%45.31
%0
%21.09
%49.8

Codes

Color #468065 in popluar color models

468065
RGB70128101
HSL152°29.29%38.82%
HSB/HSV152°45.31%50.20%
CMYK45.31%0.00%21.09%
49.80%

Color #468065 in popluar number systems.

HEX468065
Decimal70128101
Binary1000110100000001100101
Octal106200145

Shades and tints

Shades of #468065

#468065
(70,128,101)
#40755C
(64,117,92)
#3A6A53
(58,106,83)
#345F4A
(52,95,74)
#2E5441
(46,84,65)
#284938
(40,73,56)
#223E2F
(34,62,47)
#1C3326
(28,51,38)
#16281D
(22,40,29)
#101D14
(16,29,20)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #468065

#468065
(70,128,101)
#568B73
(86,139,115)
#669681
(102,150,129)
#76A18F
(118,161,143)
#86AC9D
(134,172,157)
#96B7AB
(150,183,171)
#A6C2B9
(166,194,185)
#B6CDC7
(182,205,199)
#C6D8D5
(198,216,213)
#D6E3E3
(214,227,227)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468065; }

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

This text font color is #468065.


Background Color

.myBgColor { background-color: #468065; }

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

This div background color is #468065.


Border color

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

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

This div border color is #468065.


Opacity

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

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

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

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

This text has shadow with #468065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468065 on black background.


Color preview on white background

This text has color #468065 on white background.



Black color preview on #468065 background

This text has black color on #468065 background.


White color preview on #468065 background

This text has white color on #468065 background.