COLOR #4A8F8A

HEX: #4A8F8A RGB: (74,143,138)

Color info

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

RGB color model

#4A8F8A color RGB value is (74,143,138).

RGB: (74,143,138) (29%, 56%, 54%)

RGB channels and saturation

R 74 of 255 = 29%
G 143 of 255 = 56%
B 138 of 255 = 54%

74
143
138

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

Portions of RGB colors in percentages

R + G + B = 74 + 143 + 138 = 355 (100%)
R 74 of 355 ~ 20.85%
G 143 of 355 ~ 40.28%
B 138 of 355 ~ 38.87'%

%20.85
%40.28
%38.87

CMYK color model

#4A8F8A color CMYK value is (48,0,3,44).

  • cyan value is 48.25%
  • magenta value is 0.00%
  • yellow value is 3.50%
  • key color value is 43.92%

CMYK: (48,0,3,44)
C48M0Y3K44 (48%, 0%, 3%, 44%)
(0.48 / 0.00 / 0.03 / 0.44)

CMYK percentages

%48.25
%0
%3.5
%43.92

Codes

Color #4A8F8A in popluar color models

4A 8F 8A
RGB 74 143 138
HSL 176° 31.80% 42.55%
HSB/HSV 176° 48.25% 56.08%
CMYK 48.25% 0.00% 3.50%
43.92%

Color #4A8F8A in popluar number systems.

HEX 4A 8F 8A
Decimal 74 143 138
Binary 1001010 10001111 10001010
Octal 112 217 212

Shades and tints

Shades of #4A8F8A

#4A8F8A
(74,143,138)
#44827E
(68,130,126)
#3E7572
(62,117,114)
#386866
(56,104,102)
#325B5A
(50,91,90)
#2C4E4E
(44,78,78)
#264142
(38,65,66)
#203436
(32,52,54)
#1A272A
(26,39,42)
#141A1E
(20,26,30)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #4A8F8A

#4A8F8A
(74,143,138)
#5A9994
(90,153,148)
#6AA39E
(106,163,158)
#7AADA8
(122,173,168)
#8AB7B2
(138,183,178)
#9AC1BC
(154,193,188)
#AACBC6
(170,203,198)
#BAD5D0
(186,213,208)
#CADFDA
(202,223,218)
#DAE9E4
(218,233,228)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8F8A; }

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

This text font color is #4A8F8A.

Background Color

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

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

This div background color is #4A8F8A.

Border color

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

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

This div border color is #4A8F8A.

Opacity

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

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

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

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

This text has shadow with #4A8F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A8F8A.

Preview

Color preview on black background

This text has color #4A8F8A on black background.


Color preview on white background

This text has color #4A8F8A on white background.


Black color preview on #4A8F8A background

This text has black color on #4A8F8A background.


White color preview on #4A8F8A background

This text has white color on #4A8F8A background.


Related colors

Complementary color

Complementary color for #hex is #B57075.


I love getcolorcode.com

Triadic colors

1 #8A4A8F and #8F8A4A with #4A8F8A are triadic colors.

2 #8A8F4A and #8F4A8A with #4A8F8A are triadic colors.