COLOR #46852E

HEX: #46852E
RGB: (70,133,46)

Color info

#46852E contains mainly green color. Web safe color of #46852E is #339933 (or #393).

RGB color model

#46852E color RGB value is (70,133,46).

  • red value is 70;
  • green value is 133;
  • blue value is 46.
RGB:
(70,133,46)
(27%,52%,18%)

RGB channels and saturation

R 70 of 255 = 27%
G 133 of 255 = 52%
B 46 of 255 = 18%

70
133
46

R + G + B ~ 32%. #46852E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 133 + 46 = 249 (100%)
R 70 of 249 ~ 28.11%
G 133 of 249 ~ 53.41%
B 46 of 249 ~ 18.47%

%28.11
%53.41
%18.47

CMYK color model

#46852E color CMYK value is (47,0,65,48).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 65.41%
  • key color value is 47.84%
CMYK:
(47,0,65,48)
C47M0Y65K48 
(47%,0%,65%,48%)
(0.47/0.00/0.65/0.48)	

CMYK percentages

%47.37
%0
%65.41
%47.84

Codes

Color #46852E in popluar color models

46852E
RGB7013346
HSL103°48.60%35.10%
HSB/HSV103°65.41%52.16%
CMYK47.37%0.00%65.41%
47.84%

Color #46852E in popluar number systems.

HEX46852E
Decimal7013346
Binary100011010000101101110
Octal10620556

Shades and tints

Shades of #46852E

#46852E
(70,133,46)
#40792A
(64,121,42)
#3A6D26
(58,109,38)
#346122
(52,97,34)
#2E551E
(46,85,30)
#28491A
(40,73,26)
#223D16
(34,61,22)
#1C3112
(28,49,18)
#16250E
(22,37,14)
#10190A
(16,25,10)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #46852E

#46852E
(70,133,46)
#569041
(86,144,65)
#669B54
(102,155,84)
#76A667
(118,166,103)
#86B17A
(134,177,122)
#96BC8D
(150,188,141)
#A6C7A0
(166,199,160)
#B6D2B3
(182,210,179)
#C6DDC6
(198,221,198)
#D6E8D9
(214,232,217)
#E6F3EC
(230,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46852E color. Also use rgb(70,133,46) instead hex code.

Text Font Color

.myTextColor { color: #46852E; }

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

This text font color is #46852E.


Background Color

.myBgColor { background-color: #46852E; }

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

This div background color is #46852E.


Border color

.myBorderColor { border: 1px solid #46852E; }

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

This div border color is #46852E.


Opacity

.myOpacity80 { color: #46852E; opacity: 0.8; }

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

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

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

This text has shadow with #46852E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46852E on black background.


Color preview on white background

This text has color #46852E on white background.



Black color preview on #46852E background

This text has black color on #46852E background.


White color preview on #46852E background

This text has white color on #46852E background.