COLOR #46924D

HEX: #46924D
RGB: (70,146,77)

Color info

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

RGB color model

#46924D color RGB value is (70,146,77).

  • red value is 70;
  • green value is 146;
  • blue value is 77.
RGB:
(70,146,77)
(27%,57%,30%)

RGB channels and saturation

R 70 of 255 = 27%
G 146 of 255 = 57%
B 77 of 255 = 30%

70
146
77

R + G + B ~ 38%. #46924D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 146 + 77 = 293 (100%)
R 70 of 293 ~ 23.89%
G 146 of 293 ~ 49.83%
B 77 of 293 ~ 26.28%

%23.89
%49.83
%26.28

CMYK color model

#46924D color CMYK value is (52,0,47,43).

  • cyan value is 52.05%
  • magenta value is 0.00%
  • yellow value is 47.26%
  • key color value is 42.75%
CMYK:
(52,0,47,43)
C52M0Y47K43 
(52%,0%,47%,43%)
(0.52/0.00/0.47/0.43)	

CMYK percentages

%52.05
%0
%47.26
%42.75

Codes

Color #46924D in popluar color models

46924D
RGB7014677
HSL126°35.19%42.35%
HSB/HSV126°52.05%57.25%
CMYK52.05%0.00%47.26%
42.75%

Color #46924D in popluar number systems.

HEX46924D
Decimal7014677
Binary1000110100100101001101
Octal106222115

Shades and tints

Shades of #46924D

#46924D
(70,146,77)
#408546
(64,133,70)
#3A783F
(58,120,63)
#346B38
(52,107,56)
#2E5E31
(46,94,49)
#28512A
(40,81,42)
#224423
(34,68,35)
#1C371C
(28,55,28)
#162A15
(22,42,21)
#101D0E
(16,29,14)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #46924D

#46924D
(70,146,77)
#569B5D
(86,155,93)
#66A46D
(102,164,109)
#76AD7D
(118,173,125)
#86B68D
(134,182,141)
#96BF9D
(150,191,157)
#A6C8AD
(166,200,173)
#B6D1BD
(182,209,189)
#C6DACD
(198,218,205)
#D6E3DD
(214,227,221)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46924D color. Also use rgb(70,146,77) instead hex code.

Text Font Color

.myTextColor { color: #46924D; }

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

This text font color is #46924D.


Background Color

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

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

This div background color is #46924D.


Border color

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

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

This div border color is #46924D.


Opacity

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

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

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

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

This text has shadow with #46924D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46924D on black background.


Color preview on white background

This text has color #46924D on white background.



Black color preview on #46924D background

This text has black color on #46924D background.


White color preview on #46924D background

This text has white color on #46924D background.