COLOR #468151

HEX: #468151
RGB: (70,129,81)

Color info

#468151 contains red, green and blue colors in about the same proportion. Web safe color of #468151 is #339966 (or #396).

RGB color model

#468151 color RGB value is (70,129,81).

  • red value is 70;
  • green value is 129;
  • blue value is 81.
RGB:
(70,129,81)
(27%,51%,32%)

RGB channels and saturation

R 70 of 255 = 27%
G 129 of 255 = 51%
B 81 of 255 = 32%

70
129
81

R + G + B ~ 37%. #468151 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 129 + 81 = 280 (100%)
R 70 of 280 ~ 25%
G 129 of 280 ~ 46.07%
B 81 of 280 ~ 28.93%

%25
%46.07
%28.93

CMYK color model

#468151 color CMYK value is (46,0,37,49).

  • cyan value is 45.74%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 49.41%
CMYK:
(46,0,37,49)
C46M0Y37K49 
(46%,0%,37%,49%)
(0.46/0.00/0.37/0.49)	

CMYK percentages

%45.74
%0
%37.21
%49.41

Codes

Color #468151 in popluar color models

468151
RGB7012981
HSL131°29.65%39.02%
HSB/HSV131°45.74%50.59%
CMYK45.74%0.00%37.21%
49.41%

Color #468151 in popluar number systems.

HEX468151
Decimal7012981
Binary1000110100000011010001
Octal106201121

Shades and tints

Shades of #468151

#468151
(70,129,81)
#40764A
(64,118,74)
#3A6B43
(58,107,67)
#34603C
(52,96,60)
#2E5535
(46,85,53)
#284A2E
(40,74,46)
#223F27
(34,63,39)
#1C3420
(28,52,32)
#162919
(22,41,25)
#101E12
(16,30,18)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #468151

#468151
(70,129,81)
#568C60
(86,140,96)
#66976F
(102,151,111)
#76A27E
(118,162,126)
#86AD8D
(134,173,141)
#96B89C
(150,184,156)
#A6C3AB
(166,195,171)
#B6CEBA
(182,206,186)
#C6D9C9
(198,217,201)
#D6E4D8
(214,228,216)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468151 color. Also use rgb(70,129,81) instead hex code.

Text Font Color

.myTextColor { color: #468151; }

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

This text font color is #468151.


Background Color

.myBgColor { background-color: #468151; }

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

This div background color is #468151.


Border color

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

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

This div border color is #468151.


Opacity

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

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

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

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

This text has shadow with #468151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468151 on black background.


Color preview on white background

This text has color #468151 on white background.



Black color preview on #468151 background

This text has black color on #468151 background.


White color preview on #468151 background

This text has white color on #468151 background.