COLOR #466303

HEX: #466303
RGB: (70,99,3)

Color info

#466303 contains mainly red and green colors. Web safe color of #466303 is #336600 (or #360).

RGB color model

#466303 color RGB value is (70,99,3).

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

RGB channels and saturation

R 70 of 255 = 27%
G 99 of 255 = 39%
B 3 of 255 = 1%

70
99
3

R + G + B ~ 22%. #466303 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 99 + 3 = 172 (100%)
R 70 of 172 ~ 40.7%
G 99 of 172 ~ 57.56%
B 3 of 172 ~ 1.74%

%40.7
%57.56

CMYK color model

#466303 color CMYK value is (29,0,97,61).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 96.97%
  • key color value is 61.18%
CMYK:
(29,0,97,61)
C29M0Y97K61 
(29%,0%,97%,61%)
(0.29/0.00/0.97/0.61)	

CMYK percentages

%29.29
%0
%96.97
%61.18

Codes

Color #466303 in popluar color models

466303
RGB70993
HSL78°94.12%20.00%
HSB/HSV78°96.97%38.82%
CMYK29.29%0.00%96.97%
61.18%

Color #466303 in popluar number systems.

HEX466303
Decimal70993
Binary1000110110001111
Octal1061433

Shades and tints

Shades of #466303

#466303
(70,99,3)
#405A03
(64,90,3)
#3A5103
(58,81,3)
#344803
(52,72,3)
#2E3F03
(46,63,3)
#283603
(40,54,3)
#222D03
(34,45,3)
#1C2403
(28,36,3)
#161B03
(22,27,3)
#101203
(16,18,3)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #466303

#466303
(70,99,3)
#567119
(86,113,25)
#667F2F
(102,127,47)
#768D45
(118,141,69)
#869B5B
(134,155,91)
#96A971
(150,169,113)
#A6B787
(166,183,135)
#B6C59D
(182,197,157)
#C6D3B3
(198,211,179)
#D6E1C9
(214,225,201)
#E6EFDF
(230,239,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466303; }

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

This text font color is #466303.


Background Color

.myBgColor { background-color: #466303; }

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

This div background color is #466303.


Border color

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

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

This div border color is #466303.


Opacity

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

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

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

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

This text has shadow with #466303 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466303 on black background.


Color preview on white background

This text has color #466303 on white background.



Black color preview on #466303 background

This text has black color on #466303 background.


White color preview on #466303 background

This text has white color on #466303 background.