COLOR #4AA78C

HEX: #4AA78C
RGB: (74,167,140)

Color info

#4AA78C contains mainly green and blue colors. Web safe color of #4AA78C is #339999 (or #399).

RGB color model

#4AA78C color RGB value is (74,167,140).

  • red value is 74;
  • green value is 167;
  • blue value is 140.
RGB:
(74,167,140)
(29%,65%,55%)

RGB channels and saturation

R 74 of 255 = 29%
G 167 of 255 = 65%
B 140 of 255 = 55%

74
167
140

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

Portions of RGB colors in percentages

R + G + B =
74 + 167 + 140 = 381 (100%)
R 74 of 381 ~ 19.42%
G 167 of 381 ~ 43.83%
B 140 of 381 ~ 36.75%

%19.42
%43.83
%36.75

CMYK color model

#4AA78C color CMYK value is (56,0,16,35).

  • cyan value is 55.69%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(56,0,16,35)
C56M0Y16K35 
(56%,0%,16%,35%)
(0.56/0.00/0.16/0.35)	

CMYK percentages

%55.69
%0
%16.17
%34.51

Codes

Color #4AA78C in popluar color models

4AA78C
RGB74167140
HSL163°38.59%47.25%
HSB/HSV163°55.69%65.49%
CMYK55.69%0.00%16.17%
34.51%

Color #4AA78C in popluar number systems.

HEX4AA78C
Decimal74167140
Binary10010101010011110001100
Octal112247214

Shades and tints

Shades of #4AA78C

#4AA78C
(74,167,140)
#449880
(68,152,128)
#3E8974
(62,137,116)
#387A68
(56,122,104)
#326B5C
(50,107,92)
#2C5C50
(44,92,80)
#264D44
(38,77,68)
#203E38
(32,62,56)
#1A2F2C
(26,47,44)
#142020
(20,32,32)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #4AA78C

#4AA78C
(74,167,140)
#5AAF96
(90,175,150)
#6AB7A0
(106,183,160)
#7ABFAA
(122,191,170)
#8AC7B4
(138,199,180)
#9ACFBE
(154,207,190)
#AAD7C8
(170,215,200)
#BADFD2
(186,223,210)
#CAE7DC
(202,231,220)
#DAEFE6
(218,239,230)
#EAF7F0
(234,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA78C color. Also use rgb(74,167,140) instead hex code.

Text Font Color

.myTextColor { color: #4AA78C; }

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

This text font color is #4AA78C.


Background Color

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

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

This div background color is #4AA78C.


Border color

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

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

This div border color is #4AA78C.


Opacity

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

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

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

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

This text has shadow with #4AA78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA78C on black background.


Color preview on white background

This text has color #4AA78C on white background.



Black color preview on #4AA78C background

This text has black color on #4AA78C background.


White color preview on #4AA78C background

This text has white color on #4AA78C background.