COLOR #468603

HEX: #468603
RGB: (70,134,3)

Color info

#468603 contains mainly green color. Web safe color of #468603 is #339900 (or #390).

RGB color model

#468603 color RGB value is (70,134,3).

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

RGB channels and saturation

R 70 of 255 = 27%
G 134 of 255 = 53%
B 3 of 255 = 1%

70
134
3

R + G + B ~ 27%. #468603 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 134 + 3 = 207 (100%)
R 70 of 207 ~ 33.82%
G 134 of 207 ~ 64.73%
B 3 of 207 ~ 1.45%

%33.82
%64.73

CMYK color model

#468603 color CMYK value is (48,0,98,47).

  • cyan value is 47.76%
  • magenta value is 0.00%
  • yellow value is 97.76%
  • key color value is 47.45%
CMYK:
(48,0,98,47)
C48M0Y98K47 
(48%,0%,98%,47%)
(0.48/0.00/0.98/0.47)	

CMYK percentages

%47.76
%0
%97.76
%47.45

Codes

Color #468603 in popluar color models

468603
RGB701343
HSL89°95.62%26.86%
HSB/HSV89°97.76%52.55%
CMYK47.76%0.00%97.76%
47.45%

Color #468603 in popluar number systems.

HEX468603
Decimal701343
Binary10001101000011011
Octal1062063

Shades and tints

Shades of #468603

#468603
(70,134,3)
#407A03
(64,122,3)
#3A6E03
(58,110,3)
#346203
(52,98,3)
#2E5603
(46,86,3)
#284A03
(40,74,3)
#223E03
(34,62,3)
#1C3203
(28,50,3)
#162603
(22,38,3)
#101A03
(16,26,3)
#0A0E03
(10,14,3)
#000000
(0,0,0)

Tints of #468603

#468603
(70,134,3)
#569119
(86,145,25)
#669C2F
(102,156,47)
#76A745
(118,167,69)
#86B25B
(134,178,91)
#96BD71
(150,189,113)
#A6C887
(166,200,135)
#B6D39D
(182,211,157)
#C6DEB3
(198,222,179)
#D6E9C9
(214,233,201)
#E6F4DF
(230,244,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468603; }

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

This text font color is #468603.


Background Color

.myBgColor { background-color: #468603; }

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

This div background color is #468603.


Border color

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

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

This div border color is #468603.


Opacity

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

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

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

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

This text has shadow with #468603 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468603 on black background.


Color preview on white background

This text has color #468603 on white background.



Black color preview on #468603 background

This text has black color on #468603 background.


White color preview on #468603 background

This text has white color on #468603 background.