COLOR #46841C

HEX: #46841C
RGB: (70,132,28)

Color info

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

RGB color model

#46841C color RGB value is (70,132,28).

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

RGB channels and saturation

R 70 of 255 = 27%
G 132 of 255 = 52%
B 28 of 255 = 11%

70
132
28

R + G + B ~ 30%. #46841C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 132 + 28 = 230 (100%)
R 70 of 230 ~ 30.43%
G 132 of 230 ~ 57.39%
B 28 of 230 ~ 12.17%

%30.43
%57.39
%12.17

CMYK color model

#46841C color CMYK value is (47,0,79,48).

  • cyan value is 46.97%
  • magenta value is 0.00%
  • yellow value is 78.79%
  • key color value is 48.24%
CMYK:
(47,0,79,48)
C47M0Y79K48 
(47%,0%,79%,48%)
(0.47/0.00/0.79/0.48)	

CMYK percentages

%46.97
%0
%78.79
%48.24

Codes

Color #46841C in popluar color models

46841C
RGB7013228
HSL96°65.00%31.37%
HSB/HSV96°78.79%51.76%
CMYK46.97%0.00%78.79%
48.24%

Color #46841C in popluar number systems.

HEX46841C
Decimal7013228
Binary10001101000010011100
Octal10620434

Shades and tints

Shades of #46841C

#46841C
(70,132,28)
#40781A
(64,120,26)
#3A6C18
(58,108,24)
#346016
(52,96,22)
#2E5414
(46,84,20)
#284812
(40,72,18)
#223C10
(34,60,16)
#1C300E
(28,48,14)
#16240C
(22,36,12)
#10180A
(16,24,10)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #46841C

#46841C
(70,132,28)
#568F30
(86,143,48)
#669A44
(102,154,68)
#76A558
(118,165,88)
#86B06C
(134,176,108)
#96BB80
(150,187,128)
#A6C694
(166,198,148)
#B6D1A8
(182,209,168)
#C6DCBC
(198,220,188)
#D6E7D0
(214,231,208)
#E6F2E4
(230,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46841C; }

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

This text font color is #46841C.


Background Color

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

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

This div background color is #46841C.


Border color

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

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

This div border color is #46841C.


Opacity

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

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

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

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

This text has shadow with #46841C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46841C on black background.


Color preview on white background

This text has color #46841C on white background.



Black color preview on #46841C background

This text has black color on #46841C background.


White color preview on #46841C background

This text has white color on #46841C background.