COLOR #468269

HEX: #468269
RGB: (70,130,105)

Color info

#468269 contains mainly green and blue colors. Web safe color of #468269 is #339966 (or #396).

RGB color model

#468269 color RGB value is (70,130,105).

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

RGB channels and saturation

R 70 of 255 = 27%
G 130 of 255 = 51%
B 105 of 255 = 41%

70
130
105

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

Portions of RGB colors in percentages

R + G + B =
70 + 130 + 105 = 305 (100%)
R 70 of 305 ~ 22.95%
G 130 of 305 ~ 42.62%
B 105 of 305 ~ 34.43%

%22.95
%42.62
%34.43

CMYK color model

#468269 color CMYK value is (46,0,19,49).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 49.02%
CMYK:
(46,0,19,49)
C46M0Y19K49 
(46%,0%,19%,49%)
(0.46/0.00/0.19/0.49)	

CMYK percentages

%46.15
%0
%19.23
%49.02

Codes

Color #468269 in popluar color models

468269
RGB70130105
HSL155°30.00%39.22%
HSB/HSV155°46.15%50.98%
CMYK46.15%0.00%19.23%
49.02%

Color #468269 in popluar number systems.

HEX468269
Decimal70130105
Binary1000110100000101101001
Octal106202151

Shades and tints

Shades of #468269

#468269
(70,130,105)
#407760
(64,119,96)
#3A6C57
(58,108,87)
#34614E
(52,97,78)
#2E5645
(46,86,69)
#284B3C
(40,75,60)
#224033
(34,64,51)
#1C352A
(28,53,42)
#162A21
(22,42,33)
#101F18
(16,31,24)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #468269

#468269
(70,130,105)
#568D76
(86,141,118)
#669883
(102,152,131)
#76A390
(118,163,144)
#86AE9D
(134,174,157)
#96B9AA
(150,185,170)
#A6C4B7
(166,196,183)
#B6CFC4
(182,207,196)
#C6DAD1
(198,218,209)
#D6E5DE
(214,229,222)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468269; }

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

This text font color is #468269.


Background Color

.myBgColor { background-color: #468269; }

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

This div background color is #468269.


Border color

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

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

This div border color is #468269.


Opacity

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

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

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

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

This text has shadow with #468269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468269 on black background.


Color preview on white background

This text has color #468269 on white background.



Black color preview on #468269 background

This text has black color on #468269 background.


White color preview on #468269 background

This text has white color on #468269 background.