COLOR #468846

HEX: #468846
RGB: (70,136,70)

Color info

#468846 contains mainly green color. Web safe color of #468846 is #339933 (or #393).

RGB color model

#468846 color RGB value is (70,136,70).

  • red value is 70;
  • green value is 136;
  • blue value is 70.
RGB:
(70,136,70)
(27%,53%,27%)

RGB channels and saturation

R 70 of 255 = 27%
G 136 of 255 = 53%
B 70 of 255 = 27%

70
136
70

R + G + B ~ 36%. #468846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 136 + 70 = 276 (100%)
R 70 of 276 ~ 25.36%
G 136 of 276 ~ 49.28%
B 70 of 276 ~ 25.36%

%25.36
%49.28
%25.36

CMYK color model

#468846 color CMYK value is (49,0,49,47).

  • cyan value is 48.53%
  • magenta value is 0.00%
  • yellow value is 48.53%
  • key color value is 46.67%
CMYK:
(49,0,49,47)
C49M0Y49K47 
(49%,0%,49%,47%)
(0.49/0.00/0.49/0.47)	

CMYK percentages

%48.53
%0
%48.53
%46.67

Codes

Color #468846 in popluar color models

468846
RGB7013670
HSL120°32.04%40.39%
HSB/HSV120°48.53%53.33%
CMYK48.53%0.00%48.53%
46.67%

Color #468846 in popluar number systems.

HEX468846
Decimal7013670
Binary1000110100010001000110
Octal106210106

Shades and tints

Shades of #468846

#468846
(70,136,70)
#407C40
(64,124,64)
#3A703A
(58,112,58)
#346434
(52,100,52)
#2E582E
(46,88,46)
#284C28
(40,76,40)
#224022
(34,64,34)
#1C341C
(28,52,28)
#162816
(22,40,22)
#101C10
(16,28,16)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #468846

#468846
(70,136,70)
#569256
(86,146,86)
#669C66
(102,156,102)
#76A676
(118,166,118)
#86B086
(134,176,134)
#96BA96
(150,186,150)
#A6C4A6
(166,196,166)
#B6CEB6
(182,206,182)
#C6D8C6
(198,216,198)
#D6E2D6
(214,226,214)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468846; }

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

This text font color is #468846.


Background Color

.myBgColor { background-color: #468846; }

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

This div background color is #468846.


Border color

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

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

This div border color is #468846.


Opacity

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

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

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

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

This text has shadow with #468846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468846 on black background.


Color preview on white background

This text has color #468846 on white background.



Black color preview on #468846 background

This text has black color on #468846 background.


White color preview on #468846 background

This text has white color on #468846 background.