COLOR #4A8B6B

HEX: #4A8B6B
RGB: (74,139,107)

Color info

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

RGB color model

#4A8B6B color RGB value is (74,139,107).

  • red value is 74;
  • green value is 139;
  • blue value is 107.
RGB:
(74,139,107)
(29%,55%,42%)

RGB channels and saturation

R 74 of 255 = 29%
G 139 of 255 = 55%
B 107 of 255 = 42%

74
139
107

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

Portions of RGB colors in percentages

R + G + B =
74 + 139 + 107 = 320 (100%)
R 74 of 320 ~ 23.13%
G 139 of 320 ~ 43.44%
B 107 of 320 ~ 33.44%

%23.13
%43.44
%33.44

CMYK color model

#4A8B6B color CMYK value is (47,0,23,45).

  • cyan value is 46.76%
  • magenta value is 0.00%
  • yellow value is 23.02%
  • key color value is 45.49%
CMYK:
(47,0,23,45)
C47M0Y23K45 
(47%,0%,23%,45%)
(0.47/0.00/0.23/0.45)	

CMYK percentages

%46.76
%0
%23.02
%45.49

Codes

Color #4A8B6B in popluar color models

4A8B6B
RGB74139107
HSL150°30.52%41.76%
HSB/HSV150°46.76%54.51%
CMYK46.76%0.00%23.02%
45.49%

Color #4A8B6B in popluar number systems.

HEX4A8B6B
Decimal74139107
Binary1001010100010111101011
Octal112213153

Shades and tints

Shades of #4A8B6B

#4A8B6B
(74,139,107)
#447F62
(68,127,98)
#3E7359
(62,115,89)
#386750
(56,103,80)
#325B47
(50,91,71)
#2C4F3E
(44,79,62)
#264335
(38,67,53)
#20372C
(32,55,44)
#1A2B23
(26,43,35)
#141F1A
(20,31,26)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #4A8B6B

#4A8B6B
(74,139,107)
#5A9578
(90,149,120)
#6A9F85
(106,159,133)
#7AA992
(122,169,146)
#8AB39F
(138,179,159)
#9ABDAC
(154,189,172)
#AAC7B9
(170,199,185)
#BAD1C6
(186,209,198)
#CADBD3
(202,219,211)
#DAE5E0
(218,229,224)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8B6B color. Also use rgb(74,139,107) instead hex code.

Text Font Color

.myTextColor { color: #4A8B6B; }

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

This text font color is #4A8B6B.


Background Color

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

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

This div background color is #4A8B6B.


Border color

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

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

This div border color is #4A8B6B.


Opacity

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

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

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

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

This text has shadow with #4A8B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8B6B on black background.


Color preview on white background

This text has color #4A8B6B on white background.



Black color preview on #4A8B6B background

This text has black color on #4A8B6B background.


White color preview on #4A8B6B background

This text has white color on #4A8B6B background.