COLOR #4A8D7E

HEX: #4A8D7E
RGB: (74,141,126)

Color info

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

RGB color model

#4A8D7E color RGB value is (74,141,126).

  • red value is 74;
  • green value is 141;
  • blue value is 126.
RGB:
(74,141,126)
(29%,55%,49%)

RGB channels and saturation

R 74 of 255 = 29%
G 141 of 255 = 55%
B 126 of 255 = 49%

74
141
126

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

Portions of RGB colors in percentages

R + G + B =
74 + 141 + 126 = 341 (100%)
R 74 of 341 ~ 21.7%
G 141 of 341 ~ 41.35%
B 126 of 341 ~ 36.95%

%21.7
%41.35
%36.95

CMYK color model

#4A8D7E color CMYK value is (48,0,11,45).

  • cyan value is 47.52%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 44.71%
CMYK:
(48,0,11,45)
C48M0Y11K45 
(48%,0%,11%,45%)
(0.48/0.00/0.11/0.45)	

CMYK percentages

%47.52
%0
%10.64
%44.71

Codes

Color #4A8D7E in popluar color models

4A8D7E
RGB74141126
HSL167°31.16%42.16%
HSB/HSV167°47.52%55.29%
CMYK47.52%0.00%10.64%
44.71%

Color #4A8D7E in popluar number systems.

HEX4A8D7E
Decimal74141126
Binary1001010100011011111110
Octal112215176

Shades and tints

Shades of #4A8D7E

#4A8D7E
(74,141,126)
#448173
(68,129,115)
#3E7568
(62,117,104)
#38695D
(56,105,93)
#325D52
(50,93,82)
#2C5147
(44,81,71)
#26453C
(38,69,60)
#203931
(32,57,49)
#1A2D26
(26,45,38)
#14211B
(20,33,27)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #4A8D7E

#4A8D7E
(74,141,126)
#5A9789
(90,151,137)
#6AA194
(106,161,148)
#7AAB9F
(122,171,159)
#8AB5AA
(138,181,170)
#9ABFB5
(154,191,181)
#AAC9C0
(170,201,192)
#BAD3CB
(186,211,203)
#CADDD6
(202,221,214)
#DAE7E1
(218,231,225)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A8D7E color. Also use rgb(74,141,126) instead hex code.

Text Font Color

.myTextColor { color: #4A8D7E; }

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

This text font color is #4A8D7E.


Background Color

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

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

This div background color is #4A8D7E.


Border color

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

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

This div border color is #4A8D7E.


Opacity

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

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

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

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

This text has shadow with #4A8D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8D7E on black background.


Color preview on white background

This text has color #4A8D7E on white background.



Black color preview on #4A8D7E background

This text has black color on #4A8D7E background.


White color preview on #4A8D7E background

This text has white color on #4A8D7E background.