COLOR #46823E

HEX: #46823E
RGB: (70,130,62)

Color info

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

RGB color model

#46823E color RGB value is (70,130,62).

  • red value is 70;
  • green value is 130;
  • blue value is 62.
RGB:
(70,130,62)
(27%,51%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 130 of 255 = 51%
B 62 of 255 = 24%

70
130
62

R + G + B ~ 34%. #46823E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 130 + 62 = 262 (100%)
R 70 of 262 ~ 26.72%
G 130 of 262 ~ 49.62%
B 62 of 262 ~ 23.66%

%26.72
%49.62
%23.66

CMYK color model

#46823E color CMYK value is (46,0,52,49).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 52.31%
  • key color value is 49.02%
CMYK:
(46,0,52,49)
C46M0Y52K49 
(46%,0%,52%,49%)
(0.46/0.00/0.52/0.49)	

CMYK percentages

%46.15
%0
%52.31
%49.02

Codes

Color #46823E in popluar color models

46823E
RGB7013062
HSL113°35.42%37.65%
HSB/HSV113°52.31%50.98%
CMYK46.15%0.00%52.31%
49.02%

Color #46823E in popluar number systems.

HEX46823E
Decimal7013062
Binary100011010000010111110
Octal10620276

Shades and tints

Shades of #46823E

#46823E
(70,130,62)
#407739
(64,119,57)
#3A6C34
(58,108,52)
#34612F
(52,97,47)
#2E562A
(46,86,42)
#284B25
(40,75,37)
#224020
(34,64,32)
#1C351B
(28,53,27)
#162A16
(22,42,22)
#101F11
(16,31,17)
#0A140C
(10,20,12)
#000000
(0,0,0)

Tints of #46823E

#46823E
(70,130,62)
#568D4F
(86,141,79)
#669860
(102,152,96)
#76A371
(118,163,113)
#86AE82
(134,174,130)
#96B993
(150,185,147)
#A6C4A4
(166,196,164)
#B6CFB5
(182,207,181)
#C6DAC6
(198,218,198)
#D6E5D7
(214,229,215)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46823E color. Also use rgb(70,130,62) instead hex code.

Text Font Color

.myTextColor { color: #46823E; }

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

This text font color is #46823E.


Background Color

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

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

This div background color is #46823E.


Border color

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

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

This div border color is #46823E.


Opacity

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

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

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

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

This text has shadow with #46823E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46823E on black background.


Color preview on white background

This text has color #46823E on white background.



Black color preview on #46823E background

This text has black color on #46823E background.


White color preview on #46823E background

This text has white color on #46823E background.