COLOR #4A8B95

HEX: #4A8B95
RGB: (74,139,149)

Color info

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

RGB color model

#4A8B95 color RGB value is (74,139,149).

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

RGB channels and saturation

R 74 of 255 = 29%
G 139 of 255 = 55%
B 149 of 255 = 58%

74
139
149

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

Portions of RGB colors in percentages

R + G + B =
74 + 139 + 149 = 362 (100%)
R 74 of 362 ~ 20.44%
G 139 of 362 ~ 38.4%
B 149 of 362 ~ 41.16%

%20.44
%38.4
%41.16

CMYK color model

#4A8B95 color CMYK value is (50,7,0,42).

  • cyan value is 50.34%
  • magenta value is 6.71%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(50,7,0,42)
C50M7Y0K42 
(50%,7%,0%,42%)
(0.50/0.07/0.00/0.42)	

CMYK percentages

%50.34
%6.71
%0
%41.57

Codes

Color #4A8B95 in popluar color models

4A8B95
RGB74139149
HSL188°33.63%43.73%
HSB/HSV188°50.34%58.43%
CMYK50.34%6.71%0.00%
41.57%

Color #4A8B95 in popluar number systems.

HEX4A8B95
Decimal74139149
Binary10010101000101110010101
Octal112213225

Shades and tints

Shades of #4A8B95

#4A8B95
(74,139,149)
#447F88
(68,127,136)
#3E737B
(62,115,123)
#38676E
(56,103,110)
#325B61
(50,91,97)
#2C4F54
(44,79,84)
#264347
(38,67,71)
#20373A
(32,55,58)
#1A2B2D
(26,43,45)
#141F20
(20,31,32)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #4A8B95

#4A8B95
(74,139,149)
#5A959E
(90,149,158)
#6A9FA7
(106,159,167)
#7AA9B0
(122,169,176)
#8AB3B9
(138,179,185)
#9ABDC2
(154,189,194)
#AAC7CB
(170,199,203)
#BAD1D4
(186,209,212)
#CADBDD
(202,219,221)
#DAE5E6
(218,229,230)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8B95; }

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

This text font color is #4A8B95.


Background Color

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

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

This div background color is #4A8B95.


Border color

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

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

This div border color is #4A8B95.


Opacity

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

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

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

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

This text has shadow with #4A8B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8B95 on black background.


Color preview on white background

This text has color #4A8B95 on white background.



Black color preview on #4A8B95 background

This text has black color on #4A8B95 background.


White color preview on #4A8B95 background

This text has white color on #4A8B95 background.