COLOR #46832D

HEX: #46832D
RGB: (70,131,45)

Color info

#46832D contains mainly green color. Web safe color of #46832D is #339933 (or #393).

RGB color model

#46832D color RGB value is (70,131,45).

  • red value is 70;
  • green value is 131;
  • blue value is 45.
RGB:
(70,131,45)
(27%,51%,18%)

RGB channels and saturation

R 70 of 255 = 27%
G 131 of 255 = 51%
B 45 of 255 = 18%

70
131
45

R + G + B ~ 32%. #46832D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 131 + 45 = 246 (100%)
R 70 of 246 ~ 28.46%
G 131 of 246 ~ 53.25%
B 45 of 246 ~ 18.29%

%28.46
%53.25
%18.29

CMYK color model

#46832D color CMYK value is (47,0,66,49).

  • cyan value is 46.56%
  • magenta value is 0.00%
  • yellow value is 65.65%
  • key color value is 48.63%
CMYK:
(47,0,66,49)
C47M0Y66K49 
(47%,0%,66%,49%)
(0.47/0.00/0.66/0.49)	

CMYK percentages

%46.56
%0
%65.65
%48.63

Codes

Color #46832D in popluar color models

46832D
RGB7013145
HSL103°48.86%34.51%
HSB/HSV103°65.65%51.37%
CMYK46.56%0.00%65.65%
48.63%

Color #46832D in popluar number systems.

HEX46832D
Decimal7013145
Binary100011010000011101101
Octal10620355

Shades and tints

Shades of #46832D

#46832D
(70,131,45)
#407829
(64,120,41)
#3A6D25
(58,109,37)
#346221
(52,98,33)
#2E571D
(46,87,29)
#284C19
(40,76,25)
#224115
(34,65,21)
#1C3611
(28,54,17)
#162B0D
(22,43,13)
#102009
(16,32,9)
#0A1505
(10,21,5)
#000000
(0,0,0)

Tints of #46832D

#46832D
(70,131,45)
#568E40
(86,142,64)
#669953
(102,153,83)
#76A466
(118,164,102)
#86AF79
(134,175,121)
#96BA8C
(150,186,140)
#A6C59F
(166,197,159)
#B6D0B2
(182,208,178)
#C6DBC5
(198,219,197)
#D6E6D8
(214,230,216)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46832D color. Also use rgb(70,131,45) instead hex code.

Text Font Color

.myTextColor { color: #46832D; }

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

This text font color is #46832D.


Background Color

.myBgColor { background-color: #46832D; }

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

This div background color is #46832D.


Border color

.myBorderColor { border: 1px solid #46832D; }

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

This div border color is #46832D.


Opacity

.myOpacity80 { color: #46832D; opacity: 0.8; }

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

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

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

This text has shadow with #46832D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46832D on black background.


Color preview on white background

This text has color #46832D on white background.



Black color preview on #46832D background

This text has black color on #46832D background.


White color preview on #46832D background

This text has white color on #46832D background.