COLOR #46823C

HEX: #46823C
RGB: (70,130,60)

Color info

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

RGB color model

#46823C color RGB value is (70,130,60).

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

RGB channels and saturation

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

70
130
60

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

Portions of RGB colors in percentages

R + G + B =
70 + 130 + 60 = 260 (100%)
R 70 of 260 ~ 26.92%
G 130 of 260 ~ 50%
B 60 of 260 ~ 23.08%

%26.92
%50
%23.08

CMYK color model

#46823C color CMYK value is (46,0,54,49).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 49.02%
CMYK:
(46,0,54,49)
C46M0Y54K49 
(46%,0%,54%,49%)
(0.46/0.00/0.54/0.49)	

CMYK percentages

%46.15
%0
%53.85
%49.02

Codes

Color #46823C in popluar color models

46823C
RGB7013060
HSL111°36.84%37.25%
HSB/HSV111°53.85%50.98%
CMYK46.15%0.00%53.85%
49.02%

Color #46823C in popluar number systems.

HEX46823C
Decimal7013060
Binary100011010000010111100
Octal10620274

Shades and tints

Shades of #46823C

#46823C
(70,130,60)
#407737
(64,119,55)
#3A6C32
(58,108,50)
#34612D
(52,97,45)
#2E5628
(46,86,40)
#284B23
(40,75,35)
#22401E
(34,64,30)
#1C3519
(28,53,25)
#162A14
(22,42,20)
#101F0F
(16,31,15)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #46823C

#46823C
(70,130,60)
#568D4D
(86,141,77)
#66985E
(102,152,94)
#76A36F
(118,163,111)
#86AE80
(134,174,128)
#96B991
(150,185,145)
#A6C4A2
(166,196,162)
#B6CFB3
(182,207,179)
#C6DAC4
(198,218,196)
#D6E5D5
(214,229,213)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46823C; }

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

This text font color is #46823C.


Background Color

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

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

This div background color is #46823C.


Border color

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

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

This div border color is #46823C.


Opacity

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

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

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

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

This text has shadow with #46823C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46823C on black background.


Color preview on white background

This text has color #46823C on white background.



Black color preview on #46823C background

This text has black color on #46823C background.


White color preview on #46823C background

This text has white color on #46823C background.