COLOR #4A9363

HEX: #4A9363
RGB: (74,147,99)

Color info

#4A9363 contains mainly green and blue colors. Web safe color of #4A9363 is #339966 (or #396).

RGB color model

#4A9363 color RGB value is (74,147,99).

  • red value is 74;
  • green value is 147;
  • blue value is 99.
RGB:
(74,147,99)
(29%,58%,39%)

RGB channels and saturation

R 74 of 255 = 29%
G 147 of 255 = 58%
B 99 of 255 = 39%

74
147
99

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

Portions of RGB colors in percentages

R + G + B =
74 + 147 + 99 = 320 (100%)
R 74 of 320 ~ 23.13%
G 147 of 320 ~ 45.94%
B 99 of 320 ~ 30.94%

%23.13
%45.94
%30.94

CMYK color model

#4A9363 color CMYK value is (50,0,33,42).

  • cyan value is 49.66%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 42.35%
CMYK:
(50,0,33,42)
C50M0Y33K42 
(50%,0%,33%,42%)
(0.50/0.00/0.33/0.42)	

CMYK percentages

%49.66
%0
%32.65
%42.35

Codes

Color #4A9363 in popluar color models

4A9363
RGB7414799
HSL141°33.03%43.33%
HSB/HSV141°49.66%57.65%
CMYK49.66%0.00%32.65%
42.35%

Color #4A9363 in popluar number systems.

HEX4A9363
Decimal7414799
Binary1001010100100111100011
Octal112223143

Shades and tints

Shades of #4A9363

#4A9363
(74,147,99)
#44865A
(68,134,90)
#3E7951
(62,121,81)
#386C48
(56,108,72)
#325F3F
(50,95,63)
#2C5236
(44,82,54)
#26452D
(38,69,45)
#203824
(32,56,36)
#1A2B1B
(26,43,27)
#141E12
(20,30,18)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #4A9363

#4A9363
(74,147,99)
#5A9C71
(90,156,113)
#6AA57F
(106,165,127)
#7AAE8D
(122,174,141)
#8AB79B
(138,183,155)
#9AC0A9
(154,192,169)
#AAC9B7
(170,201,183)
#BAD2C5
(186,210,197)
#CADBD3
(202,219,211)
#DAE4E1
(218,228,225)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9363 color. Also use rgb(74,147,99) instead hex code.

Text Font Color

.myTextColor { color: #4A9363; }

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

This text font color is #4A9363.


Background Color

.myBgColor { background-color: #4A9363; }

<div style="background-color:#4A9363">Inner text</div>

This div background color is #4A9363.


Border color

.myBorderColor { border: 1px solid #4A9363; }

<div style="border:3px solid #4A9363">Div</div>

This div border color is #4A9363.


Opacity

.myOpacity80 { color: #4A9363; opacity: 0.8; }

<p style="color:#4A9363;opacity:0.8;">80%</p>

Text with #4A9363 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 #4A9363;}

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

This text has shadow with #4A9363 color.

.textShadow {text-shadow: 3px 3px 1px #4A9363, 3px 3px 1px red;}

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

This text has shadow with #4A9363 primary color and red secondary color.


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

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

This text has shadow with #4A9363 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9363 on black background.


Color preview on white background

This text has color #4A9363 on white background.



Black color preview on #4A9363 background

This text has black color on #4A9363 background.


White color preview on #4A9363 background

This text has white color on #4A9363 background.