COLOR #468829

HEX: #468829
RGB: (70,136,41)

Color info

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

RGB color model

#468829 color RGB value is (70,136,41).

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

RGB channels and saturation

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

70
136
41

R + G + B ~ 32%. #468829 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 136 + 41 = 247 (100%)
R 70 of 247 ~ 28.34%
G 136 of 247 ~ 55.06%
B 41 of 247 ~ 16.6%

%28.34
%55.06
%16.6

CMYK color model

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

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

CMYK percentages

%48.53
%0
%69.85
%46.67

Codes

Color #468829 in popluar color models

468829
RGB7013641
HSL102°53.67%34.71%
HSB/HSV102°69.85%53.33%
CMYK48.53%0.00%69.85%
46.67%

Color #468829 in popluar number systems.

HEX468829
Decimal7013641
Binary100011010001000101001
Octal10621051

Shades and tints

Shades of #468829

#468829
(70,136,41)
#407C26
(64,124,38)
#3A7023
(58,112,35)
#346420
(52,100,32)
#2E581D
(46,88,29)
#284C1A
(40,76,26)
#224017
(34,64,23)
#1C3414
(28,52,20)
#162811
(22,40,17)
#101C0E
(16,28,14)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #468829

#468829
(70,136,41)
#56923C
(86,146,60)
#669C4F
(102,156,79)
#76A662
(118,166,98)
#86B075
(134,176,117)
#96BA88
(150,186,136)
#A6C49B
(166,196,155)
#B6CEAE
(182,206,174)
#C6D8C1
(198,216,193)
#D6E2D4
(214,226,212)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468829; }

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

This text font color is #468829.


Background Color

.myBgColor { background-color: #468829; }

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

This div background color is #468829.


Border color

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

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

This div border color is #468829.


Opacity

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

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

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

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

This text has shadow with #468829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468829 on black background.


Color preview on white background

This text has color #468829 on white background.



Black color preview on #468829 background

This text has black color on #468829 background.


White color preview on #468829 background

This text has white color on #468829 background.