COLOR #4A8A6E

HEX: #4A8A6E
RGB: (74,138,110)

Color info

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

RGB color model

#4A8A6E color RGB value is (74,138,110).

  • red value is 74;
  • green value is 138;
  • blue value is 110.
RGB:
(74,138,110)
(29%,54%,43%)

RGB channels and saturation

R 74 of 255 = 29%
G 138 of 255 = 54%
B 110 of 255 = 43%

74
138
110

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

Portions of RGB colors in percentages

R + G + B =
74 + 138 + 110 = 322 (100%)
R 74 of 322 ~ 22.98%
G 138 of 322 ~ 42.86%
B 110 of 322 ~ 34.16%

%22.98
%42.86
%34.16

CMYK color model

#4A8A6E color CMYK value is (46,0,20,46).

  • cyan value is 46.38%
  • magenta value is 0.00%
  • yellow value is 20.29%
  • key color value is 45.88%
CMYK:
(46,0,20,46)
C46M0Y20K46 
(46%,0%,20%,46%)
(0.46/0.00/0.20/0.46)	

CMYK percentages

%46.38
%0
%20.29
%45.88

Codes

Color #4A8A6E in popluar color models

4A8A6E
RGB74138110
HSL154°30.19%41.57%
HSB/HSV154°46.38%54.12%
CMYK46.38%0.00%20.29%
45.88%

Color #4A8A6E in popluar number systems.

HEX4A8A6E
Decimal74138110
Binary1001010100010101101110
Octal112212156

Shades and tints

Shades of #4A8A6E

#4A8A6E
(74,138,110)
#447E64
(68,126,100)
#3E725A
(62,114,90)
#386650
(56,102,80)
#325A46
(50,90,70)
#2C4E3C
(44,78,60)
#264232
(38,66,50)
#203628
(32,54,40)
#1A2A1E
(26,42,30)
#141E14
(20,30,20)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #4A8A6E

#4A8A6E
(74,138,110)
#5A947B
(90,148,123)
#6A9E88
(106,158,136)
#7AA895
(122,168,149)
#8AB2A2
(138,178,162)
#9ABCAF
(154,188,175)
#AAC6BC
(170,198,188)
#BAD0C9
(186,208,201)
#CADAD6
(202,218,214)
#DAE4E3
(218,228,227)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8A6E color. Also use rgb(74,138,110) instead hex code.

Text Font Color

.myTextColor { color: #4A8A6E; }

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

This text font color is #4A8A6E.


Background Color

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

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

This div background color is #4A8A6E.


Border color

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

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

This div border color is #4A8A6E.


Opacity

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

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

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

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

This text has shadow with #4A8A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8A6E on black background.


Color preview on white background

This text has color #4A8A6E on white background.



Black color preview on #4A8A6E background

This text has black color on #4A8A6E background.


White color preview on #4A8A6E background

This text has white color on #4A8A6E background.