COLOR #468A1D

HEX: #468A1D RGB: (70,138,29)

Color info

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

RGB color model

#468A1D color RGB value is (70,138,29).

RGB: (70,138,29) (27%, 54%, 11%)

RGB channels and saturation

R 70 of 255 = 27%
G 138 of 255 = 54%
B 29 of 255 = 11%

70
138
29

R + G + B ~ 31%. #468A1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 138 + 29 = 237 (100%)
R 70 of 237 ~ 29.54%
G 138 of 237 ~ 58.23%
B 29 of 237 ~ 12.24'%

%29.54
%58.23
%12.24

CMYK color model

#468A1D color CMYK value is (49,0,79,46).

  • cyan value is 49.28%
  • magenta value is 0.00%
  • yellow value is 78.99%
  • key color value is 45.88%

CMYK: (49,0,79,46)
C49M0Y79K46 (49%, 0%, 79%, 46%)
(0.49 / 0.00 / 0.79 / 0.46)

CMYK percentages

%49.28
%0
%78.99
%45.88

Codes

Color #468A1D in popluar color models

46 8A 1D
RGB 70 138 29
HSL 97° 65.27% 32.75%
HSB/HSV 97° 78.99% 54.12%
CMYK 49.28% 0.00% 78.99%
45.88%

Color #468A1D in popluar number systems.

HEX 46 8A 1D
Decimal 70 138 29
Binary 1000110 10001010 11101
Octal 106 212 35

Shades and tints

Shades of #468A1D

#468A1D
(70,138,29)
#407E1B
(64,126,27)
#3A7219
(58,114,25)
#346617
(52,102,23)
#2E5A15
(46,90,21)
#284E13
(40,78,19)
#224211
(34,66,17)
#1C360F
(28,54,15)
#162A0D
(22,42,13)
#101E0B
(16,30,11)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #468A1D

#468A1D
(70,138,29)
#569431
(86,148,49)
#669E45
(102,158,69)
#76A859
(118,168,89)
#86B26D
(134,178,109)
#96BC81
(150,188,129)
#A6C695
(166,198,149)
#B6D0A9
(182,208,169)
#C6DABD
(198,218,189)
#D6E4D1
(214,228,209)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468A1D color. Also use rgb(70,138,29) instead hex code.

Text Font Color

.myTextColor { color: #468A1D; }

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

This text font color is #468A1D.

Background Color

.myBgColor { background-color: #468A1D; }

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

This div background color is #468A1D.

Border color

.myBorderColor { border: 1px solid #468A1D; }

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

This div border color is #468A1D.

Opacity

.myOpacity80 { color: #468A1D; opacity: 0.8; }

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

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

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

This text has shadow with #468A1D color.


.textShadow {text-shadow: 3px 3px 1px #468A1D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #468A1D; -webkit-box-shadow: 1px 1px 3px 2px #468A1D; box-shadow:1px 1px 3px 2px #468A1D;">
Div content here
</div>

This div box has shadow with color #468A1D.

Preview

Color preview on black background

This text has color #468A1D on black background.


Color preview on white background

This text has color #468A1D on white background.


Black color preview on #468A1D background

This text has black color on #468A1D background.


White color preview on #468A1D background

This text has white color on #468A1D background.


Related colors

Complementary color

Complementary color for #hex is #B975E2.


I love getcolorcode.com

Triadic colors

1 #1D468A and #8A1D46 with #468A1D are triadic colors.

2 #1D8A46 and #8A461D with #468A1D are triadic colors.