COLOR #46A25C

HEX: #46A25C
RGB: (70,162,92)

Color info

#46A25C contains mainly green color. Web safe color of #46A25C is #339966 (or #396).

RGB color model

#46A25C color RGB value is (70,162,92).

  • red value is 70;
  • green value is 162;
  • blue value is 92.
RGB:
(70,162,92)
(27%,64%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 162 of 255 = 64%
B 92 of 255 = 36%

70
162
92

R + G + B ~ 42%. #46A25C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 162 + 92 = 324 (100%)
R 70 of 324 ~ 21.6%
G 162 of 324 ~ 50%
B 92 of 324 ~ 28.4%

%21.6
%50
%28.4

CMYK color model

#46A25C color CMYK value is (57,0,43,36).

  • cyan value is 56.79%
  • magenta value is 0.00%
  • yellow value is 43.21%
  • key color value is 36.47%
CMYK:
(57,0,43,36)
C57M0Y43K36 
(57%,0%,43%,36%)
(0.57/0.00/0.43/0.36)	

CMYK percentages

%56.79
%0
%43.21
%36.47

Codes

Color #46A25C in popluar color models

46A25C
RGB7016292
HSL134°39.66%45.49%
HSB/HSV134°56.79%63.53%
CMYK56.79%0.00%43.21%
36.47%

Color #46A25C in popluar number systems.

HEX46A25C
Decimal7016292
Binary1000110101000101011100
Octal106242134

Shades and tints

Shades of #46A25C

#46A25C
(70,162,92)
#409454
(64,148,84)
#3A864C
(58,134,76)
#347844
(52,120,68)
#2E6A3C
(46,106,60)
#285C34
(40,92,52)
#224E2C
(34,78,44)
#1C4024
(28,64,36)
#16321C
(22,50,28)
#102414
(16,36,20)
#0A160C
(10,22,12)
#000000
(0,0,0)

Tints of #46A25C

#46A25C
(70,162,92)
#56AA6A
(86,170,106)
#66B278
(102,178,120)
#76BA86
(118,186,134)
#86C294
(134,194,148)
#96CAA2
(150,202,162)
#A6D2B0
(166,210,176)
#B6DABE
(182,218,190)
#C6E2CC
(198,226,204)
#D6EADA
(214,234,218)
#E6F2E8
(230,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46A25C color. Also use rgb(70,162,92) instead hex code.

Text Font Color

.myTextColor { color: #46A25C; }

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

This text font color is #46A25C.


Background Color

.myBgColor { background-color: #46A25C; }

<div style="background-color:#46A25C">Inner text</div>

This div background color is #46A25C.


Border color

.myBorderColor { border: 1px solid #46A25C; }

<div style="border:3px solid #46A25C">Div</div>

This div border color is #46A25C.


Opacity

.myOpacity80 { color: #46A25C; opacity: 0.8; }

<p style="color:#46A25C;opacity:0.8;">80%</p>

Text with #46A25C 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 #46A25C;}

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

This text has shadow with #46A25C color.

.textShadow {text-shadow: 3px 3px 1px #46A25C, 3px 3px 1px red;}

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

This text has shadow with #46A25C primary color and red secondary color.


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

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

This text has shadow with #46A25C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46A25C on black background.


Color preview on white background

This text has color #46A25C on white background.



Black color preview on #46A25C background

This text has black color on #46A25C background.


White color preview on #46A25C background

This text has white color on #46A25C background.