COLOR #46921C

HEX: #46921C
RGB: (70,146,28)

Color info

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

RGB color model

#46921C color RGB value is (70,146,28).

  • red value is 70;
  • green value is 146;
  • blue value is 28.
RGB:
(70,146,28)
(27%,57%,11%)

RGB channels and saturation

R 70 of 255 = 27%
G 146 of 255 = 57%
B 28 of 255 = 11%

70
146
28

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

Portions of RGB colors in percentages

R + G + B =
70 + 146 + 28 = 244 (100%)
R 70 of 244 ~ 28.69%
G 146 of 244 ~ 59.84%
B 28 of 244 ~ 11.48%

%28.69
%59.84
%11.48

CMYK color model

#46921C color CMYK value is (52,0,81,43).

  • cyan value is 52.05%
  • magenta value is 0.00%
  • yellow value is 80.82%
  • key color value is 42.75%
CMYK:
(52,0,81,43)
C52M0Y81K43 
(52%,0%,81%,43%)
(0.52/0.00/0.81/0.43)	

CMYK percentages

%52.05
%0
%80.82
%42.75

Codes

Color #46921C in popluar color models

46921C
RGB7014628
HSL99°67.82%34.12%
HSB/HSV99°80.82%57.25%
CMYK52.05%0.00%80.82%
42.75%

Color #46921C in popluar number systems.

HEX46921C
Decimal7014628
Binary10001101001001011100
Octal10622234

Shades and tints

Shades of #46921C

#46921C
(70,146,28)
#40851A
(64,133,26)
#3A7818
(58,120,24)
#346B16
(52,107,22)
#2E5E14
(46,94,20)
#285112
(40,81,18)
#224410
(34,68,16)
#1C370E
(28,55,14)
#162A0C
(22,42,12)
#101D0A
(16,29,10)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #46921C

#46921C
(70,146,28)
#569B30
(86,155,48)
#66A444
(102,164,68)
#76AD58
(118,173,88)
#86B66C
(134,182,108)
#96BF80
(150,191,128)
#A6C894
(166,200,148)
#B6D1A8
(182,209,168)
#C6DABC
(198,218,188)
#D6E3D0
(214,227,208)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46921C color. Also use rgb(70,146,28) instead hex code.

Text Font Color

.myTextColor { color: #46921C; }

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

This text font color is #46921C.


Background Color

.myBgColor { background-color: #46921C; }

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

This div background color is #46921C.


Border color

.myBorderColor { border: 1px solid #46921C; }

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

This div border color is #46921C.


Opacity

.myOpacity80 { color: #46921C; opacity: 0.8; }

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

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

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

This text has shadow with #46921C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46921C on black background.


Color preview on white background

This text has color #46921C on white background.



Black color preview on #46921C background

This text has black color on #46921C background.


White color preview on #46921C background

This text has white color on #46921C background.